LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
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
RefStar(double xx, double yy, double flux, double fluxErr)
RefStar & operator=(RefStar &&)=delete
Objects used as position anchors, typically USNO stars.
BaseStarList & Ref2Base(RefStarList &This)
RefStar(RefStar const &)=delete
No move or copy: each RefStar is unique, and should be accessed/managed via shared_ptr.
RefStar(RefStar &&)=delete
A base class for image defects.
RefStar & operator=(RefStar const &)=default
The base class for handling stars. Used by all matching routines.
RefStarList::const_iterator RefStarCIterator
RefStarList::iterator RefStarIterator
rectangle with sides parallel to axes.