LSST Applications g07dc498a13+7851b72aa9,g1409bbee79+7851b72aa9,g1a7e361dbc+7851b72aa9,g1fd858c14a+a4e18a0dda,g33399d78f5+a0324bbf49,g35bb328faa+e55fef2c71,g3bd4b5ce2c+8524b1c0c8,g53246c7159+e55fef2c71,g579b87e3d2+a58ba40925,g60b5630c4e+7b4465799a,g78460c75b0+8427c4cc8f,g78619a8342+5517f7db9e,g786e29fd12+307f82e6af,g8534526c7b+8e1c6b434f,g89139ef638+7851b72aa9,g8b49a6ea8e+7b4465799a,g8ffcb69f3d+0065d7bbc8,g9125e01d80+e55fef2c71,g97b8272a79+a8c4cb337e,g989de1cb63+7851b72aa9,g9f33ca652e+747bd1f1f9,gaaedd4e678+7851b72aa9,gabe3b4be73+9c0c3c7524,gb1101e3267+c03a154bbb,gb58c049af0+28045f66fd,gc1fe0db326+7b4465799a,gca43fec769+e55fef2c71,gce7788e931+99adca4f64,gcf25f946ba+a0324bbf49,gd397e13551+18f805d5e0,gd6cbbdb0b4+f6e5445f66,gde0f65d7ad+78b6ec8427,ge278dab8ac+b4c2c8faf7,geab183fbe5+7b4465799a,gecb8035dfe+1f480bec5e,gf58bf46354+e55fef2c71,gf92a8ffd38+e7bc33f3ea,gfe7187db8c+38a2c5c626,w.2025.03
LSST Data Management Base Package
|
An abstract base class that provides common accessors for Detector and Detector::Builder. More...
#include <Detector.h>
Classes | |
struct | Fields |
Public Types | |
using | CrosstalkMatrix = ndarray::Array<float const, 2> |
Public Member Functions | |
virtual | ~DetectorBase () noexcept=default |
std::string | getName () const |
Get the detector name. | |
int | getId () const |
Get the detector ID. | |
DetectorType | getType () const |
Return the purpose of this detector. | |
std::string | getSerial () const |
Get the detector serial "number". | |
std::string | getPhysicalType () const |
Get the detector's physical type. | |
lsst::geom::Box2I | getBBox () const |
Get the bounding box. | |
Orientation | getOrientation () const |
Get detector's orientation in the focal plane. | |
lsst::geom::Extent2D | getPixelSize () const |
Get size of pixel along (mm) | |
bool | hasCrosstalk () const |
Have we got crosstalk coefficients? | |
CrosstalkMatrix | getCrosstalk () const |
Get the crosstalk coefficients. | |
CameraSys | makeCameraSys (CameraSys const &cameraSys) const |
Get a coordinate system from a coordinate system (return input unchanged and untested) | |
CameraSys | makeCameraSys (CameraSysPrefix const &cameraSysPrefix) const |
Get a coordinate system from a detector system prefix (add detector name) | |
CameraSys | getNativeCoordSys () const |
The "native" coordinate system of this detector. | |
Protected Member Functions | |
DetectorBase ()=default | |
DetectorBase has no state, and is hence default-constructable, copyable, and movable. | |
DetectorBase (DetectorBase const &)=default | |
DetectorBase (DetectorBase &&)=default | |
DetectorBase & | operator= (DetectorBase const &)=default |
DetectorBase & | operator= (DetectorBase &&)=default |
virtual Fields const & | getFields () const =0 |
Return a reference to a Fields struct. | |
An abstract base class that provides common accessors for Detector and Detector::Builder.
Definition at line 56 of file Detector.h.
using lsst::afw::cameraGeom::DetectorBase::CrosstalkMatrix = ndarray::Array<float const, 2> |
Definition at line 59 of file Detector.h.
|
virtualdefaultnoexcept |
|
protecteddefault |
DetectorBase has no state, and is hence default-constructable, copyable, and movable.
|
protecteddefault |
|
protecteddefault |
|
inline |
Get the bounding box.
Definition at line 85 of file Detector.h.
|
inline |
Get the crosstalk coefficients.
Definition at line 100 of file Detector.h.
|
protectedpure virtual |
Return a reference to a Fields struct.
Must be implemented by all subclasses.
Implemented in lsst::afw::cameraGeom::Detector::Builder, and lsst::afw::cameraGeom::Detector.
|
inline |
|
inline |
|
inline |
The "native" coordinate system of this detector.
Definition at line 123 of file Detector.h.
|
inline |
Get detector's orientation in the focal plane.
Definition at line 88 of file Detector.h.
|
inline |
Get the detector's physical type.
This may mean different things for different cameras; possibilities include the manufacturer ("ITL" vs "E2V") or fundamental technology ("CCD" vs "HgCdTe").
Definition at line 82 of file Detector.h.
|
inline |
Get size of pixel along (mm)
Definition at line 91 of file Detector.h.
|
inline |
|
inline |
|
inline |
|
inline |
Get a coordinate system from a coordinate system (return input unchanged and untested)
[in] | cameraSys | Camera coordinate system |
cameraSys
unchangedDefinition at line 110 of file Detector.h.
|
inline |
Get a coordinate system from a detector system prefix (add detector name)
[in] | cameraSysPrefix | Camera coordinate system prefix |
cameraSysPrefix
with the detector name added Definition at line 118 of file Detector.h.
|
protecteddefault |
|
protecteddefault |