lsst.obs.base
19.0.0-49-gce872c1+1
|
Public Member Functions | |
def | __init__ |
def | group |
def | getVisitSystem (self) |
Static Public Attributes | |
ConfigClass = GroupExposuresConfig | |
registry | |
Abstract base class for the subtask of `DefineVisitsTask` that is responsible for grouping exposures into visits. Subclasses should be registered with `GroupExposuresTask.registry` to enable use by `DefineVisitsTask`, and should generally correspond to a particular 'visit_system' dimension value. They are also responsible for defining visit IDs and names that are unique across all visit systems in use by an instrument. Parameters ---------- config : `GroupExposuresConfig` Configuration information. **kwargs Additional keyword arguments forwarded to the `Task` constructor.
Definition at line 103 of file defineVisits.py.
def lsst.obs.base.defineVisits.GroupExposuresTask.__init__ | ( | self, | |
config | |||
) |
Definition at line 120 of file defineVisits.py.
def lsst.obs.base.defineVisits.GroupExposuresTask.getVisitSystem | ( | self, | |
Tuple, | |||
int, | |||
str | |||
) |
Return identifiers for the 'visit_system' dimension this algorithm implements. Returns ------- id : `int` Integer ID for the visit system (given an instrument). name : `str` Unique string identifier for the visit system (given an instrument).
Definition at line 151 of file defineVisits.py.
def lsst.obs.base.defineVisits.GroupExposuresTask.group | ( | self, | |
exposures | |||
) |
Definition at line 133 of file defineVisits.py.
|
static |
Definition at line 123 of file defineVisits.py.
|
static |
Definition at line 127 of file defineVisits.py.