|
lsst.jointcal g890c0c842f+d0b0ceee8c
|
The base class for handling stars. Used by all matching routines. More...
#include <BaseStar.h>
Public Member Functions | |
| BaseStar () | |
| BaseStar (double xx, double yy, double flux, double fluxErr) | |
| constructor More... | |
| BaseStar (Point const &point, double flux, double fluxErr, double mag, double magErr) | |
| double | getX () const |
| access stuff. More... | |
| double | getY () const |
| virtual void | print (std::ostream &out) const |
| BaseStar & | operator= (Point const &point) |
| virtual | ~BaseStar ()=default |
| double | getFlux () const |
| double & | getFlux () |
| void | setFlux (double flux) |
| double | getFluxErr () const |
| void | setFluxErr (double fluxErr) |
| double | getMag () const |
| double & | getMag () |
| double | getMagErr () const |
| void | setMagErr (double magErr) |
| 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 {} |
| double | _mag {} |
| double | _magErr {} |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, BaseStar const &s) |
| allows std::cout << aBaseStar; More... | |
The base class for handling stars. Used by all matching routines.
Definition at line 51 of file BaseStar.h.
|
inline |
Definition at line 53 of file BaseStar.h.
|
inline |
constructor
Definition at line 59 of file BaseStar.h.
|
inline |
Definition at line 65 of file BaseStar.h.
|
virtualdefault |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 99 of file BaseStar.h.
|
inline |
Definition at line 98 of file BaseStar.h.
|
inline |
Definition at line 102 of file BaseStar.h.
|
inline |
Definition at line 106 of file BaseStar.h.
|
inline |
Definition at line 105 of file BaseStar.h.
|
inline |
Definition at line 108 of file BaseStar.h.
|
inline |
access stuff.
Definition at line 73 of file BaseStar.h.
|
inline |
Definition at line 75 of file BaseStar.h.
Definition at line 88 of file BaseStar.h.
|
inlinevirtual |
Reimplemented from lsst::jointcal::Point.
Reimplemented in lsst::jointcal::MeasuredStar, and lsst::jointcal::FittedStar.
Definition at line 83 of file BaseStar.h.
|
inline |
Definition at line 100 of file BaseStar.h.
|
inline |
Definition at line 103 of file BaseStar.h.
|
inline |
Definition at line 109 of file BaseStar.h.
|
inlinestatic |
Definition at line 94 of file BaseStar.h.
|
friend |
allows std::cout << aBaseStar;
Definition at line 78 of file BaseStar.h.
|
protected |
Definition at line 113 of file BaseStar.h.
|
protected |
Definition at line 114 of file BaseStar.h.
|
protected |
Definition at line 117 of file BaseStar.h.
|
protected |
Definition at line 118 of file BaseStar.h.
|
inherited |
Definition at line 36 of file FatPoint.h.
|
inherited |
Definition at line 36 of file FatPoint.h.
|
inherited |
Definition at line 36 of file FatPoint.h.