LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.afw.cameraGeom.cameraConfig.CameraConfig Class Reference

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

Inheritance diagram for lsst.afw.cameraGeom.cameraConfig.CameraConfig:

Static Public Attributes

tuple detectorList = pexConfig.ConfigDictField("List of detector configs", keytype=int, itemtype=DetectorConfig)
 
tuple transformDict = pexConfig.ConfigField("Dictionary of camera transforms keyed on the transform type.", TransformMapConfig)
 
tuple name = pexConfig.Field("Name of this camera", str)
 
tuple plateScale = pexConfig.Field("Plate scale of the camera in arcsec/mm", float)
 
tuple radialCoeffs = pexConfig.ListField("Coefficients for radial distortion", float)
 

Detailed Description

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

Definition at line 36 of file cameraConfig.py.

Member Data Documentation

tuple lsst.afw.cameraGeom.cameraConfig.CameraConfig.detectorList = pexConfig.ConfigDictField("List of detector configs", keytype=int, itemtype=DetectorConfig)
static

Definition at line 39 of file cameraConfig.py.

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

Definition at line 41 of file cameraConfig.py.

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

Definition at line 43 of file cameraConfig.py.

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

Definition at line 46 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.CameraConfig.transformDict = pexConfig.ConfigField("Dictionary of camera transforms keyed on the transform type.", TransformMapConfig)
static

Definition at line 40 of file cameraConfig.py.


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