| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
 
 
 
Go to the documentation of this file.
   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);
 
  
objects measured on actual images.
Objects used as position anchors, typically USNO stars.
BaseStarList & Fitted2Base(FittedStarList &This)
#define LOGLS_WARN(logger, message)
void setRefStar(const RefStar *_refStar)
Set the astrometric reference star associated with this star.
A base class for image defects.
void addMagMeasurement(double magValue, double magWeight)
Add a measuredStar on-sky magnitude.
A list of FittedStar s. Such a list is typically constructed by Associations.
The base class for handling stars. Used by all matching routines.
LSST DM logging module built on log4cxx.