ExampleChannelFlags

class sofia_redux.scan.custom.example.flags.channel_flags.ExampleChannelFlags[source]

Bases: ChannelFlags

Attributes Summary

descriptions

letters

Attributes Documentation

descriptions = {ExampleChannelFlagTypes.BIAS: 'Bad TES bias gain', ExampleChannelFlagTypes.BLIND: 'Blind', ExampleChannelFlagTypes.DAC_RANGE: 'Railing/Saturated', ExampleChannelFlagTypes.DEAD: 'Dead', ExampleChannelFlagTypes.DISCARD: 'Discarded', ExampleChannelFlagTypes.DOF: 'Degrees-of-freedom', ExampleChannelFlagTypes.FLICKER: 'Flicker noise', ExampleChannelFlagTypes.GAIN: 'Gain', ExampleChannelFlagTypes.MUX: 'Bad MUX gain', ExampleChannelFlagTypes.PHASE_DOF: 'Insufficient phase degrees-of-freedom', ExampleChannelFlagTypes.ROW: 'Bad detector row gain', ExampleChannelFlagTypes.SENSITIVITY: 'Noisy', ExampleChannelFlagTypes.SPIKY: 'Spiky', ExampleChannelFlagTypes.TIME_WEIGHTING: 'Time weighting'}
letters = {'B': ExampleChannelFlagTypes.BLIND, 'F': ExampleChannelFlagTypes.PHASE_DOF, 'R': ExampleChannelFlagTypes.ROW, 'T': ExampleChannelFlagTypes.FLICKER, 'X': ExampleChannelFlagTypes.DEAD, 'b': ExampleChannelFlagTypes.BIAS, 'd': ExampleChannelFlagTypes.DISCARD, 'f': ExampleChannelFlagTypes.DOF, 'g': ExampleChannelFlagTypes.GAIN, 'm': ExampleChannelFlagTypes.MUX, 'n': ExampleChannelFlagTypes.SENSITIVITY, 'r': ExampleChannelFlagTypes.DAC_RANGE, 's': ExampleChannelFlagTypes.SPIKY, 't': ExampleChannelFlagTypes.TIME_WEIGHTING}