CalibrationStatus#

class lstcam_calib.io.database.CalibrationStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

Status of documents in the calibration database.

Attributes Summary

INVALID

Calibration not validated by the data quality checks.

NOT_VALIDATED

Calibration not yet verified by the data quality checks.

VALID

Calibration validated by the data quality checks.

Attributes Documentation

INVALID = 'invalid'#

Calibration not validated by the data quality checks.

NOT_VALIDATED = 'not_validated'#

Calibration not yet verified by the data quality checks.

VALID = 'valid'#

Calibration validated by the data quality checks.