InstrumentFlags

class sofia_redux.scan.flags.instrument_flags.InstrumentFlags[source]

Bases: Flags

Attributes Summary

descriptions

letters

Attributes Documentation

descriptions = {InstrumentFlagTypes.GAINS_BIDIRECTIONAL: 'Bidirectional', InstrumentFlagTypes.GAINS_SIGNED: 'Signed'}
letters = {'b': InstrumentFlagTypes.GAINS_BIDIRECTIONAL, 's': InstrumentFlagTypes.GAINS_SIGNED}