ExampleFrameFlags

class sofia_redux.scan.custom.example.flags.frame_flags.ExampleFrameFlags[source]

Bases: FrameFlags

Attributes Summary

descriptions

letters

Attributes Documentation

descriptions = {ExampleFrameFlagTypes.CHOP_LEFT: 'Chop Left', ExampleFrameFlagTypes.CHOP_RIGHT: 'Chop Right', ExampleFrameFlagTypes.CHOP_TRANSIT: 'Chop Transit', ExampleFrameFlagTypes.FLAG_DOF: 'Degrees-of-freedom', ExampleFrameFlagTypes.FLAG_JUMP: 'Jump', ExampleFrameFlagTypes.FLAG_SPIKY: 'Spiky', ExampleFrameFlagTypes.FLAG_WEIGHT: 'Noise level', ExampleFrameFlagTypes.NOD_LEFT: 'Nod Left', ExampleFrameFlagTypes.NOD_RIGHT: 'Nod Right', ExampleFrameFlagTypes.SAMPLE_DAC_RANGE: 'DAC Range', ExampleFrameFlagTypes.SAMPLE_PHI0_JUMP: 'phi0 jump', ExampleFrameFlagTypes.SAMPLE_PHOTOMETRY: 'Photometry', ExampleFrameFlagTypes.SAMPLE_SKIP: 'Skip', ExampleFrameFlagTypes.SAMPLE_SOURCE_BLANK: 'Blanked', ExampleFrameFlagTypes.SAMPLE_SPIKE: 'Spiky', ExampleFrameFlagTypes.SAMPLE_TRANSIENT_NOISE: 'transient noise', ExampleFrameFlagTypes.SKIP_MODELING: 'Skip Models', ExampleFrameFlagTypes.SKIP_SOURCE_MODELING: 'Skip Source', ExampleFrameFlagTypes.SKIP_WEIGHTING: 'Skip Weighting'}
letters = {'$': ExampleFrameFlagTypes.SKIP_SOURCE_MODELING, '<': ExampleFrameFlagTypes.NOD_LEFT, '>': ExampleFrameFlagTypes.NOD_RIGHT, 'B': ExampleFrameFlagTypes.SAMPLE_SOURCE_BLANK, 'J': ExampleFrameFlagTypes.FLAG_JUMP, 'L': ExampleFrameFlagTypes.CHOP_LEFT, 'M': ExampleFrameFlagTypes.SKIP_MODELING, 'N': ExampleFrameFlagTypes.SAMPLE_TRANSIENT_NOISE, 'P': ExampleFrameFlagTypes.SAMPLE_PHOTOMETRY, 'R': ExampleFrameFlagTypes.CHOP_RIGHT, 'T': ExampleFrameFlagTypes.CHOP_TRANSIT, 'W': ExampleFrameFlagTypes.SKIP_WEIGHTING, 'f': ExampleFrameFlagTypes.FLAG_DOF, 'j': ExampleFrameFlagTypes.SAMPLE_PHI0_JUMP, 'k': ExampleFrameFlagTypes.SAMPLE_SKIP, 'n': ExampleFrameFlagTypes.FLAG_WEIGHT, 'p': ExampleFrameFlagTypes.SAMPLE_SPIKE, 'r': ExampleFrameFlagTypes.SAMPLE_DAC_RANGE, 's': ExampleFrameFlagTypes.FLAG_SPIKY}