Fit saving

One you are happy with your fit, it is possible to store it as part of the scantable.

  ASAP>f.store_fit()

This will be saved to disk with the data, if the ``ASAP'' file format is selected. Multiple fits to the same data can be stored in the scantable.

The scantable function get_fit can be used to retrieve the stored fits. Currently the fit parameters are just printed to the screen.

  ASAP>scans.get_fit(4) # Print fits for row 4

A fit can also be exported to an ASCII file using the store_fit function. Simply give the name of the output file requires as an argument.

  ASAP>f.store_fit('myfit.txt')



Malte Marquarding 2007-08-16