LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
22 #if !defined(LSST_AFW_CAMERAGEOM_TRANSFORMMAP_H)
23 #define LSST_AFW_CAMERAGEOM_TRANSFORMMAP_H
26 #include <unordered_map>
29 #include "boost/iterator/transform_iterator.hpp"
39 namespace cameraGeom {
75 using CameraSysIterator = boost::transform_iterator<GetKey, CameraSysFrameIdMap::const_iterator>;
196 size_t size() const noexcept;
231 int _getFrame(
CameraSys const &system)
const;
264 CameraSysFrameIdMap _frameIds;
std::ostream & operator<<(std::ostream &os, CameraSysPrefix const &detSysPrefix)
Point< double, 2 > Point2D
def write(self, patchRef, catalog)
Write the output.
ItemVariant const * other
A base class for image defects.
A base class for objects that can be persisted via afw::table::io Archive classes.
A CRTP facade class for subclasses of Persistable.
io::OutputArchiveHandle OutputArchiveHandle
Camera coordinate system; used as a key in in TransformMap.