LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <string>
#include "lsst/afw/table/fwd.h"
#include "lsst/geom/Box.h"
#include "lsst/geom/Extent.h"
Go to the source code of this file.
Classes | |
class | lsst::afw::cameraGeom::Amplifier |
Geometry and electronic information about raw amplifier images. More... | |
struct | lsst::afw::cameraGeom::Amplifier::Fields |
class | lsst::afw::cameraGeom::Amplifier::Builder |
A mutable Amplifier subclass class that can be used to incrementally construct or modify Amplifiers. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::cameraGeom | |
Enumerations | |
enum | lsst::afw::cameraGeom::ReadoutCorner { lsst::afw::cameraGeom::ReadoutCorner::LL, lsst::afw::cameraGeom::ReadoutCorner::LR, lsst::afw::cameraGeom::ReadoutCorner::UR, lsst::afw::cameraGeom::ReadoutCorner::UL } |
Readout corner, in the frame of reference of the assembled image. More... | |
enum | lsst::afw::cameraGeom::AssemblyState { lsst::afw::cameraGeom::AssemblyState::RAW, lsst::afw::cameraGeom::AssemblyState::SCIENCE } |
Assembly state of the amplifier, used to identify bounding boxes and component existence. More... | |