1 #ifndef LSST_JOINTCAL_PHOTOMETRY_FIT_H 2 #define LSST_JOINTCAL_PHOTOMETRY_FIT_H 27 _fittingFluxes(false),
28 _photometryModel(photometryModel),
53 void offsetParams(Eigen::VectorXd
const &delta)
override;
62 bool _fittingModel, _fittingFluxes;
66 unsigned int _nParModel;
67 unsigned int _nParFluxes;
73 void getIndicesOfMeasuredStar(
MeasuredStar const &measuredStar,
77 Eigen::VectorXd &grad,
82 Eigen::VectorXd &grad)
const override;
86 Point const &refractionVector,
double refractionCoeff,
double mjd)
const;
91 #endif // LSST_JOINTCAL_PHOTOMETRY_FIT_H
void saveChi2RefContributions(std::string const &baseName) const override
Save a CSV file containing residuals of reference terms.
Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class...
PhotometryFit & operator=(PhotometryFit const &)=delete
A list of MeasuredStar. They are usually filled in Associations::AddImage.
void offsetParams(Eigen::VectorXd const &delta) override
Offset the parameters by the requested quantities.
Class for a simple mapping implementing a generic Gtransfo.
A list of FittedStar s. Such a list is typically constructed by Associations.
objects measured on actual images.
void assignIndices(std::string const &whatToFit) override
Set parameters to fit and assign indices in the big matrix.
Class that handles the photometric least squares problem.
a virtual (interface) class for geometric transformations.
PhotometryFit(std::shared_ptr< Associations > associations, std::shared_ptr< PhotometryModel > photometryModel)
this is the only constructor
Handler of an actual image from a single CCD.
void saveChi2MeasContributions(std::string const &baseName) const override
Save a CSV file containing residuals of measurement terms.
The objects which have been measured several times.