7.5.4 SXT_COMP


next up previous contents
Next: 7.5.5 RESTORE_LOW8 Up: 7.5 Routines for Calibration Previous: 7.5.3 SXT_DECOMP

7.5.4 SXT_COMP

 

It is possible to re-compress the data. The routine SXT_COMP will compress integer data which is in the range between 0 and 4095 into byte data using the SXT compression algorithm.
IDL> bdat = sxt_comp(data)
 


ydac@mssly1.mssl.ucl.ac.uk