lsst.obs.base  20.0.0-37-g38a3e24+8332fa3829
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 544 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 545 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 551 of file defineVisits.py.


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