44 :
BaseStar(measuredStar), _indexInMatrix(-1), _measurementCount(0), _refStar(nullptr) {}
47 if ((_refStar !=
nullptr) && (refStar !=
nullptr)) {
50 "FittedStar: " << *
this <<
" is already matched to another RefStar. Clean up your lists.");
51 LOGLS_WARN(_log,
"old refStar: " << *_refStar);
#define LOGLS_WARN(logger, message)
Log a warn-level message using an iostream-based interface.
Objects used as position anchors, typically USNO stars.
void addMagMeasurement(double magValue, double magWeight)
Add a measuredStar on-sky magnitude.
LSST DM logging module built on log4cxx.
The base class for handling stars. Used by all matching routines.
A base class for image defects.
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)
#define LOG_GET(logger)
Returns a Log object associated with logger.