Source: idf/uds_idf/uds_instrument/uds_instrument__define.pro
uds_instrument__define
Definition for a uds_instrument object.
Members:
spacecraft string The name of the spacecraft
instrument string The name of the instrument
parent object The containing UDS_IDF object
n_channel int The number of channels in the file
(including dummies)
cadence float The data cadence
badflag struct How bad data are identified
time string The format of the time field
time_is int Whether time is start, middle or both ends
header_lines int How many descriptive lines to skip
filename string Pattern to generate the filenames
filetime int How many days in the file
channels pointer Pointer to the list of channels
chan_ebounds pointer pointer to the channel energies
chan_desc pointer pointer to the channel descriptions
chan_sectors pointer pointer to the sector counts.
chan_unit pointer pointer to the units of the channels
chan_log pointer pointer to whether the channels can be
plotted on a log scale
History:
Original: 23/6/00; SJT
Add energy bounds: 3/7/00; SJT
Add log flag: 6/7/00; SJT
Add member docs: 3/8/01; SJT