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.
◆ name
lsst.afw.cameraGeom.cameraConfig.CameraConfig.name = pexConfig.Field("Name of this camera", str) |
|
static |
◆ plateScale
lsst.afw.cameraGeom.cameraConfig.CameraConfig.plateScale |
|
static |
Initial value:= pexConfig.Field(
"Plate scale of the camera in arcsec/mm", float)
Definition at line 143 of file cameraConfig.py.
◆ radialCoeffs
lsst.afw.cameraGeom.cameraConfig.CameraConfig.radialCoeffs |
|
static |
Initial value:= pexConfig.ListField(
"Coefficients for radial distortion", float)
Definition at line 147 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 139 of file cameraConfig.py.
The documentation for this class was generated from the following file: