lsst.jointcal
master-ga8493ae4fe+3
|
this is the model used to fit independent CCDs, meaning that there is no instrument model. More...
#include <SimplePolyModel.h>
Public Member Functions | |
SimplePolyModel (CcdImageList const &ccdImageList, ProjectionHandler const *projectionHandler, bool initFromWCS, unsigned nNotFit=0, unsigned degree=3) | |
Sky2TP is just a name, it can be anything. More... | |
SimplePolyModel (SimplePolyModel const &)=delete | |
No copy or move: there is only ever one instance of a given model (i.e.. per ccd+visit) More... | |
SimplePolyModel (SimplePolyModel &&)=delete | |
SimplePolyModel & | operator= (SimplePolyModel const &)=delete |
SimplePolyModel & | operator= (SimplePolyModel &&)=delete |
const Mapping * | getMapping (CcdImage const &) const |
Mapping associated to a given CcdImage. More... | |
unsigned | assignIndices (unsigned firstIndex, std::string const &whatToFit) |
Positions the various parameter sets into the parameter vector, starting at firstIndex. More... | |
void | offsetParams (Eigen::VectorXd const &delta) |
Offset the parameters by the provided amounts. More... | |
const Gtransfo * | getSky2TP (CcdImage const &ccdImage) const |
the mapping of sky coordinates (i.e. More... | |
virtual void | freezeErrorScales () |
Gtransfo const & | getTransfo (CcdImage const &ccdImage) const |
Access to mappings. More... | |
std::shared_ptr< TanSipPix2RaDec > | produceSipWcs (CcdImage const &ccdImage) const |
Cook up a SIP WCS. More... | |
~SimplePolyModel () | |
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 | ( | CcdImageList const & | ccdImageList, |
ProjectionHandler const * | 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.
|
delete |
No copy or move: there is only ever one instance of a given model (i.e.. per ccd+visit)
|
delete |
|
inline |
Definition at line 68 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 58 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.
|
delete |
|
delete |
|
virtual |
Cook up a SIP WCS.
Implements lsst::jointcal::AstrometryModel.
Definition at line 115 of file SimplePolyModel.cc.