LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <string>
#include <vector>
#include <unordered_map>
#include "lsst/base.h"
#include "lsst/afw/geom/Transform.h"
#include "lsst/afw/cameraGeom/Amplifier.h"
#include "lsst/afw/cameraGeom/CameraSys.h"
#include "lsst/afw/cameraGeom/Orientation.h"
#include "lsst/afw/cameraGeom/TransformMap.h"
#include "lsst/afw/typehandling/Storable.h"
Go to the source code of this file.
Classes | |
class | lsst::afw::cameraGeom::DetectorBase |
An abstract base class that provides common accessors for Detector and Detector::Builder. More... | |
struct | lsst::afw::cameraGeom::DetectorBase::Fields |
class | lsst::afw::cameraGeom::Detector |
A representation of a detector in a mosaic camera. More... | |
class | lsst::afw::cameraGeom::Detector::Builder |
A helper class for Detector that allows amplifiers and most fields to be modified. More... | |
class | lsst::afw::cameraGeom::Detector::PartialRebuilder |
A helper class that allows the properties of a single detector to be modified in isolation. More... | |
class | lsst::afw::cameraGeom::Detector::InCameraBuilder |
A helper class that allows the properties of a detector to be modified in the course of modifying a full camera. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::cameraGeom | |
Enumerations | |
enum | lsst::afw::cameraGeom::DetectorType { lsst::afw::cameraGeom::DetectorType::SCIENCE, lsst::afw::cameraGeom::DetectorType::FOCUS, lsst::afw::cameraGeom::DetectorType::GUIDER, lsst::afw::cameraGeom::DetectorType::WAVEFRONT } |
Type of imaging detector. More... | |