lsst.jointcal
16.0-20-g17d57d5+5
|
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 | dump (std::ostream &stream=std::cout) const |
utility More... | |
BaseStar & | operator= (Point const &point) |
virtual | ~BaseStar () |
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 27 of file BaseStar.h.
|
inline |
Definition at line 29 of file BaseStar.h.
|
inline |
constructor
Definition at line 35 of file BaseStar.h.
|
inline |
Definition at line 41 of file BaseStar.h.
|
inlinevirtual |
Definition at line 71 of file BaseStar.h.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
utility
Reimplemented from lsst::jointcal::Point.
Reimplemented in lsst::jointcal::FittedStar, lsst::jointcal::MeasuredStar, and lsst::jointcal::RefStar.
Definition at line 59 of file BaseStar.h.
|
inline |
Definition at line 73 of file BaseStar.h.
|
inline |
Definition at line 74 of file BaseStar.h.
|
inline |
Definition at line 77 of file BaseStar.h.
|
inline |
Definition at line 80 of file BaseStar.h.
|
inline |
Definition at line 81 of file BaseStar.h.
|
inline |
Definition at line 83 of file BaseStar.h.
|
inline |
access stuff.
Definition at line 49 of file BaseStar.h.
|
inline |
Definition at line 51 of file BaseStar.h.
Definition at line 63 of file BaseStar.h.
|
inline |
Definition at line 75 of file BaseStar.h.
|
inline |
Definition at line 78 of file BaseStar.h.
|
inline |
Definition at line 84 of file BaseStar.h.
|
inlinestatic |
Definition at line 69 of file BaseStar.h.
|
friend |
allows std::cout << aBaseStar;
Definition at line 54 of file BaseStar.h.
|
protected |
Definition at line 88 of file BaseStar.h.
|
protected |
Definition at line 89 of file BaseStar.h.
|
protected |
Definition at line 92 of file BaseStar.h.
|
protected |
Definition at line 93 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.