7.5.7 SFD_DECOMP


next up previous contents
Next: 7.5.8 EXP_NORM Up: 7.5 Routines for Calibration Previous: 7.5.6 SFD_COMP

7.5.7 SFD_DECOMP

 

The SFD (SXT Full-frame Desaturated) images use a logarithmic compression in order to save the data as byte type. The decompression algorithm is data_out = . The routine SFD_DECOMP will do this decompression for you. Beware: the output are floating type numbers and therefore, require four times as much memory.
IDL> data_out = sfd_decomp(data_in)
 


ydac@mssly1.mssl.ucl.ac.uk