VisitDefinitionData#
- class lsst.obs.base.VisitDefinitionData(instrument: str, id: int, name: str, visit_systems: set[~lsst.obs.base.defineVisits.VisitSystem], exposures: list[~lsst.daf.butler.dimensions._records.DimensionRecord] = <factory>)#
Bases:
objectStruct representing a group of exposures that will be used to define a visit.
Attributes Summary
Dimension records for the exposures that are part of this visit.
Integer ID of the visit.
Name of the instrument this visit will be associated with.
String name for the visit.
All the visit systems associated with this visit.
Attributes Documentation
- exposures: list[DimensionRecord] = <dataclasses._MISSING_TYPE object>#
Dimension records for the exposures that are part of this visit.
- id: int = <dataclasses._MISSING_TYPE object>#
Integer ID of the visit.
This must be unique across all visit systems for the instrument.
- instrument: str = <dataclasses._MISSING_TYPE object>#
Name of the instrument this visit will be associated with.
- name: str = <dataclasses._MISSING_TYPE object>#
String name for the visit.
This must be unique across all visit systems for the instrument.
- visit_systems: set[VisitSystem] = <dataclasses._MISSING_TYPE object>#
All the visit systems associated with this visit.