RawExposureData#
- class lsst.obs.base.RawExposureData(dataId: DataCoordinate, files: list[RawFileData], universe: dataclasses.InitVar[DimensionUniverse], record: DimensionRecord, dependencyRecords: dict[str, DimensionRecord])#
Bases:
objectInformation about a complete raw exposure, used during ingest.
Attributes Summary
Data ID for this exposure (
lsst.daf.butler.DataCoordinate).Additional records that must be inserted into the
Registryprior to ingesting the exposurerecord(e.g., to satisfy foreign key constraints), indexed by the dimension name.List of structures containing file-level information.
The exposure
DimensionRecordthat must be inserted into theRegistryprior to file-level ingest (DimensionRecord).Set of all known dimensions.
Attributes Documentation
- dataId: DataCoordinate = <dataclasses._MISSING_TYPE object>#
Data ID for this exposure (
lsst.daf.butler.DataCoordinate).
- dependencyRecords: dict[str, DimensionRecord] = <dataclasses._MISSING_TYPE object>#
Additional records that must be inserted into the
Registryprior to ingesting the exposurerecord(e.g., to satisfy foreign key constraints), indexed by the dimension name.
- files: list[RawFileData] = <dataclasses._MISSING_TYPE object>#
List of structures containing file-level information.
- record: DimensionRecord = <dataclasses._MISSING_TYPE object>#
The exposure
DimensionRecordthat must be inserted into theRegistryprior to file-level ingest (DimensionRecord).
- universe: dataclasses.InitVar[DimensionUniverse] = <dataclasses._MISSING_TYPE object>#
Set of all known dimensions.