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:
- pointlsst.geom.Point2D
- The focal plane coordinates. 
 
- point
- Returns:
- pupilPupil
- The Pupil at - point.
 
- pupil