7.5.8 EXP_NORM


next up previous contents
Next: 7.5.9 SXT_COMPOSITE Up: 7.5 Routines for Calibration Previous: 7.5.7 SFD_DECOMP

7.5.8 EXP_NORM

EXP_NORM gif takes a data array and produces an exposure and summation mode normalized floating point array. Note the floating array takes four times more room so don't use too big an array to start with. You need to give it an index array - make sure that the two correspond exactly or else the results will be meaningless. To run it, type:
IDL> ndat = exp_norm(data,index)
 
IDL> ndat = exp_norm(data,index,0)
To do this it follows the following steps:


ydac@mssly1.mssl.ucl.ac.uk