Definition at line 654 of file defineVisits.py.
◆ 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 662 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 655 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 671 of file defineVisits.py.
The documentation for this class was generated from the following file: