fimgpar -- Copy the value of a FITS image pixel to the parameter file.
fimgpar fitsfile[ext#] pixels
This task reads the value of a pixel in a FITS image extension and writes it as a double to the 'outvalue' parameter in the parameter file. If the pixel is undefined then the task parameter 'undef' will be set to "yes".
1. Read the value in the 10th row of the 'WAVELENGTH' column in the 4th extension in the FITS file myfile.fits.
ft> fimgpar myfile.fits[2] 1,2,3,4
fparimg