7.5.6 SFD_COMP


next up previous contents
Next: 7.5.7 SFD_DECOMP Up: 7.5 Routines for Calibration Previous: 7.5.5 RESTORE_LOW8

7.5.6 SFD_COMP

 

The SFD (SXT Full-frame Desaturated) images use a logarithmic compression in order to save the data as byte type. SXT_COMP compresses the data into byte type. The compression algorithm assumes that the data input is in DN/sec/HR pixel and the values range between 0 and .
IDL> data_out = sfd_comp(data_in)
 


ydac@mssly1.mssl.ucl.ac.uk