lsst.obs.base
19.0.0-49-gce872c1
|
Public Member Functions | |
def | computeExposureBounds |
def | compute |
Public Attributes | |
butler | |
Static Public Attributes | |
ConfigClass = _ComputeVisitRegionsFromSingleRawWcsConfig | |
registry | |
A visit region calculator that uses a single raw WCS and a camera to project the bounding boxes of all detectors onto the sky, relating different detectors by their positions in focal plane coordinates. Notes ----- Most instruments should have their raw WCSs determined from a combination of boresight angle, rotator angle, and camera geometry, and hence this algorithm should produce stable results regardless of which detector the raw corresponds to. If this is not the case (e.g. because a per-file FITS WCS is used instead), either the ID of the detector should be fixed (see the ``detectorId`` config parameter) or a different algorithm used.
Definition at line 578 of file defineVisits.py.
def lsst.obs.base.defineVisits._ComputeVisitRegionsFromSingleRawWcsTask.compute | ( | self, | |
visit | |||
) |
Definition at line 643 of file defineVisits.py.
def lsst.obs.base.defineVisits._ComputeVisitRegionsFromSingleRawWcsTask.computeExposureBounds | ( | self, | |
exposure | |||
) |
Definition at line 595 of file defineVisits.py.
|
inherited |
Definition at line 193 of file defineVisits.py.
|
static |
Definition at line 593 of file defineVisits.py.
|
staticinherited |
Definition at line 199 of file defineVisits.py.