LSST Applications g070148d5b3+33e5256705,g0d53e28543+25c8b88941,g0da5cf3356+2dd1178308,g1081da9e2a+62d12e78cb,g17e5ecfddb+7e422d6136,g1c76d35bf8+ede3a706f7,g295839609d+225697d880,g2e2c1a68ba+cc1f6f037e,g2ffcdf413f+853cd4dcde,g38293774b4+62d12e78cb,g3b44f30a73+d953f1ac34,g48ccf36440+885b902d19,g4b2f1765b6+7dedbde6d2,g5320a0a9f6+0c5d6105b6,g56b687f8c9+ede3a706f7,g5c4744a4d9+ef6ac23297,g5ffd174ac0+0c5d6105b6,g6075d09f38+66af417445,g667d525e37+2ced63db88,g670421136f+2ced63db88,g71f27ac40c+2ced63db88,g774830318a+463cbe8d1f,g7876bc68e5+1d137996f1,g7985c39107+62d12e78cb,g7fdac2220c+0fd8241c05,g96f01af41f+368e6903a7,g9ca82378b8+2ced63db88,g9d27549199+ef6ac23297,gabe93b2c52+e3573e3735,gb065e2a02a+3dfbe639da,gbc3249ced9+0c5d6105b6,gbec6a3398f+0c5d6105b6,gc9534b9d65+35b9f25267,gd01420fc67+0c5d6105b6,geee7ff78d7+a14128c129,gf63283c776+ede3a706f7,gfed783d017+0c5d6105b6,w.2022.47
LSST Data Management Base Package
|
Namespaces | |
namespace | _amplifier |
namespace | _assembleImage |
namespace | _camera |
namespace | _cameraFactory |
namespace | _cameraGeomEnumDicts |
namespace | _detector |
namespace | _detectorCollection |
namespace | _makePixelToTanPixel |
namespace | _rotateBBoxBy90 |
namespace | _transformConfig |
namespace | cameraConfig |
namespace | pupil |
namespace | testUtils |
namespace | utils |
Classes | |
class | Amplifier |
Geometry and electronic information about raw amplifier images. More... | |
class | Camera |
An immutable representation of a camera. More... | |
class | CameraSys |
Camera coordinate system; used as a key in in TransformMap. More... | |
class | CameraSysPrefix |
Camera coordinate system prefix. More... | |
class | Detector |
A representation of a detector in a mosaic camera. More... | |
class | DetectorBase |
An abstract base class that provides common accessors for Detector and Detector::Builder. More... | |
class | DetectorCollection |
An immutable collection of Detectors that can be accessed by name or ID. More... | |
class | DetectorCollectionBase |
An abstract base class for collections of Detectors and specific subclasses thereof. More... | |
class | Orientation |
Describe a detector's orientation in the focal plane. More... | |
class | TransformMap |
A registry of 2-dimensional coordinate transforms for a specific camera. More... | |
Typedefs | |
using | PyAmplifier = py::class_< Amplifier, std::shared_ptr< Amplifier > > |
using | PyAmplifierBuilder = py::class_< Amplifier::Builder, Amplifier, std::shared_ptr< Amplifier::Builder > > |
using | PyCamera = py::class_< Camera, DetectorCollection, std::shared_ptr< Camera > > |
using | PyCameraBuilder = py::class_< Camera::Builder, DetectorCollectionBase< Detector::InCameraBuilder >, std::shared_ptr< Camera::Builder > > |
Enumerations | |
enum class | ReadoutCorner { LL , LR , UR , UL } |
Readout corner, in the frame of reference of the assembled image. More... | |
enum class | AssemblyState { RAW , SCIENCE } |
Assembly state of the amplifier, used to identify bounding boxes and component existence. More... | |
enum class | DetectorType { SCIENCE , FOCUS , GUIDER , WAVEFRONT } |
Type of imaging detector. More... | |
Functions | |
void | swap (CameraSys &a, CameraSys &b) |
std::ostream & | operator<< (std::ostream &os, CameraSysPrefix const &detSysPrefix) |
std::ostream & | operator<< (std::ostream &os, CameraSys const &cameraSys) |
std::ostream & | operator<< (std::ostream &os, TransformMap::Connection const &connection) |
void | wrapAmplifier (lsst::utils::python::WrapperCollection &wrappers) |
void | wrapCamera (lsst::utils::python::WrapperCollection &wrappers) |
void | wrapCameraSys (lsst::utils::python::WrapperCollection &) |
void | wrapDetector (lsst::utils::python::WrapperCollection &) |
void | wrapDetectorCollection (lsst::utils::python::WrapperCollection &) |
void | wrapOrientation (lsst::utils::python::WrapperCollection &) |
void | wrapTransformMap (lsst::utils::python::WrapperCollection &) |
PYBIND11_MODULE (_cameraGeom, mod) | |
Variables | |
CameraSys const | FOCAL_PLANE = CameraSys("FocalPlane") |
Focal plane coordinates: Position on a 2-d planar approximation to the focal plane (x,y mm). More... | |
CameraSys const | FIELD_ANGLE = CameraSys("FieldAngle") |
Field angle coordinates: Angle of a principal ray relative to the optical axis (x,y radians). More... | |
CameraSysPrefix const | PIXELS = CameraSysPrefix("Pixels") |
Pixel coordinates: Nominal position on the entry surface of a given detector (x, y unbinned pixels). More... | |
CameraSysPrefix const | TAN_PIXELS = CameraSysPrefix("TanPixels") |
Tangent-plane pixels on the detector (x, y unbinned pixels) More... | |
CameraSysPrefix const | ACTUAL_PIXELS = CameraSysPrefix("ActualPixels") |
The actual pixels where the photon lands and electrons are generated (x,y unbinned) This takes into account manufacturing defects, "tree ring" distortions and other such effects. More... | |
string | NullLinearityType = "None" |
using lsst::afw::cameraGeom::PyAmplifier = typedef py::class_<Amplifier, std::shared_ptr<Amplifier> > |
Definition at line 40 of file _amplifier.cc.
using lsst::afw::cameraGeom::PyAmplifierBuilder = typedef py::class_<Amplifier::Builder, Amplifier, std::shared_ptr<Amplifier::Builder> > |
Definition at line 41 of file _amplifier.cc.
using lsst::afw::cameraGeom::PyCamera = typedef py::class_<Camera, DetectorCollection, std::shared_ptr<Camera> > |
Definition at line 40 of file _camera.cc.
using lsst::afw::cameraGeom::PyCameraBuilder = typedef py::class_<Camera::Builder, DetectorCollectionBase<Detector::InCameraBuilder>, std::shared_ptr<Camera::Builder> > |
Definition at line 41 of file _camera.cc.
|
strong |
Assembly state of the amplifier, used to identify bounding boxes and component existence.
Enumerator | |
---|---|
RAW | |
SCIENCE |
Definition at line 48 of file Amplifier.h.
|
strong |
|
strong |
std::ostream & lsst::afw::cameraGeom::operator<< | ( | std::ostream & | os, |
CameraSys const & | cameraSys | ||
) |
Definition at line 52 of file CameraSys.cc.
std::ostream & lsst::afw::cameraGeom::operator<< | ( | std::ostream & | os, |
CameraSysPrefix const & | detSysPrefix | ||
) |
Definition at line 47 of file CameraSys.cc.
std::ostream & lsst::afw::cameraGeom::operator<< | ( | std::ostream & | os, |
TransformMap::Connection const & | connection | ||
) |
Definition at line 169 of file TransformMap.cc.
lsst::afw::cameraGeom::PYBIND11_MODULE | ( | _cameraGeom | , |
mod | |||
) |
Definition at line 38 of file _cameraGeom.cc.
Definition at line 157 of file CameraSys.h.
void lsst::afw::cameraGeom::wrapAmplifier | ( | lsst::utils::python::WrapperCollection & | wrappers | ) |
Definition at line 43 of file _amplifier.cc.
void lsst::afw::cameraGeom::wrapCamera | ( | lsst::utils::python::WrapperCollection & | wrappers | ) |
Definition at line 48 of file _camera.cc.
void lsst::afw::cameraGeom::wrapCameraSys | ( | lsst::utils::python::WrapperCollection & | wrappers | ) |
Definition at line 65 of file _cameraSys.cc.
void lsst::afw::cameraGeom::wrapDetector | ( | lsst::utils::python::WrapperCollection & | wrappers | ) |
Definition at line 195 of file _detector.cc.
void lsst::afw::cameraGeom::wrapDetectorCollection | ( | lsst::utils::python::WrapperCollection & | wrappers | ) |
Definition at line 66 of file _detectorCollection.cc.
void lsst::afw::cameraGeom::wrapOrientation | ( | lsst::utils::python::WrapperCollection & | wrappers | ) |
Definition at line 36 of file _orientation.cc.
void lsst::afw::cameraGeom::wrapTransformMap | ( | lsst::utils::python::WrapperCollection & | wrappers | ) |
Definition at line 94 of file _transformMap.cc.
CameraSysPrefix const lsst::afw::cameraGeom::ACTUAL_PIXELS = CameraSysPrefix("ActualPixels") |
The actual pixels where the photon lands and electrons are generated (x,y 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 CameraSys.
Definition at line 38 of file CameraSys.cc.
Field angle coordinates: Angle of a principal ray relative to the optical axis (x,y radians).
The orientation of the x,y axes is the same as FOCAL_PLANE
.
Definition at line 32 of file CameraSys.cc.
Focal plane coordinates: Position on a 2-d planar approximation to the focal plane (x,y mm).
The origin and orientation may be defined by the camera team, but we strongly recommend that the origin be on the optical axis and (if using CCD detectors) that the X axis be aligned along CCD rows.
FOCAL_PLANE
coordinates (the z axis is also relevant). 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 30 of file CameraSys.cc.
string lsst.afw.cameraGeom.NullLinearityType = "None" |
Definition at line 38 of file __init__.py.
CameraSysPrefix const lsst::afw::cameraGeom::PIXELS = CameraSysPrefix("Pixels") |
Pixel coordinates: Nominal position on the entry surface of a given detector (x, y unbinned pixels).
For CCD detectors the x axis must be along rows (the direction of the serial register). This is required for our interpolation algorithm to interpolate across bad columns.
This ignores manufacturing imperfections, "tree ring" distortions and all other such effects. It is a uniform grid of rectangular (usually square) pixels.
Definition at line 34 of file CameraSys.cc.
CameraSysPrefix const lsst::afw::cameraGeom::TAN_PIXELS = CameraSysPrefix("TanPixels") |
Tangent-plane pixels on the detector (x, y unbinned pixels)
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->FIELD_ANGLE plus an affine transformation, such that:
This is a detector prefix; call Detector.makeCameraSys(TAN_PIXELS) to make a full CameraSys.
Definition at line 36 of file CameraSys.cc.