LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <string>
#include <iostream>
#include <list>
#include "lsst/afw/table/Source.h"
#include "lsst/afw/geom/SkyWcs.h"
#include "lsst/afw/image/Calib.h"
#include "lsst/afw/image/VisitInfo.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/geom/Box.h"
#include "lsst/sphgeom/Circle.h"
#include "lsst/jointcal/RefStar.h"
#include "lsst/jointcal/FittedStar.h"
#include "lsst/jointcal/CcdImage.h"
#include "lsst/jointcal/Point.h"
#include "lsst/jointcal/JointcalControl.h"
#include "lsst/afw/table/SortedCatalog.h"
Go to the source code of this file.
Classes | |
class | lsst::jointcal::Associations |
The class that implements the relations between MeasuredStar and FittedStar. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::jointcal | |
Typedefs | |
using | lsst::jointcal::RefFluxMapType = std::map< std::string, std::vector< double > > |