CameraConfig#

class lsst.afw.cameraGeom.CameraConfig(*args, **kw)#

Bases: Config

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

Attributes Summary

detectorList

List of detector configs (ConfigDict)

focalPlaneParity

Whether the FOCAL_PLANE <-> FIELD_ANGLE transform should flip the X axis.

name

Name of this camera (str)

plateScale

Plate scale of the camera in arcsec/mm (float)

radialCoeffs

Coefficients for radial distortion (List)

transformDict

Dictionary of camera transforms keyed on the transform type.

Attributes Documentation

detectorList#

List of detector configs (ConfigDict)

focalPlaneParity#

Whether the FOCAL_PLANE <-> FIELD_ANGLE transform should flip the X axis. (bool, default False)

name#

Name of this camera (str)

plateScale#

Plate scale of the camera in arcsec/mm (float)

radialCoeffs#

Coefficients for radial distortion (List)

transformDict#

Dictionary of camera transforms keyed on the transform type. (TransformMapConfig, default <class 'lsst.afw.cameraGeom._transformConfig.TransformMapConfig'>)