Skip to content

enumeration CalibrationLevel

This enumeration describes the degree to which data has been calibrated to remove instrumental effects. odo{This is intended to be consistent with ObsCore but there is no way to convey the integer value associated with each symbol}

CalibrationLevelPLANNEDRAW_INSTRUMENTALRAW_STANDARDCALIBRATEDPRODUCTANALYSIS_PRODUCT

Values

  • PLANNED - (-1) A planned data product that does not yet exist.

  • RAW_INSTRUMENTAL - (0) Raw data in some opaque instrument-specific format.

  • RAW_STANDARD - (1) Raw data in a standard format.

  • CALIBRATED - (2) Standard calibration steps have been applied.

  • PRODUCT - (3) Additional non-standard calibration steps have been applied.

  • ANALYSIS_PRODUCT - (4) A data product output from scientific analysis.