lsst.afw.cameraGeom¶
The lsst.afw.cameraGeom module describes the geometry of an imaging camera.
Using lsst.afw.cameraGeom¶
Contributing¶
lsst.afw.cameraGeom is developed at https://github.com/lsst/afw.
You can find Jira issues for this module under the afw component.
Python API reference¶
lsst.afw.cameraGeom Package¶
Functions¶
| 
 | Build a dictionary of Detector constructor keyword arguments. | 
| 
 | Assemble the amplifier region of an image from a raw image. | 
| 
 | Assemble the amplifier region of a raw CCD image. | 
| 
 | Construct a Camera instance from a dictionary of detector name: list of Amplifier.Builder | 
| 
 | Make a Camera instance from a directory of ampInfo files | 
| 
 | Make a Transform whose forward direction converts PIXELS to TAN_PIXELS for one detector. | 
| 
 | Return a Detector that has had the definitions of amplifier geometry updated post assembly. | 
| 
 | Rotate a bounding box by an integer multiple of 90 degrees. | 
Classes¶
| 
 | Flags used to report geometric differences between amplifier | 
| 
 | A class that can extracts single-amplifier subimages from trimmed or untrimmed assembled images and transforms them to a particular orientation and offset. | 
| Members: | |
| 
 | A configuration that represents (and can be used to construct) a Camera. | 
| 
 | An immutable collection of Detectors that can be accessed by name or ID. | 
| 
 | A configuration that represents (and can be used to construct) a Detector. | 
| Members: | |
| 
 | Pupil obscuration function. | 
| 
 | Pupil obscuration function factory for use with Fourier optics. | 
| Members: | |
| 
 | 
Class Inheritance Diagram¶
lsst.afw.cameraGeom.utils Module¶
Functions¶
| 
 | Put Wcs from an Amp image into CCD coordinates | 
| 
 | Make a plot of the focal plane along with a set points that sample the field of view. | 
| 
 | Make an image from an amp object. | 
| 
 | Calculate the raw ccd bounding box. | 
| 
 | Make an Image of a CCD. | 
| 
 | A callback function that may or may not subtract bias/correct gain/trim a raw image. | 
| 
 | Overlay bounding boxes on an image display. | 
| 
 | Show an amp in an image display. | 
| 
 | Show a CCD on display. | 
| 
 | Get the bounding boxes of a list of Detectors within a camera sized pixel grid | 
| 
 | Get the bounding box of a camera sized image in pixels | 
| 
 | Make an Image of a Camera. | 
| 
 | Show a Camera on display, with the specified display. | 
| 
 | Make a WCS for the focal plane geometry (i.e. | 
| 
 | Find the Amp with the specified pixel position within the composite | 
Classes¶
| 
 | A class to retrieve synthetic images for display by the show* methods | 
| 
 | A class to return an Image of a given Ccd using the butler. | 
Class Inheritance Diagram¶
lsst.afw.cameraGeom.testUtils Module¶
Classes¶
| 
 | A Detector and the data used to construct it | 
| 
 | A simple Camera and the data used to construct it |