|
lsst.afw g712618294e+4813a5392e
|
#include <Detector.h>
Public Attributes | |
| std::string | name = "" |
| int | id = 0 |
| DetectorType | type = DetectorType::SCIENCE |
| std::string | serial = "" |
| lsst::geom::Box2I | bbox |
| Orientation | orientation |
| lsst::geom::Extent2D | pixelSize |
| CrosstalkMatrix | crosstalk |
| std::string | physicalType |
Definition at line 131 of file Detector.h.
| lsst::geom::Box2I lsst::afw::cameraGeom::DetectorBase::Fields::bbox |
Definition at line 136 of file Detector.h.
| CrosstalkMatrix lsst::afw::cameraGeom::DetectorBase::Fields::crosstalk |
Definition at line 139 of file Detector.h.
| int lsst::afw::cameraGeom::DetectorBase::Fields::id = 0 |
Definition at line 133 of file Detector.h.
| std::string lsst::afw::cameraGeom::DetectorBase::Fields::name = "" |
Definition at line 132 of file Detector.h.
| Orientation lsst::afw::cameraGeom::DetectorBase::Fields::orientation |
Definition at line 137 of file Detector.h.
| std::string lsst::afw::cameraGeom::DetectorBase::Fields::physicalType |
Definition at line 140 of file Detector.h.
| lsst::geom::Extent2D lsst::afw::cameraGeom::DetectorBase::Fields::pixelSize |
Definition at line 138 of file Detector.h.
| std::string lsst::afw::cameraGeom::DetectorBase::Fields::serial = "" |
Definition at line 135 of file Detector.h.
| DetectorType lsst::afw::cameraGeom::DetectorBase::Fields::type = DetectorType::SCIENCE |
Definition at line 134 of file Detector.h.