VisitSystem¶
- class lsst.obs.base.VisitSystem(value)¶
 Bases:
EnumEnumeration used to label different visit systems.
Attributes Summary
Visit membership is defined by the value of the exposure.group_id.
Visit membership is defined by the values of the
exposure.day_obs,exposure.seq_start, andexposure.seq_endvalues.Each exposure is assigned to its own visit.
Attributes Documentation
- BY_GROUP_METADATA = 1¶
 Visit membership is defined by the value of the exposure.group_id.
- BY_SEQ_START_END = 2¶
 Visit membership is defined by the values of the
exposure.day_obs,exposure.seq_start, andexposure.seq_endvalues.
- ONE_TO_ONE = 0¶
 Each exposure is assigned to its own visit.