12 LOG_LOGGER _log =
LOG_GET(
"jointcal.FastFinder");
20 :
BaseStar(measuredStar), _indexInMatrix(-1), _measurementCount(0), _refStar(nullptr) {}
23 if ((_refStar !=
nullptr) && (refStar !=
nullptr)) {
26 "FittedStar: " << *
this <<
" is already matched to another RefStar. Clean up your lists.");
27 LOGLS_WARN(_log,
"old refStar: " << *_refStar);
#define LOGLS_WARN(logger, message)
Objects used as position anchors, typically USNO stars.
void addMagMeasurement(double magValue, double magWeight)
Add a measuredStar on-sky magnitude.
The base class for handling stars. Used by all matching routines.
Class for a simple mapping implementing a generic Gtransfo.
void setRefStar(const RefStar *_refStar)
Set the astrometric reference star associated with this star.
A list of FittedStar s. Such a list is typically constructed by Associations.
objects measured on actual images.
BaseStarList & Fitted2Base(FittedStarList &This)