25 #ifndef LSST_JOINTCAL_CONSTRAINED_ASTROMETRY_MODEL_H 26 #define LSST_JOINTCAL_CONSTRAINED_ASTROMETRY_MODEL_H 88 void offsetParams(Eigen::VectorXd
const &Delta)
override;
115 return _skyToTangentPlane->getSkyToTangentPlane(ccdImage);
126 bool _fittingChips, _fittingVisits;
134 #endif // LSST_JOINTCAL_CONSTRAINED_ASTROMETRY_MODEL_H AstrometryTransform const & getVisitTransform(VisitIdType const &visit) const
Access to mappings.
Eigen::Index assignIndices(std::string const &whatToFit, Eigen::Index firstIndex) override
Positions the various parameter sets into the parameter vector, starting at firstIndex.
const std::shared_ptr< AstrometryTransform const > getSkyToTangentPlane(CcdImage const &ccdImage) const override
The mapping of sky coordinates (i.e.
Interface between AstrometryFit and the combinations of Mappings from pixels to some tangent plane (a...
std::vector< VisitIdType > getVisits() const
Access to array of visits involved in the solution.
std::size_t getTotalParameters() const override
Return the total number of parameters in this model.
ConstrainedAstrometryModel & operator=(ConstrainedAstrometryModel const &)=delete
AstrometryMapping const * getMapping(CcdImage const &) const override
Mapping associated to a given CcdImage.
A base class for image defects.
std::shared_ptr< afw::geom::SkyWcs > makeSkyWcs(CcdImage const &ccdImage) const override
Make a SkyWcs that contains this model.
void freezeErrorTransform() override
From there on, measurement errors are propagated using the current transforms (and no longer evolve)...
void offsetParams(Eigen::VectorXd const &Delta) override
Dispaches the offsets after a fit step into the actual locations of parameters.
AstrometryTransform const & getChipTransform(CcdIdType const chip) const
Access to mappings.
virtual class needed in the abstraction of the distortion model
Handler of an actual image from a single CCD.
A multi-component model, fitting mappings for sensors and visits simultaneously.
ConstrainedAstrometryModel(CcdImageList const &ccdImageList, std::shared_ptr< ProjectionHandler const > projectionHandler, int chipOrder, int visitOrder)