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 mappings as the combination of a transformation depending on the chip number (instrument model) and a transformation per visit (anamorphism). More...
#include <ConstrainedPolyModel.h>
Public Member Functions | |
ConstrainedPolyModel (CcdImageList const &ccdImageList, ProjectionHandler const *projectionHandler, bool initFromWCS, unsigned nNotFit=0, int chipDegree=3, int visitDegree=2) | |
ConstrainedPolyModel (ConstrainedPolyModel const &)=delete | |
No copy or move: there is only ever one instance of a given model (i.e. per ccd+visit) More... | |
ConstrainedPolyModel (ConstrainedPolyModel &&)=delete | |
ConstrainedPolyModel & | operator= (ConstrainedPolyModel const &)=delete |
ConstrainedPolyModel & | operator= (ConstrainedPolyModel &&)=delete |
Mapping const * | 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) |
Dispaches the offsets after a fit step into the actual locations of parameters. More... | |
void | freezeErrorTransform () |
From there on, measurement errors are propagated using the current transfos (and no longer evolve). More... | |
Gtransfo const & | getChipTransfo (CcdIdType const chip) const |
Access to mappings. More... | |
Gtransfo const & | getVisitTransfo (VisitIdType const &visit) const |
Access to mappings. More... | |
std::vector< VisitIdType > | getVisits () const |
Access to array of visits involved in the solution. More... | |
const Gtransfo * | getSky2TP (CcdImage const &ccdImage) const |
The mapping of sky coordinates (i.e. More... | |
std::shared_ptr< TanSipPix2RaDec > | produceSipWcs (CcdImage const &ccdImage) const |
Cook up a SIP WCS. More... | |
This is the model used to fit mappings as the combination of a transformation depending on the chip number (instrument model) and a transformation per visit (anamorphism).
The two-transformation Mapping required for this model is TwoTransfoMapping. This modeling of distortions is meant for a set of images from a single mosaic imager.
Definition at line 31 of file ConstrainedPolyModel.h.
lsst::jointcal::ConstrainedPolyModel::ConstrainedPolyModel | ( | CcdImageList const & | ccdImageList, |
ProjectionHandler const * | projectionHandler, | ||
bool | initFromWCS, | ||
unsigned | nNotFit = 0 , |
||
int | chipDegree = 3 , |
||
int | visitDegree = 2 |
||
) |
Definition at line 30 of file ConstrainedPolyModel.cc.
|
delete |
No copy or move: there is only ever one instance of a given model (i.e. per ccd+visit)
|
delete |
|
virtual |
Positions the various parameter sets into the parameter vector, starting at firstIndex.
This routine decodes "DistortionsChip" and "DistortionsVisit" in whatToFit.
If whatToFit contains "Distortions" and not Distortions<Something>, it is understood as both chips and visits.
Implements lsst::jointcal::AstrometryModel.
Definition at line 98 of file ConstrainedPolyModel.cc.
|
virtual |
From there on, measurement errors are propagated using the current transfos (and no longer evolve).
Implements lsst::jointcal::AstrometryModel.
Definition at line 141 of file ConstrainedPolyModel.cc.
Access to mappings.
Definition at line 146 of file ConstrainedPolyModel.cc.
Mapping associated to a given CcdImage.
Implements lsst::jointcal::AstrometryModel.
Definition at line 88 of file ConstrainedPolyModel.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 78 of file ConstrainedPolyModel.h.
std::vector< VisitIdType > lsst::jointcal::ConstrainedPolyModel::getVisits | ( | ) | const |
Access to array of visits involved in the solution.
Definition at line 157 of file ConstrainedPolyModel.cc.
const Gtransfo & lsst::jointcal::ConstrainedPolyModel::getVisitTransfo | ( | VisitIdType const & | visit | ) | const |
Access to mappings.
Definition at line 164 of file ConstrainedPolyModel.cc.
|
virtual |
Dispaches the offsets after a fit step into the actual locations of parameters.
Implements lsst::jointcal::AstrometryModel.
Definition at line 128 of file ConstrainedPolyModel.cc.
|
delete |
|
delete |
|
virtual |
Cook up a SIP WCS.
Implements lsst::jointcal::AstrometryModel.
Definition at line 174 of file ConstrainedPolyModel.cc.