lsst.jointcal  14.0-13-g0c7ec64
Classes | Namespaces | Typedefs
CcdImage.h File Reference
#include <list>
#include <string>
#include "lsst/afw/cameraGeom/Detector.h"
#include "lsst/afw/table/Source.h"
#include "lsst/afw/image/TanWcs.h"
#include "lsst/afw/image/PhotoCalib.h"
#include "lsst/afw/image/VisitInfo.h"
#include "lsst/afw/coord/Coord.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/afw/geom/Box.h"
#include "lsst/jointcal/MeasuredStar.h"
#include "lsst/jointcal/Gtransfo.h"
#include "lsst/jointcal/Frame.h"

Go to the source code of this file.

Classes

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
 Class for a simple mapping implementing a generic Gtransfo.
 
 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
 
typedef std::pair< VisitIdType, CcdIdType > lsst::jointcal::CcdImageKey
 For hashing a ccdImage: the pair of (visit, ccd) IDs should be unique to each ccdImage. More...