lsst.obs.base  21.0.0-20-g4449a12+6d1341e0f3
Static Public Attributes | List of all members
lsst.obs.base.defineVisits._GroupExposuresByGroupMetadataConfig Class Reference
Inheritance diagram for lsst.obs.base.defineVisits._GroupExposuresByGroupMetadataConfig:
lsst.obs.base.defineVisits.GroupExposuresConfig

Static Public Attributes

 visitSystemId
 
 visitSystemName
 

Detailed Description

Definition at line 611 of file defineVisits.py.

Member Data Documentation

◆ visitSystemId

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

Definition at line 612 of file defineVisits.py.

◆ visitSystemName

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

Definition at line 618 of file defineVisits.py.


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