PupilFactory¶
- class lsst.afw.cameraGeom.PupilFactory(visitInfo, pupilSize, npix)¶
Bases:
object
Pupil obscuration function factory for use with Fourier optics.
- Parameters:
Methods Summary
getPupil
(point)Calculate a Pupil at a given point in the focal plane.
Methods Documentation
- getPupil(point)¶
Calculate a Pupil at a given point in the focal plane.
- Parameters:
- point
lsst.geom.Point2D
The focal plane coordinates.
- point
- Returns:
- pupil
Pupil
The Pupil at
point
.
- pupil