ExampleFrameFlags

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

Bases: FrameFlags

Attributes Summary

descriptions

letters

Attributes Documentation

descriptions = {<ExampleFrameFlagTypes.CHOP_LEFT: 128>: 'Chop Left', <ExampleFrameFlagTypes.CHOP_RIGHT: 256>: 'Chop Right', <ExampleFrameFlagTypes.CHOP_TRANSIT: 512>: 'Chop Transit', <ExampleFrameFlagTypes.FLAG_DOF: 4>: 'Degrees-of-freedom', <ExampleFrameFlagTypes.FLAG_JUMP: 8>: 'Jump', <ExampleFrameFlagTypes.FLAG_SPIKY: 2>: 'Spiky', <ExampleFrameFlagTypes.FLAG_WEIGHT: 1>: 'Noise level', <ExampleFrameFlagTypes.NOD_LEFT: 1024>: 'Nod Left', <ExampleFrameFlagTypes.NOD_RIGHT: 2048>: 'Nod Right', <ExampleFrameFlagTypes.SAMPLE_DAC_RANGE: 4096>: 'DAC Range', <ExampleFrameFlagTypes.SAMPLE_PHI0_JUMP: 131072>: 'phi0 jump', <ExampleFrameFlagTypes.SAMPLE_PHOTOMETRY: 65536>: 'Photometry', <ExampleFrameFlagTypes.SAMPLE_SKIP: 32768>: 'Skip', <ExampleFrameFlagTypes.SAMPLE_SOURCE_BLANK: 8192>: 'Blanked', <ExampleFrameFlagTypes.SAMPLE_SPIKE: 16384>: 'Spiky', <ExampleFrameFlagTypes.SAMPLE_TRANSIENT_NOISE: 262144>: 'transient noise', <ExampleFrameFlagTypes.SKIP_MODELING: 32>: 'Skip Models', <ExampleFrameFlagTypes.SKIP_SOURCE_MODELING: 16>: 'Skip Source', <ExampleFrameFlagTypes.SKIP_WEIGHTING: 64>: 'Skip Weighting'}
letters = {'$': <ExampleFrameFlagTypes.SKIP_SOURCE_MODELING: 16>, '<': <ExampleFrameFlagTypes.NOD_LEFT: 1024>, '>': <ExampleFrameFlagTypes.NOD_RIGHT: 2048>, 'B': <ExampleFrameFlagTypes.SAMPLE_SOURCE_BLANK: 8192>, 'J': <ExampleFrameFlagTypes.FLAG_JUMP: 8>, 'L': <ExampleFrameFlagTypes.CHOP_LEFT: 128>, 'M': <ExampleFrameFlagTypes.SKIP_MODELING: 32>, 'N': <ExampleFrameFlagTypes.SAMPLE_TRANSIENT_NOISE: 262144>, 'P': <ExampleFrameFlagTypes.SAMPLE_PHOTOMETRY: 65536>, 'R': <ExampleFrameFlagTypes.CHOP_RIGHT: 256>, 'T': <ExampleFrameFlagTypes.CHOP_TRANSIT: 512>, 'W': <ExampleFrameFlagTypes.SKIP_WEIGHTING: 64>, 'f': <ExampleFrameFlagTypes.FLAG_DOF: 4>, 'j': <ExampleFrameFlagTypes.SAMPLE_PHI0_JUMP: 131072>, 'k': <ExampleFrameFlagTypes.SAMPLE_SKIP: 32768>, 'n': <ExampleFrameFlagTypes.FLAG_WEIGHT: 1>, 'p': <ExampleFrameFlagTypes.SAMPLE_SPIKE: 16384>, 'r': <ExampleFrameFlagTypes.SAMPLE_DAC_RANGE: 4096>, 's': <ExampleFrameFlagTypes.FLAG_SPIKY: 2>}