lsst.jointcal
16.0-16-g925333c+3
|
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 <ConstrainedAstrometryModel.h>
Public Member Functions | |
ConstrainedAstrometryModel (CcdImageList const &ccdImageList, std::shared_ptr< ProjectionHandler const > projectionHandler, int chipOrder, int visitOrder) | |
ConstrainedAstrometryModel (ConstrainedAstrometryModel const &)=delete | |
No copy or move: there is only ever one instance of a given model (i.e. per ccd+visit) More... | |
ConstrainedAstrometryModel (ConstrainedAstrometryModel &&)=delete | |
ConstrainedAstrometryModel & | operator= (ConstrainedAstrometryModel const &)=delete |
ConstrainedAstrometryModel & | operator= (ConstrainedAstrometryModel &&)=delete |
AstrometryMapping const * | getMapping (CcdImage const &) const override |
Mapping associated to a given CcdImage. More... | |
unsigned | assignIndices (std::string const &whatToFit, unsigned firstIndex) override |
Positions the various parameter sets into the parameter vector, starting at firstIndex. More... | |
void | offsetParams (Eigen::VectorXd const &Delta) override |
Dispaches the offsets after a fit step into the actual locations of parameters. More... | |
void | freezeErrorTransform () override |
From there on, measurement errors are propagated using the current transfos (and no longer evolve). More... | |
int | getTotalParameters () const override |
Return the total number of parameters in this model. 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 std::shared_ptr< Gtransfo const > | getSky2TP (CcdImage const &ccdImage) const override |
The mapping of sky coordinates (i.e. More... | |
std::shared_ptr< afw::geom::SkyWcs > | makeSkyWcs (CcdImage const &ccdImage) const override |
Make a SkyWcs that contains this model. More... | |
int | getNpar (CcdImage const &ccdImage) const |
Return the number of parameters in the mapping of CcdImage. 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 ConstrainedAstrometryModel.h.
lsst::jointcal::ConstrainedAstrometryModel::ConstrainedAstrometryModel | ( | CcdImageList const & | ccdImageList, |
std::shared_ptr< ProjectionHandler const > | projectionHandler, | ||
int | chipOrder, | ||
int | visitOrder | ||
) |
Definition at line 43 of file ConstrainedAstrometryModel.cc.
|
delete |
No copy or move: there is only ever one instance of a given model (i.e. per ccd+visit)
|
delete |
|
overridevirtual |
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 115 of file ConstrainedAstrometryModel.cc.
|
overridevirtual |
From there on, measurement errors are propagated using the current transfos (and no longer evolve).
Implements lsst::jointcal::AstrometryModel.
Definition at line 158 of file ConstrainedAstrometryModel.cc.
const Gtransfo & lsst::jointcal::ConstrainedAstrometryModel::getChipTransfo | ( | CcdIdType const | chip | ) | const |
Access to mappings.
Definition at line 163 of file ConstrainedAstrometryModel.cc.
|
overridevirtual |
Mapping associated to a given CcdImage.
Implements lsst::jointcal::AstrometryModel.
Definition at line 107 of file ConstrainedAstrometryModel.cc.
|
inlineinherited |
Return the number of parameters in the mapping of CcdImage.
Definition at line 24 of file AstrometryModel.h.
|
inlineoverridevirtual |
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 82 of file ConstrainedAstrometryModel.h.
|
overridevirtual |
Return the total number of parameters in this model.
Implements lsst::jointcal::AstrometryModel.
Definition at line 195 of file ConstrainedAstrometryModel.cc.
std::vector< VisitIdType > lsst::jointcal::ConstrainedAstrometryModel::getVisits | ( | ) | const |
Access to array of visits involved in the solution.
Definition at line 176 of file ConstrainedAstrometryModel.cc.
const Gtransfo & lsst::jointcal::ConstrainedAstrometryModel::getVisitTransfo | ( | VisitIdType const & | visit | ) | const |
Access to mappings.
Definition at line 183 of file ConstrainedAstrometryModel.cc.
|
overridevirtual |
Make a SkyWcs that contains this model.
ccdImage | The exposure to create the SkyWcs for. |
Implements lsst::jointcal::AstrometryModel.
Definition at line 206 of file ConstrainedAstrometryModel.cc.
|
overridevirtual |
Dispaches the offsets after a fit step into the actual locations of parameters.
Implements lsst::jointcal::AstrometryModel.
Definition at line 145 of file ConstrainedAstrometryModel.cc.
|
delete |
|
delete |