LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <list>
#include <string>
#include "lsst/afw/cameraGeom/Detector.h"
#include "lsst/afw/table/Source.h"
#include "lsst/afw/geom/SkyWcs.h"
#include "lsst/afw/image/PhotoCalib.h"
#include "lsst/afw/image/VisitInfo.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/geom/Box.h"
#include "lsst/geom/SpherePoint.h"
#include "lsst/jointcal/MeasuredStar.h"
#include "lsst/jointcal/AstrometryTransform.h"
#include "lsst/jointcal/Frame.h"
Go to the source code of this file.
Classes | |
struct | lsst::jointcal::CcdImageKey |
For hashing a ccdImage: the pair of (visit, ccd) IDs should be unique to each ccdImage. More... | |
class | lsst::jointcal::CcdImage |
Handler of an actual image from a single CCD. More... | |
struct | std::hash< lsst::jointcal::CcdImageKey > |
Hash a ccdImage by its visit and ccd IDs. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::jointcal | |
std | |
STL namespace. | |
Typedefs | |
typedef std::list< std::shared_ptr< CcdImage > > | lsst::jointcal::CcdImageList |
typedef int | lsst::jointcal::VisitIdType |
typedef int | lsst::jointcal::CcdIdType |
Functions | |
std::ostream & | lsst::jointcal::operator<< (std::ostream &out, CcdImageKey const &key) |