VisitSystem¶
-
class
lsst.obs.base.VisitSystem¶ Bases:
enum.EnumEnumeration used to label different visit systems.
Attributes Summary
BY_GROUP_METADATAVisit membership is defined by the value of the exposure.group_id. BY_SEQ_START_ENDVisit membership is defined by the values of the exposure.day_obs,exposure.seq_start, andexposure.seq_endvalues.ONE_TO_ONEEach 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.
-