Definition at line 568 of file defineVisits.py.
◆ 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 569 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 575 of file defineVisits.py.
The documentation for this class was generated from the following file: