LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.afw.cameraGeom.cameraConfig.DetectorConfig Class Reference

A configuration that represents (and can be used to construct) a Detector. More...

Inheritance diagram for lsst.afw.cameraGeom.cameraConfig.DetectorConfig:

Static Public Attributes

tuple transformDict = pexConfig.ConfigField("Dictionary of camera transforms keyed on the transform type.", TransformMapConfig)
 
tuple name = pexConfig.Field("Name of detector slot", str)
 
tuple id = pexConfig.Field("ID of detector slot", int)
 
tuple bbox_x0 = pexConfig.Field("x0 of pixel bounding box", int)
 
tuple bbox_y0 = pexConfig.Field("y0 of pixel bounding box", int)
 
tuple bbox_x1 = pexConfig.Field("x1 of pixel bounding box", int)
 
tuple bbox_y1 = pexConfig.Field("y1 of pixel bounding box", int)
 
tuple detectorType = pexConfig.Field("Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3", int)
 
tuple serial = pexConfig.Field("Serial string associated with this specific detector", str)
 
tuple offset_x = pexConfig.Field("x offset from the origin of the camera in mm in the transposed system.", float)
 
tuple offset_y = pexConfig.Field("y offset from the origin of the camera in mm in the transposed system.", float)
 
tuple refpos_x
 
tuple refpos_y
 
tuple yawDeg
 
tuple pitchDeg = pexConfig.Field("pitch (rotation about y) of the detector in degrees", float)
 
tuple rollDeg = pexConfig.Field("roll (rotation about x) of the detector in degrees", float)
 
tuple pixelSize_x = pexConfig.Field("Pixel size in the x dimension in mm", float)
 
tuple pixelSize_y = pexConfig.Field("Pixel size in the y dimension in mm", float)
 
tuple transposeDetector = pexConfig.Field("Transpose the pixel grid before orienting in focal plane?", bool)
 

Detailed Description

A configuration that represents (and can be used to construct) a Detector.

Definition at line 6 of file cameraConfig.py.

Member Data Documentation

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.bbox_x0 = pexConfig.Field("x0 of pixel bounding box", int)
static

Definition at line 12 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.bbox_x1 = pexConfig.Field("x1 of pixel bounding box", int)
static

Definition at line 14 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.bbox_y0 = pexConfig.Field("y0 of pixel bounding box", int)
static

Definition at line 13 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.bbox_y1 = pexConfig.Field("y1 of pixel bounding box", int)
static

Definition at line 15 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.detectorType = pexConfig.Field("Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3", int)
static

Definition at line 16 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.id = pexConfig.Field("ID of detector slot", int)
static

Definition at line 11 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.name = pexConfig.Field("Name of detector slot", str)
static

Definition at line 10 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.offset_x = pexConfig.Field("x offset from the origin of the camera in mm in the transposed system.", float)
static

Definition at line 18 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.offset_y = pexConfig.Field("y offset from the origin of the camera in mm in the transposed system.", float)
static

Definition at line 19 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.pitchDeg = pexConfig.Field("pitch (rotation about y) of the detector in degrees", float)
static

Definition at line 27 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.pixelSize_x = pexConfig.Field("Pixel size in the x dimension in mm", float)
static

Definition at line 29 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.pixelSize_y = pexConfig.Field("Pixel size in the y dimension in mm", float)
static

Definition at line 30 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.refpos_x
static
Initial value:
1 = pexConfig.Field("x position of the reference point in the detector in pixels "+\
2  "in transposed coordinates.", float)

Definition at line 20 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.refpos_y
static
Initial value:
1 = pexConfig.Field("y position of the reference point in the detector in pixels "+\
2  "in transposed coordinates.", float)

Definition at line 22 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.rollDeg = pexConfig.Field("roll (rotation about x) of the detector in degrees", float)
static

Definition at line 28 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.serial = pexConfig.Field("Serial string associated with this specific detector", str)
static

Definition at line 17 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.transformDict = pexConfig.ConfigField("Dictionary of camera transforms keyed on the transform type.", TransformMapConfig)
static

Definition at line 9 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.transposeDetector = pexConfig.Field("Transpose the pixel grid before orienting in focal plane?", bool)
static

Definition at line 34 of file cameraConfig.py.

tuple lsst.afw.cameraGeom.cameraConfig.DetectorConfig.yawDeg
static
Initial value:
1 = pexConfig.Field("yaw (rotation about z) of the detector in degrees. "+\
2  "This includes any necessary rotation to go from detector coordinates to camera coordinates "+\
3  "after optional transposition.", float)

Definition at line 24 of file cameraConfig.py.


The documentation for this class was generated from the following file: