2.3.4 Data compression


next up previous contents
Next: 2.4 Contact Persons Up: 2.3 Some detailed information Previous: 2.3.3 Pre-storage of HXT

2.3.4 Data compression

       

Each hard X-ray count rate measurement transferred from HXT to the DP consists of 12-bits. The data are then compressed into 8-bits in the DP according to the following rule:

        m = n                   (n =    0-  15),
        m = int(4 x sqrt(n))    (n =   16-4080),
        m = 255                 (n = 4081-4095),
where int(n) represents the truncated integer value of . Count rate data for HXT telemetered down to the ground (as well as the variable data which is obtained by reading the HXT reformatted database with YODAT) are the compressed numbers; they need be decompressed before starting any analyses on HXT. Decompressed HXT data are obtained by the following command:
IDL> decomp_data = hxt_decomp(data)


ydac@mssly1.mssl.ucl.ac.uk