7.5.3 SXT_DECOMP


next up previous contents
Next: 7.5.4 SXT_COMP Up: 7.5 Routines for Calibration Previous: 7.5.2 XSXT_PREP

7.5.3 SXT_DECOMP

 

The SXT data are normally compressed from a 12-bit word to an 8-bit word via a pseudo-square-root compression algorithm. SXT_DECOMP takes the compressed data array (data) and creates an integer array (ndat) of the decompressed numbers by typing:
IDL> ndat = sxt_decomp(data)
 


ydac@mssly1.mssl.ucl.ac.uk