|
lsst.jointcal
14.0-28-ge87de3a+2
|
#include <iostream>#include <iomanip>#include <algorithm>#include <fstream>#include "Eigen/Sparse"#include "lsst/log/Log.h"#include "lsst/pex/exceptions.h"#include "lsst/jointcal/AstrometryFit.h"#include "lsst/jointcal/Associations.h"#include "lsst/jointcal/Chi2.h"#include "lsst/jointcal/Eigenstuff.h"#include "lsst/jointcal/FitterBase.h"#include "lsst/jointcal/Mapping.h"#include "lsst/jointcal/Gtransfo.h"#include "lsst/jointcal/Tripletlist.h"Go to the source code of this file.
Namespaces | |
| lsst | |
| Class for a simple mapping implementing a generic Gtransfo. | |
| lsst::jointcal | |
Macros | |
| #define | NPAR_PM 2 |
| #define NPAR_PM 2 |
Definition at line 51 of file AstrometryFit.cc.
1.8.13