lsst.afw  22.0.1-35-g9503da760+64490af121
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.