36LOG_LOGGER _log =
LOG_GET(
"lsst.jointcal.FastFinder");
47 if ((_refStar !=
nullptr) && (
refStar !=
nullptr)) {
50 <<
" is already matched to another RefStar. Clean up your lists.");
#define LOGLS_ERROR(logger, message)
The base class for handling stars. Used by all matching routines.
void addMagMeasurement(double magValue, double magWeight)
Add a measuredStar on-sky magnitude.
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.
Sources measured on images.
Objects used as position/flux anchors (e.g.
BaseStarList & Fitted2Base(FittedStarList &This)