25 #ifndef LSST_JOINTCAL_REF_STAR_H 26 #define LSST_JOINTCAL_REF_STAR_H 41 RefStar(
double xx,
double yy,
double flux,
double fluxErr) :
BaseStar(xx, yy, flux, fluxErr) {}
67 #endif // LSST_JOINTCAL_REF_STAR_H Objects used as position anchors, typically USNO stars.
RefStar & operator=(RefStar const &)=default
The base class for handling stars. Used by all matching routines.
rectangle with sides parallel to axes.
A base class for image defects.
RefStarList::const_iterator RefStarCIterator
RefStarList::iterator RefStarIterator
RefStar(double xx, double yy, double flux, double fluxErr)
BaseStarList & Ref2Base(RefStarList &This)