fparimg -- Write a task parameter value to a FITS image pixel.
fparimg invalue infile[ext#] pixels
This task writes the input parameter value to the pixel in a FITS image extension. If 'invalue' is set to "INDEF", the pixel value will be set to undefined.
1. Set the value of a pixel with coordinates 1,1,1,1 in the FITS file myfile.fits[2] to 100:
ft> fparimg 100 myfile.fits[2] 1,1,1,1
fimgpar