CameraConfig#
- class lsst.afw.cameraGeom.CameraConfig(*args, **kw)#
Bases:
ConfigA configuration that represents (and can be used to construct) a Camera.
Attributes Summary
List of detector configs (
ConfigDict)Whether the FOCAL_PLANE <-> FIELD_ANGLE transform should flip the X axis.
Name of this camera (
str)Plate scale of the camera in arcsec/mm (
float)Coefficients for radial distortion (
List)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, defaultFalse)
- 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'>)