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