lsst.afw g8f2ba02de7+5e7e5c7d26
|
Public Member Functions | |
def | __init__ (self, visitInfo, pupilSize, npix) |
def | getPupil (self, point) |
Public Attributes | |
visitInfo | |
pupilSize | |
npix | |
pupilScale | |
v | |
Pupil obscuration function factory for use with Fourier optics. Parameters ---------- visitInfo : `lsst.afw.image.VisitInfo` Visit information 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.
def lsst.afw.cameraGeom.pupil.PupilFactory.__init__ | ( | self, | |
visitInfo, | |||
pupilSize, | |||
npix | |||
) |
def lsst.afw.cameraGeom.pupil.PupilFactory.getPupil | ( | self, | |
point | |||
) |