You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#162 implemented 1D wavelength calibration. In the initial implementation, fitting the input model to the wavelength/pixel pairs from the lines overwrites the input model with the fitted one, so accessing calobj.model will return an astropy model with the fitted parameters. This issue is simply to allow input on whether it would be desirable to conserve the initial model parameter guesses by storing the input and fitted models in separate class properties.
The text was updated successfully, but these errors were encountered:
#162 implemented 1D wavelength calibration. In the initial implementation, fitting the input model to the wavelength/pixel pairs from the lines overwrites the input model with the fitted one, so accessing
calobj.model
will return anastropy
model with the fitted parameters. This issue is simply to allow input on whether it would be desirable to conserve the initial model parameter guesses by storing the input and fitted models in separate class properties.The text was updated successfully, but these errors were encountered: