VisitSystem¶
-
class
lsst.obs.base.
VisitSystem
¶ Bases:
enum.Enum
Enumeration used to label different visit systems.
Attributes Summary
BY_GROUP_METADATA
Visit membership is defined by the value of the exposure.group_id. BY_SEQ_START_END
Visit membership is defined by the values of the exposure.day_obs
,exposure.seq_start
, andexposure.seq_end
values.ONE_TO_ONE
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_end
values.
-
ONE_TO_ONE
= 0¶ Each exposure is assigned to its own visit.
-