27 from .camera 
import Camera
 
   34         """Construct a PupilFactory. 
   38         visitInfo : `~lsst.afw.image.VisitInfo` 
   39             VisitInfo object for a particular exposure. 
   41             Size in meters of constructed Pupil array. Note that this may be 
   42             larger than the actual diameter of the illuminated pupil to 
   43             accommodate zero-padding. 
   45             Constructed Pupils will be npix x npix. 
   47             Other keyword arguments forwarded to the PupilFactoryClass 
   50         cls = 
doImport(self.getPupilFactoryName())
 
   51         return cls(visitInfo, pupilSize, npix, **kwargs)
 
   55         cls = 
doImport(self.getPupilFactoryName())