modellist image lines
image
Image whose model is to be listed.
lines
Sample lines to be listed.
model = gauss5
Profile model to be used to create the model line.
The only model currently defined is gauss5.
columns = *
Image columns to be listed.
naverage = 20
The number of image lines to be averaged to form the data values.
lower = -10
Lower limit of model profiles measured in pixels from the spectra centers.
upper = 10
Upper limit of model profiles measured in pixels from the spectra centers.
The model of the image for the selected sample lines are used to generate model image lines. Only the model gauss5 is currently available. The output format is column, sample line, image pixel value, and model pixel value. The image pixel data are formed by averaging naverage lines about the sample lines.
To list the image and model pixel values for the first sample line after fitting the gauss5 model with fitgauss5:
cl> modellist image 1 >outputlist
The list file outputlist can be used with the lists and plot packages to graph the image and model lines or to compute and graph residuals.