|
| FittedStar () |
|
| FittedStar (const BaseStar &baseStar) |
|
| FittedStar (const MeasuredStar &measuredStar) |
|
| FittedStar (FittedStar const &)=default |
| No move, allow copy constructor: we may copy the fitted StarLists when associating and matching catalogs, otherwise Stars should be managed by shared_ptr only. More...
|
|
| FittedStar (FittedStar &&)=delete |
|
FittedStar & | operator= (FittedStar const &)=delete |
|
FittedStar & | operator= (FittedStar &&)=delete |
|
void | clearBeforeAssoc () |
|
void | dump (std::ostream &stream=std::cout) const |
| utility More...
|
|
int | getMeasurementCount () const |
|
int & | getMeasurementCount () |
|
double | getMag () const |
| derived using available zero points in input images. In the absence ofZP, ZP= 0. More...
|
|
int | getGeneration () const |
|
void | setMag (double mag) |
|
void | addMagMeasurement (double magValue, double magWeight) |
| this routine will hopefully soon disappear. More...
|
|
void | setIndexInMatrix (const unsigned &index) |
| index is a value that a fit can set and reread.... More...
|
|
int | getIndexInMatrix () const |
|
void | setRefStar (const RefStar *_refStar) |
| Set the astrometric reference star associated with this star. More...
|
|
const RefStar * | getRefStar () const |
| Get the astrometric reference star associated with this star. More...
|
|
| BaseStar () |
|
| BaseStar (double xx, double yy, double flux, double fluxErr) |
| constructor More...
|
|
| BaseStar (Point const &point, double flux, double fluxErr) |
|
double | getX () const |
| access stuff. More...
|
|
double | getY () const |
|
virtual std::string | __str__ () const |
|
BaseStar & | operator= (Point const &point) |
|
virtual | ~BaseStar () |
|
double | getFlux () const |
|
double & | getFlux () |
|
void | setFlux (double flux) |
|
double | getFluxErr () const |
|
void | setFluxErr (double fluxErr) |
|
| FatPoint () |
|
| FatPoint (const Point &P, double Vx=1, double Vy=1, double Vxy=0) |
|
| FatPoint (const double X, const double Y, const double Vx=1, const double Vy=1, const double Vxy=0) |
|
virtual | ~Point () |
|
| Point () |
|
| Point (double xx, double yy) |
|
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...
|
|
| PmBlock () |
|
The objects which have been measured several times.
MeasuredStars from different CcdImages that represent the same on-sky object all point to one FittedStar.
Definition at line 37 of file FittedStar.h.