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)