A class that handles the fit of relative transformations between a set of images. Also tries to detect proper motions and to incorporate those into the model. More...
Public Member Functions | |
bool | check_consistency (const bool &fatal=true) const |
PmFit (Associations &A, const bool FitPM) | |
void | Minimize () |
void | AssignStarIndices () |
double | ComputeChi2 () |
void | PrintChi2 (const std::string &Message) const |
GeomTransfo & | GetGeomTransfo (const CcdImage &ccdImage) const |
double | Jd0 () const |
bool | TestProperMotion (const FittedStar &F, const vector< MeasuredStarRef > &Ms, double &StaticChi2, double &MovingChi2, double &SigDates) const |
void | PhotomFit () |
bool | WriteTransfosInDbImages () const |
void | WriteTuples (const string &Pattern, const string &PmFileStarName) const |
Public Attributes | |
bool | fittingPropMotions |
vector< double > | photomRatios |
A class that handles the fit of relative transformations between a set of images. Also tries to detect proper motions and to incorporate those into the model.
void PmFit::PrintChi2 | ( | const std::string & | Message | ) | const |
<< " Chi2_ref/n_ref = " << chi2_ref << '/' << n_ref << std::endl