lsst.obs.base  21.0.0-19-g7c7630f+a88ebbf2d9
Static Public Attributes | List of all members
lsst.obs.base.defineVisits._GroupExposuresOneToOneConfig Class Reference
Inheritance diagram for lsst.obs.base.defineVisits._GroupExposuresOneToOneConfig:
lsst.obs.base.defineVisits.GroupExposuresConfig

Static Public Attributes

 visitSystemId
 
 visitSystemName
 

Detailed Description

Definition at line 573 of file defineVisits.py.

Member Data Documentation

◆ visitSystemId

lsst.obs.base.defineVisits._GroupExposuresOneToOneConfig.visitSystemId
static
Initial value:
= Field(
doc=("Integer ID of the visit_system implemented by this grouping "
"algorithm."),
dtype=int,
default=0,
)

Definition at line 574 of file defineVisits.py.

◆ visitSystemName

lsst.obs.base.defineVisits._GroupExposuresOneToOneConfig.visitSystemName
static
Initial value:
= Field(
doc=("String name of the visit_system implemented by this grouping "
"algorithm."),
dtype=str,
default="one-to-one",
)

Definition at line 580 of file defineVisits.py.


The documentation for this class was generated from the following file: