lsst.obs.base  21.0.0-17-gf9a0284+9e5b25d042
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 658 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 666 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 659 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 171 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 675 of file defineVisits.py.


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