|
LSSTApplications
11.0-13-gbb96280,12.1+18,12.1+7,12.1-1-g14f38d3+72,12.1-1-g16c0db7+5,12.1-1-g5961e7a+84,12.1-1-ge22e12b+23,12.1-11-g06625e2+4,12.1-11-g0d7f63b+4,12.1-19-gd507bfc,12.1-2-g7dda0ab+38,12.1-2-gc0bc6ab+81,12.1-21-g6ffe579+2,12.1-21-gbdb6c2a+4,12.1-24-g941c398+5,12.1-3-g57f6835+7,12.1-3-gf0736f3,12.1-37-g3ddd237,12.1-4-gf46015e+5,12.1-5-g06c326c+20,12.1-5-g648ee80+3,12.1-5-gc2189d7+4,12.1-6-ga608fc0+1,12.1-7-g3349e2a+5,12.1-7-gfd75620+9,12.1-9-g577b946+5,12.1-9-gc4df26a+10
LSSTDataManagementBasePackage
|
Namespaces | |
| assembleImage | |
| camera | |
| cameraConfig | |
| cameraFactory | |
| cameraGeomEnumDicts | |
| detectorCollection | |
| fitsUtils | |
| makePixelToTanPixel | |
| rotateBBoxBy90 | |
| testUtils | |
| utils | |
Classes | |
| class | CameraPoint |
| A Point2D with associated camera coordinate system. More... | |
| class | CameraSysPrefix |
| Camera coordinate system prefix. More... | |
| class | CameraSys |
| Camera coordinate system; used as a key in in TransformMap. More... | |
| class | Detector |
| Information about a CCD or other imaging detector. More... | |
| class | Orientation |
| Describe a detector's orientation in the focal plane. More... | |
Typedefs | |
| typedef geom::TransformMap < CameraSys > | CameraTransformMap |
Enumerations | |
| enum | DetectorType { SCIENCE, FOCUS, GUIDER, WAVEFRONT } |
| Type of imaging detector. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, CameraPoint const &cameraPoint) |
| std::ostream & | operator<< (std::ostream &os, CameraSysPrefix const &camSysPrefix) |
| std::ostream & | operator<< (std::ostream &os, CameraSys const &cameraSys) |
Variables | |
| string | NullLinearityType = "None" |
| CameraSys const | FOCAL_PLANE = CameraSys("FocalPlane") |
| Focal plane coordinates: Rectilinear x, y (and z when talking about the location of a detector) on the camera focal plane (mm). More... | |
| CameraSys const | PUPIL = CameraSys("Pupil") |
| Pupil coordinates: Angular x,y offset from the vertex at the pupil (radians). More... | |
| CameraSysPrefix const | PIXELS = CameraSysPrefix("Pixels") |
| Nominal pixels on the detector (unbinned) This ignores manufacturing imperfections, "tree ring" distortions and all other such effects. More... | |
| CameraSysPrefix const | TAN_PIXELS = CameraSysPrefix("TanPixels") |
| Tangent-plane pixels on the detector (unbinned) More... | |
| CameraSysPrefix const | ACTUAL_PIXELS = CameraSysPrefix("ActualPixels") |
| The actual pixels where the photon lands and electrons are generated (unbinned) This takes into account manufacturing defects, "tree ring" distortions and other such effects. More... | |
Definition at line 136 of file CameraSys.h.
Type of imaging detector.
| Enumerator | |
|---|---|
| SCIENCE | |
| FOCUS | |
| GUIDER | |
| WAVEFRONT | |
Definition at line 43 of file Detector.h.
| std::ostream & lsst::afw::cameraGeom::operator<< | ( | std::ostream & | os, |
| CameraPoint const & | cameraPoint | ||
| ) |
Definition at line 29 of file CameraPoint.cc.
| std::ostream & lsst::afw::cameraGeom::operator<< | ( | std::ostream & | os, |
| CameraSysPrefix const & | camSysPrefix | ||
| ) |
Definition at line 39 of file CameraSys.cc.
| std::ostream & lsst::afw::cameraGeom::operator<< | ( | std::ostream & | os, |
| CameraSys const & | cameraSys | ||
| ) |
Definition at line 44 of file CameraSys.cc.
| CameraSysPrefix const lsst::afw::cameraGeom::ACTUAL_PIXELS = CameraSysPrefix("ActualPixels") |
The actual pixels where the photon lands and electrons are generated (unbinned) This takes into account manufacturing defects, "tree ring" distortions and other such effects.
This is a detector prefix; call Detector.makeCameraSys(ACTUAL_PIXELS) to make a full coordsys.
Definition at line 37 of file CameraSys.cc.
Focal plane coordinates: Rectilinear x, y (and z when talking about the location of a detector) on the camera focal plane (mm).
For z=0 choose a convenient point near the focus at x, y = 0.
Definition at line 29 of file CameraSys.cc.
| string lsst.afw.cameraGeom.NullLinearityType = "None" |
Definition at line 35 of file __init__.py.
| CameraSysPrefix const lsst::afw::cameraGeom::PIXELS = CameraSysPrefix("Pixels") |
Nominal pixels on the detector (unbinned) This ignores manufacturing imperfections, "tree ring" distortions and all other such effects.
It is a uniform grid of rectangular (usually square) pixels.
This is a detector prefix; call Detector.makeCameraSys(PIXELS) to make a full coordsys.
Definition at line 33 of file CameraSys.cc.
Pupil coordinates: Angular x,y offset from the vertex at the pupil (radians).
Definition at line 31 of file CameraSys.cc.
| CameraSysPrefix const lsst::afw::cameraGeom::TAN_PIXELS = CameraSysPrefix("TanPixels") |
Tangent-plane pixels on the detector (unbinned)
Converting from PIXELS to TAN_PIXELS has the effect of removing optical distortion (and the distortion due to rectangular pixels) with the point at the center of the detector being unaffected by the transformation.
In detail, PIXELS->TAN_PIXELS is PIXELS->PUPIL plus an affine transformation, such that:
This is a detector prefix; call Detector.makeCameraSys(TAN_PIXELS) to make a full coordsys.
Definition at line 35 of file CameraSys.cc.
1.8.5