lsst.afw g7304ef7ade+559a34a84e
Loading...
Searching...
No Matches
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.