lsst.afw g5a732f18d5+66d966b544
Loading...
Searching...
No Matches
Variables
lsst.afw.cameraGeom._cameraGeomEnumDicts Namespace Reference

Variables

dict DetectorTypeValNameDict
 
dict DetectorTypeNameValDict
 

Variable Documentation

◆ DetectorTypeNameValDict

dict 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

dict 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.