LSSTApplications
11.0-24-g0a022a1,15.0+8,15.0+9,15.0-1-g19261fa+1,15.0-1-g1eca518+10,15.0-1-g60afb23+8,15.0-1-g615e0bb,15.0-1-g6668b0b+5,15.0-1-g788a293+8,15.0-1-ga91101e+8,15.0-1-gae1598d+7,15.0-1-gc45031d+10,15.0-1-gd076f1f+8,15.0-1-gdf18595+1,15.0-1-gf4f1c34+7,15.0-18-g5f205baaa,15.0-2-g100d730+1,15.0-2-g18f3f21,15.0-2-g35685a8+1,15.0-2-g947dc0d+10,15.0-2-ge3d7f4b+1,15.0-2-gf38729e,15.0-3-g150fc43+9,15.0-3-g6f085af+1,15.0-3-g9103c06+7,15.0-3-ga03b4ca+10,15.0-3-gaec6799+5,15.0-3-gb7a597c+8,15.0-3-ge6a6747,15.0-4-g45f767a+7,15.0-4-g654b129+6,15.0-4-gff20472+11,15.0-5-g389937dc+6,15.0-5-ga70c291+1,15.0-6-gbad5ef12+1,15.0-6-ge2d9597+10
LSSTDataManagementBasePackage
|
virtual class needed in the abstraction of the distortion model More...
#include <Mapping.h>
Public Member Functions | |
virtual unsigned | getNpar () const =0 |
Number of parameters in total. More... | |
virtual void | getMappingIndices (std::vector< unsigned > &indices) const =0 |
Sets how this set of parameters (of length Npar()) map into the "grand" fit Expects that indices has enough space reserved. More... | |
virtual void | computeTransformAndDerivatives (FatPoint const &where, FatPoint &outPoint, Eigen::MatrixX2d &H) const =0 |
Actually applies the mapping and evaluates the derivatives w.r.t the fitted parameters. More... | |
virtual void | transformPosAndErrors (FatPoint const &where, FatPoint &outPoint) const =0 |
The same as above but without the parameter derivatives (used to evaluate chi^2) More... | |
virtual void | offsetParams (Eigen::VectorXd const &delta)=0 |
Remember the error scale and freeze it. More... | |
virtual void | positionDerivative (Point const &where, Eigen::Matrix2d &derivative, double epsilon) const =0 |
The derivative w.r.t. position. More... | |
virtual | ~Mapping () |
virtual class needed in the abstraction of the distortion model
|
inlinevirtual |
|
pure virtual |
Actually applies the mapping and evaluates the derivatives w.r.t the fitted parameters.
This is grouped into a single call because for most models, evaluating the derivatives w.r.T parameters is not much longer than just transforming
Implemented in lsst::jointcal::SimplePolyMapping, lsst::jointcal::SimpleGtransfoMapping, and lsst::jointcal::TwoTransfoMapping.
|
pure virtual |
Sets how this set of parameters (of length Npar()) map into the "grand" fit Expects that indices has enough space reserved.
Implemented in lsst::jointcal::SimpleGtransfoMapping, and lsst::jointcal::TwoTransfoMapping.
|
pure virtual |
Number of parameters in total.
Implemented in lsst::jointcal::SimpleGtransfoMapping, and lsst::jointcal::TwoTransfoMapping.
|
pure virtual |
Remember the error scale and freeze it.
Implemented in lsst::jointcal::SimpleGtransfoMapping, and lsst::jointcal::TwoTransfoMapping.
|
pure virtual |
The derivative w.r.t. position.
Implemented in lsst::jointcal::SimplePolyMapping, lsst::jointcal::SimpleGtransfoMapping, and lsst::jointcal::TwoTransfoMapping.
|
pure virtual |
The same as above but without the parameter derivatives (used to evaluate chi^2)
Implemented in lsst::jointcal::SimplePolyMapping, lsst::jointcal::SimpleGtransfoMapping, and lsst::jointcal::TwoTransfoMapping.