lsst.obs.base  20.0.0-27-g22bab1b+60c4b1e1c0
Static Public Attributes | List of all members
lsst.obs.base.defineVisits._ComputeVisitRegionsFromSingleRawWcsConfig Class Reference
Inheritance diagram for lsst.obs.base.defineVisits._ComputeVisitRegionsFromSingleRawWcsConfig:
lsst.obs.base.defineVisits.ComputeVisitRegionsConfig

Static Public Attributes

 mergeExposures
 
 detectorId
 
 requireVersionedCamera
 
 padding
 

Detailed Description

Definition at line 550 of file defineVisits.py.

Member Data Documentation

◆ detectorId

lsst.obs.base.defineVisits._ComputeVisitRegionsFromSingleRawWcsConfig.detectorId
static
Initial value:
= Field(
doc=("Load the WCS for the detector with this ID. If None, use an "
"arbitrary detector (the first found in a query of the data "
"repository for each exposure (or all exposures, if "
"mergeExposures is True)."),
dtype=int,
optional=True,
default=None
)

Definition at line 558 of file defineVisits.py.

◆ mergeExposures

lsst.obs.base.defineVisits._ComputeVisitRegionsFromSingleRawWcsConfig.mergeExposures
static
Initial value:
= Field(
doc=("If True, merge per-detector regions over all exposures in a "
"visit (via convex hull) instead of using the first exposure and "
"assuming its regions are valid for all others."),
dtype=bool,
default=False,
)

Definition at line 551 of file defineVisits.py.

◆ padding

lsst.obs.base.defineVisits.ComputeVisitRegionsConfig.padding
staticinherited
Initial value:
= Field(
dtype=int,
default=0,
doc=("Pad raw image bounding boxes with specified number of pixels "
"when calculating their (conservatively large) region on the "
"sky."),
)

Definition at line 167 of file defineVisits.py.

◆ requireVersionedCamera

lsst.obs.base.defineVisits._ComputeVisitRegionsFromSingleRawWcsConfig.requireVersionedCamera
static
Initial value:
= Field(
doc=("If True, raise LookupError if version camera geometry cannot be "
"loaded for an exposure. If False, use the nominal camera from "
"the Instrument class instead."),
dtype=bool,
optional=False,
default=False,
)

Definition at line 567 of file defineVisits.py.


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