A configuration that represents (and can be used to construct) a Camera.
Definition at line 134 of file cameraConfig.py.
◆ 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 |
◆ plateScale
| lsst.afw.cameraGeom.cameraConfig.CameraConfig.plateScale = pexConfig.Field("Plate scale of the camera in arcsec/mm", float) |
|
static |
◆ radialCoeffs
| lsst.afw.cameraGeom.cameraConfig.CameraConfig.radialCoeffs = pexConfig.ListField("Coefficients for radial distortion", float) |
|
static |
◆ 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: