12 LOG_LOGGER _log =
LOG_GET(
"jointcal.FastFinder");
21 _mag(measuredStar.getMag()),
23 _wmag(measuredStar.getMagWeight()),
31 if ((_refStar !=
nullptr) && (refStar !=
nullptr)) {
34 "FittedStar: " << *
this <<
" is already matched to another RefStar. Clean up your lists.");
35 LOGLS_WARN(_log,
"old refStar: " << *_refStar);
42 _mag = (_mag * _wmag + magValue * magWeight) / (_wmag + magWeight);
Objects used as position anchors, typically USNO stars.
void addMagMeasurement(double magValue, double magWeight)
this routine will hopefully soon disappear.
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.
double getInstFluxErr() const
objects measured on actual images.
BaseStarList & Fitted2Base(FittedStarList &This)
#define LOGLS_WARN(logger, message)