read_uleis_hdf

Source: hsio/read_uleis_hdf.pro

 READ_ULEIS_HDF 
        Read data from a file.

 Usage:
        read_uleis_hdf, op_code, singles, matrix, matrix_prs, time, accum, $
                    status, filter

 Arguments:
        op_code long    input   -1 to reset the file, anything else to
                                read the next spin.
        singles ulong   output  The singles data.
        matrix  unit    output  The matrix values
        matrix_prs uint output  The matrix pair values.
        time    double  output  The  epoch of the start and end of
                                the spin.
        accum   double  output  The duration of each sector for the spin.
        status  long    output  A status code.
        filter  long    input   Filtering options

 Keyword:
        raw     If set, then the ULEIS data are returned in their raw
                telemetry format, and the time in ACE EPOCH. Normally
                the counts are unpacked and the epoch converted to JD.

 History:
        Original (after read_lanfile): 11/5/00; SJT
        Add accum argument: 15/5/00; SJT
        Add spin and aperture arguments: 17/5/00; SJT



James Tappin 2005-02-04