lsst.afw g9029821c7d+808890523f
Public Member Functions | List of all members
lsst.afw.cameraGeom._camera.Camera Class Reference

Public Member Functions

def getPupilFactory (self, visitInfo, pupilSize, npix, **kwargs)
 
def telescopeDiameter (self)
 
def computeMaxFocalPlaneRadius (self)
 

Detailed Description

Definition at line 30 of file _camera.py.

Member Function Documentation

◆ computeMaxFocalPlaneRadius()

def lsst.afw.cameraGeom._camera.Camera.computeMaxFocalPlaneRadius (   self)
Compute the maximum radius on the focal plane of the corners of all
detectors in this camera.

Returns
-------
focalRadius : `float`
    Maximum focal plane radius in FOCAL_PLANE units (mm).

Definition at line 57 of file _camera.py.

◆ getPupilFactory()

def lsst.afw.cameraGeom._camera.Camera.getPupilFactory (   self,
  visitInfo,
  pupilSize,
  npix,
**  kwargs 
)
Construct a PupilFactory.

Parameters
----------
visitInfo : `~lsst.afw.image.VisitInfo`
    VisitInfo object 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.
**kwargs : `dict`
    Other keyword arguments forwarded to the PupilFactoryClass
    constructor.

Definition at line 32 of file _camera.py.

◆ telescopeDiameter()

def lsst.afw.cameraGeom._camera.Camera.telescopeDiameter (   self)

Definition at line 53 of file _camera.py.


The documentation for this class was generated from the following file: