Source: dataset/helpers/raw_spect/dshelper_raw_spect__define.pro
dshelper_raw_spect__define Helper class for handling data acquiral of spectral datasets Members: is_dyn byte Is the dataset a dynamic or regular spectrum (this is really only needed because, IDL doesn't allow object classes with no members and no superclasses). Notes: The class is purely a convenience since spect and dyn_spect streams have identical raw data requirements, so the acquire methods should be tha same. History: Original: 7/8/01; SJT