lsst.jointcal
master-gc935ebf72c
|
this is the model used to fit independent CCDs, meaning that there is no instrument model. More...
#include <SimplePolyModel.h>
Public Member Functions | |
SimplePolyModel (const CcdImageList &ccdImageList, const ProjectionHandler *projectionHandler, bool initFromWCS, unsigned nNotFit=0, unsigned degree=3) | |
Sky2TP is just a name, it can be anything. More... | |
const Mapping * | getMapping (const CcdImage &) const |
Mapping associated to a given CcdImage. More... | |
unsigned | assignIndices (unsigned firstIndex, const std::string &whatToFit) |
Positions the various parameter sets into the parameter vector, starting at firstIndex. More... | |
void | offsetParams (const Eigen::VectorXd &delta) |
Offset the parameters by the provided amounts. More... | |
const Gtransfo * | getSky2TP (const CcdImage &ccdImage) const |
the mapping of sky coordinates (i.e. More... | |
virtual void | freezeErrorScales () |
const Gtransfo & | getTransfo (const CcdImage &ccdImage) const |
Access to mappings. More... | |
std::shared_ptr< TanSipPix2RaDec > | produceSipWcs (const CcdImage &ccdImage) const |
Cook up a SIP WCS. More... | |
~SimplePolyModel () | |
![]() | |
virtual | ~AstrometryModel () |
this is the model used to fit independent CCDs, meaning that there is no instrument model.
Definition at line 29 of file SimplePolyModel.h.
lsst::jointcal::SimplePolyModel::SimplePolyModel | ( | const CcdImageList & | ccdImageList, |
const ProjectionHandler * | projectionHandler, | ||
bool | initFromWCS, | ||
unsigned | nNotFit = 0 , |
||
unsigned | degree = 3 |
||
) |
Sky2TP is just a name, it can be anything.
Definition at line 22 of file SimplePolyModel.cc.
|
inline |
Definition at line 62 of file SimplePolyModel.h.
|
virtual |
Positions the various parameter sets into the parameter vector, starting at firstIndex.
Implements lsst::jointcal::AstrometryModel.
Definition at line 79 of file SimplePolyModel.cc.
|
virtual |
Implements lsst::jointcal::AstrometryModel.
Definition at line 102 of file SimplePolyModel.cc.
Mapping associated to a given CcdImage.
Implements lsst::jointcal::AstrometryModel.
Definition at line 71 of file SimplePolyModel.cc.
|
inlinevirtual |
the mapping of sky coordinates (i.e.
the coordinate system in which fitted stars are reported) onto the Tangent plane (into which the pixel coordinates are transformed)
Implements lsst::jointcal::AstrometryModel.
Definition at line 52 of file SimplePolyModel.h.
Access to mappings.
Definition at line 106 of file SimplePolyModel.cc.
|
virtual |
Offset the parameters by the provided amounts.
The shifts are applied according to the indices given in AssignIndices.
Implements lsst::jointcal::AstrometryModel.
Definition at line 94 of file SimplePolyModel.cc.
|
virtual |
Cook up a SIP WCS.
Implements lsst::jointcal::AstrometryModel.
Definition at line 115 of file SimplePolyModel.cc.