7.5.10 MK_SFD


next up previous contents
Next: 7.5.11 DARK_SUB Up: 7.5 Routines for Calibration Previous: 7.5.9 SXT_COMPOSITE

7.5.10 MK_SFD

 

MK_SFD creates a desaturated set of images from a series of long and short exposures by typing:
IDL> mk_sfd,infil,outfil,filpref
  where is a string array of one or more SFR filenames (and locations), is the string array containing the name of directory where you want the file to be created, and is a string array which contains the three letter file prefix name (usually SFD). The desaturated image is compressed such that:

                      0 =         1 dn/sec/5 arcsec pixel
                    255 = 1,000,000 dn/sec/5 arcsec pixel
Use the routine SFD_DECOMP to restore the data from compressed bytes to real numbers.


ydac@mssly1.mssl.ucl.ac.uk