Source: io/get_uleis_record.pro
GET_ULEIS_RECORD Read the next record from a ULEIS data file, opening a new file if needed. Usage: iget = get_uleis_record(time, single, matrix, matrix_pr, tlimits, $ spath, icontinue) Return Value: iget int > 0, record code. 0 soft end, -ve hard end Arguments: time output double The jd range of the record read. single output long The singles counts. matrix output int The matrix counts. matrix_pr output int The matrix pairs counts. accum output double The accumulation time for each sector. spin output int Index of the spin within the group. aperture output int The aperture setting of the instrument. tlimits input double The jd of the data start & end. spath input string The search path for ULEIS data. icontinue in/out byte Set if a read has started. N.B. This argument must be present in the call else a new read will start each time. History: Original (after get_lan_record): 15/5/00; SJT Add aperture & spin arguments: 18/5/00; SJT