|
lsst.jointcal g29ae962dfc+3cd9264c2f
|
#include <iostream>#include <list>#include <string>#include <utility>#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 | |
| namespace | lsst |
| namespace | lsst::jointcal |
Typedefs | |
| using | lsst::jointcal::RefFluxMapType = std::map<std::string, std::vector<double>> |