CuratedCalibration#

class lsst.obs.base.instrument_tests.CuratedCalibration(*, metadata: dict[str, Any], values: list[int])#

Bases: BaseModel

Class that implements minimal read/write interface needed to support curated calibration ingest.

Attributes Summary

model_config

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#