lsst.afw  20.0.0-9-g61a2a9a3d+63f5489896
Variables
lsst.afw.cameraGeom.cameraGeomEnumDicts Namespace Reference

Variables

dictionary DetectorTypeValNameDict
 
dictionary DetectorTypeNameValDict
 

Variable Documentation

◆ DetectorTypeNameValDict

dictionary lsst.afw.cameraGeom.cameraGeomEnumDicts.DetectorTypeNameValDict
Initial value:
1 = {val: key for key, val in
2  DetectorTypeValNameDict.items()}

Definition at line 32 of file cameraGeomEnumDicts.py.

◆ DetectorTypeValNameDict

dictionary lsst.afw.cameraGeom.cameraGeomEnumDicts.DetectorTypeValNameDict
Initial value:
1 = {
2  DetectorType.SCIENCE: "SCIENCE",
3  DetectorType.FOCUS: "FOCUS",
4  DetectorType.GUIDER: "GUIDER",
5  DetectorType.WAVEFRONT: "WAVEFRONT",
6 }

Definition at line 26 of file cameraGeomEnumDicts.py.