lsst.meas.astrom g28e8fc4f0a+51aefb3276
|
#include <map>
#include "Eigen/LU"
#include "boost/math/tools/minima.hpp"
#include "lsst/geom/Box.h"
#include "lsst/geom/AffineTransform.h"
#include "lsst/meas/astrom/ScaledPolynomialTransformFitter.h"
#include "lsst/meas/astrom/detail/polynomialUtils.h"
#include "lsst/afw/table/aggregates.h"
#include "lsst/afw/table/Match.h"
#include "lsst/afw/math/LeastSquares.h"
Go to the source code of this file.
Classes | |
class | lsst::meas::astrom::ScaledPolynomialTransformFitter::Keys |
Namespaces | |
namespace | lsst |
namespace | lsst::meas |
namespace | lsst::meas::astrom |
Macros | |
#define | LSST_ScaledPolynomialTransformFitter_TEST_IN_PLACE 0 |
#define LSST_ScaledPolynomialTransformFitter_TEST_IN_PLACE 0 |
Definition at line 46 of file ScaledPolynomialTransformFitter.cc.