25 from ._cameraGeom
import Camera
32 """Construct a PupilFactory.
36 visitInfo : `~lsst.afw.image.VisitInfo`
37 VisitInfo object for a particular exposure.
39 Size in meters of constructed Pupil array. Note that this may be
40 larger than the actual diameter of the illuminated pupil to
41 accommodate zero-padding.
43 Constructed Pupils will be npix x npix.
45 Other keyword arguments forwarded to the PupilFactoryClass
48 cls = doImport(self.getPupilFactoryName())
49 return cls(visitInfo, pupilSize, npix, **kwargs)
53 cls = doImport(self.getPupilFactoryName())
def telescopeDiameter(self)
def getPupilFactory(self, visitInfo, pupilSize, npix, **kwargs)