lsst.afw g7876432fea+de8826df4f
Loading...
Searching...
No Matches
lsst.afw.cameraGeom.cameraConfig.CameraConfig Class Reference
Inheritance diagram for lsst.afw.cameraGeom.cameraConfig.CameraConfig:

Static Public Attributes

 detectorList
 
 transformDict
 
 name = pexConfig.Field("Name of this camera", str)
 
 plateScale = pexConfig.Field("Plate scale of the camera in arcsec/mm", float)
 
 radialCoeffs = pexConfig.ListField("Coefficients for radial distortion", float)
 
 focalPlaneParity
 

Detailed Description

A configuration that represents (and can be used to construct) a Camera.

Definition at line 134 of file cameraConfig.py.

Member Data Documentation

◆ detectorList

lsst.afw.cameraGeom.cameraConfig.CameraConfig.detectorList
static
Initial value:
= pexConfig.ConfigDictField(
"List of detector configs",
keytype=int,
itemtype=DetectorConfig,
)

Definition at line 137 of file cameraConfig.py.

◆ focalPlaneParity

lsst.afw.cameraGeom.cameraConfig.CameraConfig.focalPlaneParity
static
Initial value:
= pexConfig.Field(
"Whether the FOCAL_PLANE <-> FIELD_ANGLE transform should flip the X axis.",
dtype=bool,
default=False,
)

Definition at line 151 of file cameraConfig.py.

◆ name

lsst.afw.cameraGeom.cameraConfig.CameraConfig.name = pexConfig.Field("Name of this camera", str)
static

Definition at line 146 of file cameraConfig.py.

◆ plateScale

lsst.afw.cameraGeom.cameraConfig.CameraConfig.plateScale = pexConfig.Field("Plate scale of the camera in arcsec/mm", float)
static

Definition at line 147 of file cameraConfig.py.

◆ radialCoeffs

lsst.afw.cameraGeom.cameraConfig.CameraConfig.radialCoeffs = pexConfig.ListField("Coefficients for radial distortion", float)
static

Definition at line 150 of file cameraConfig.py.

◆ transformDict

lsst.afw.cameraGeom.cameraConfig.CameraConfig.transformDict
static
Initial value:
= pexConfig.ConfigField(
"Dictionary of camera transforms keyed on the transform type.",
TransformMapConfig,
)

Definition at line 142 of file cameraConfig.py.


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