lsst.afw  21.0.0-6-ge3f375325+ce03d725a7
Classes | Variables
lsst.afw.cameraGeom.detector.detectorContinued Namespace Reference

Classes

class  DetectorBase
 

Variables

dictionary DetectorTypeValNameDict
 
dictionary DetectorTypeNameValDict
 

Variable Documentation

◆ DetectorTypeNameValDict

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

Definition at line 34 of file detectorContinued.py.

◆ DetectorTypeValNameDict

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

Definition at line 27 of file detectorContinued.py.