lsst.afw  20.0.0-2-gf99403173
Static Public Attributes | List of all members
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
 
 radialCoeffs
 

Detailed Description

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

Definition at line 132 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 135 of file cameraConfig.py.

◆ name

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

Definition at line 139 of file cameraConfig.py.

◆ plateScale

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

Definition at line 141 of file cameraConfig.py.

◆ radialCoeffs

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

Definition at line 145 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 137 of file cameraConfig.py.


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