Package wsatools :: Module SystemConstants :: Class DepCodes
[hide private]

Class DepCodes

source code


A collection of deprecation code constants.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  constitDep = 104
Deep deprecated because constituent deprecated
  deepStackOnly = 50
Exclude from deep stacks only.
  extProdComp = 112
Component of external product.
  incompGrp = 6
Incomplete group.
  incompProv = 19
Incomplete provenance.
  intermitDet = 51
Intermittency problem in channel 14 of detector.
  invalidCat = 7
Invalid catalogue values.
  invalidDet = 2
Dead detector frame.
  invalidMet = 3
Invalid metadata values.
  invalidSee = 8
Invalid seeing value (non-positive).
  ignoredObs = 26
Observation is flagged to be ignored.
  missingCat = 1
Multiframe has no catalogue where expected.
  missingDet = 103
Detector missing from deep stack.
  nonDep = 0
Non-deprecated.
  poorEsoGrade = 56
Deprecated because EsoGrade is 'C', 'D' or 'R'
  propDepCom = 18
Propagation of deprecated component to multiframe.
  propDepDet = 102
Propagation of deprecated detector to detections.
  propDepFra = 100
Propagation of deprecated detectors to multiframe.
  propDepObs = 101
Propagation of deprecated multiframe to detectors.
  poorPhotom = 110
Stack with poor photometry that is part of a deep.
  rejectObs = 27
Observation is flagged to be rejected.
  reprocAltn = 111
Data superseded by alternative reprocessing.
  reprocCASU = 128
Data superseded due to reprocessing by CASU.
  reprocWFAU = 255
Data superseded due to reprocessing by WFAU.
  testDetect = 53
Test detections - propagate through, but don't
  selectDeprecated = 'deprecated NOT IN (0, 50, 51)'
  selectNonDeprecated = 'deprecated IN (0, 50, 51)'
  selectDepAndNotTest = 'deprecated NOT IN (0, 50, 51, 53)'
  selectNonDepAndTest = 'deprecated IN (0, 50, 51, 53)'
Properties [hide private]

Inherited from object: __class__