| fitring | fabry | fitring |
fitring -- compute the dispersion solution using the ring parameters
fitring ringfile output
The ring parameters, radius, wavelength, and etalon gap are fit to an equation of the form:
Lambda = (A + B*z) * Cos (Atan (R/C))
to determine the constants A, B, and C. The results of the fit are presented in tabular form, and the user may delete ("d") an outlying entry. Once deleted, an entry can be reinstated ("i"). To accept the presented solution, a "q" will exit the query loop, and write the solution to the "output" file.
The constants A, B, and C are later used by the task VELOCITY to determine the wavelengths of each pixel in the image cube.
For a ringfile named "rings", compute the constants A, B, and C. The solution is written to the file "constants".
cl> fitring rings constants
Doesn't do much, but does it very fast.
Probably doesn;t work if there are only 3 entries in the ring parameter file, even though a solution is possible.
RINGPARS, VELOCITY