CuratedCalibration#
- class lsst.obs.base.instrument_tests.CuratedCalibration(*, metadata: dict[str, Any], values: list[int])#
Bases:
BaseModelClass that implements minimal read/write interface needed to support curated calibration ingest.
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Methods Summary
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].
Methods Documentation
- getMetadata() dict[str, Any]#
- classmethod readText(path: str) CuratedCalibration#
- writeText(path: str) None#