lsst.afw
19.0.0-24-gf0e72354e+1
|
Public Member Functions | |
def | getPupilFactory (self, visitInfo, pupilSize, npix, **kwargs) |
def | telescopeDiameter (self) |
Definition at line 31 of file cameraContinued.py.
def lsst.afw.cameraGeom.camera.cameraContinued.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 33 of file cameraContinued.py.
def lsst.afw.cameraGeom.camera.cameraContinued.Camera.telescopeDiameter | ( | self | ) |
Definition at line 54 of file cameraContinued.py.