|
lsst.jointcal
14.0-28-ge87de3a+2
|
#include <iostream>#include <fstream>#include <iomanip>#include "lsst/jointcal/Gtransfo.h"#include "lsst/jointcal/StarMatch.h"#include "lsst/jointcal/BaseStar.h"#include "algorithm"Go to the source code of this file.
Namespaces | |
| lsst | |
| Class for a simple mapping implementing a generic Gtransfo. | |
| lsst::jointcal | |
Functions | |
| std::ostream & | lsst::jointcal::operator<< (std::ostream &stream, const StarMatch &match) |
| std::ostream & | lsst::jointcal::operator<< (std::ostream &stream, const StarMatchList &starMatchList) |
| A std::list of star matches,. More... | |
| double | lsst::jointcal::computeDist2 (const StarMatchList &S, const Gtransfo >ransfo) |
| sum of distance squared More... | |
| double | lsst::jointcal::computeChi2 (const StarMatchList &L, const Gtransfo >ransfo) |
| the actual chi2 More... | |
1.8.13