The BCS data are normally compressed from a 12-bit word to an 8-bit word. BCS_DECOMP takes the compressed data array (data) and creates a floating point array (ndat) of the decompressed numbers by typing: IDL> ndat = bcs_decomp(data)