|
lsst.jointcal
14.0-28-ge87de3a+2
|
Objects used as position anchors, typically USNO stars. More...
#include <RefStar.h>
Public Member Functions | |
| RefStar (double xx, double yy, double defaultFlux, double defaultFluxErr, std::vector< double > &refFluxList, std::vector< double > &refFluxErrList) | |
| RefStar (RefStar const &)=delete | |
| No move or copy: each RefStar is unique, and should be accessed/managed via shared_ptr. More... | |
| RefStar (RefStar &&)=delete | |
| RefStar & | operator= (RefStar const &)=default |
| RefStar & | operator= (RefStar &&)=delete |
| void | dump (std::ostream &stream=std::cout) const |
| utility More... | |
| double | getFlux (size_t filter) const |
| reference flux in a given filter More... | |
| double | getFluxErr (size_t filter) const |
| reference fluxErr in a given filter More... | |
| double | getX () const |
| access stuff. More... | |
| double | getY () const |
| double | getFlux () const |
| double & | getFlux () |
| void | setFlux (double flux) |
| double | getFluxErr () const |
| void | setFluxErr (double fluxErr) |
| double | Distance (const Point &other) const |
| double | computeDist2 (const Point &other) const |
| distance squared to other More... | |
| Point | operator+ (const Point &Right) const |
| Sum. More... | |
| Point | operator- (const Point &Right) const |
| Difference. More... | |
Static Public Member Functions | |
| static const char * | typeName () |
Public Attributes | |
| double | vx |
| double | vy |
| double | vxy |
| double | x |
| coordinate More... | |
| double | y |
Protected Attributes | |
| double | _flux |
| double | _fluxErr |
Objects used as position anchors, typically USNO stars.
Coordinate system defined by user. The Common Tangent Plane seems a good idea.
|
inline |
|
delete |
No move or copy: each RefStar is unique, and should be accessed/managed via shared_ptr.
|
delete |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
|
inline |
|
inlineinherited |
Definition at line 60 of file BaseStar.h.
|
inlineinherited |
Definition at line 61 of file BaseStar.h.
|
inline |
|
inlineinherited |
Definition at line 64 of file BaseStar.h.
|
inlineinherited |
access stuff.
Definition at line 36 of file BaseStar.h.
|
inlineinherited |
Definition at line 38 of file BaseStar.h.
|
inlineinherited |
Definition at line 62 of file BaseStar.h.
|
inlineinherited |
Definition at line 65 of file BaseStar.h.
|
inlinestaticinherited |
Definition at line 56 of file BaseStar.h.
|
protectedinherited |
Definition at line 69 of file BaseStar.h.
|
protectedinherited |
Definition at line 70 of file BaseStar.h.
|
inherited |
Definition at line 13 of file FatPoint.h.
|
inherited |
Definition at line 13 of file FatPoint.h.
|
inherited |
Definition at line 13 of file FatPoint.h.
1.8.13