Class RefStar

Inheritance Relationships

Base Type

Class Documentation

class RefStar : public lsst::jointcal::BaseStar

Objects used as position anchors, typically USNO stars. Coordinate system defined by user. The Common Tangent Plane seems a good idea.

Public Functions

RefStar(double xx, double yy, double flux, double fluxErr)
RefStar(RefStar const&)

No move or copy: each RefStar is unique, and should be accessed/managed via shared_ptr.

RefStar(RefStar&&)
RefStar &operator=(RefStar const&)
RefStar &operator=(RefStar&&)