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
|
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 | freezeErrorTransform () |
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 64 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 101 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 54 of file SimplePolyModel.h.
Access to mappings.
Definition at line 105 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 114 of file SimplePolyModel.cc.