lsst.afw
22.0.1-33-g415537ac7+f49c5b7a45
|
Public Member Functions | |
def | getPupilFactory (self, visitInfo, pupilSize, npix, **kwargs) |
def | telescopeDiameter (self) |
def | computeMaxFocalPlaneRadius (self) |
Definition at line 30 of file _camera.py.
def lsst.afw.cameraGeom._camera.Camera.computeMaxFocalPlaneRadius | ( | self | ) |
Compute the maximum radius on the focal plane of the corners of all detectors in this camera. Returns ------- focalRadius : `float` Maximum focal plane radius in FOCAL_PLANE units (mm).
Definition at line 57 of file _camera.py.
def lsst.afw.cameraGeom._camera.Camera.getPupilFactory | ( | self, | |
visitInfo, | |||
pupilSize, | |||
npix, | |||
** | kwargs | ||
) |
Construct a PupilFactory. Parameters ---------- visitInfo : `~lsst.afw.image.VisitInfo` VisitInfo object for a particular exposure. pupilSize : `float` Size in meters of constructed Pupil array. Note that this may be larger than the actual diameter of the illuminated pupil to accommodate zero-padding. npix : `int` Constructed Pupils will be npix x npix. **kwargs : `dict` Other keyword arguments forwarded to the PupilFactoryClass constructor.
Definition at line 32 of file _camera.py.
def lsst.afw.cameraGeom._camera.Camera.telescopeDiameter | ( | self | ) |
Definition at line 53 of file _camera.py.