The objects which have been measured several times.
More...
#include <FittedStar.h>
|
| FittedStar () |
|
| FittedStar (const BaseStar &baseStar) |
|
| FittedStar (const MeasuredStar &measuredStar) |
|
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...
|
|
double | getEMag () const |
|
double | getCol () const |
|
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...
|
|
double | getFluxErr () const |
| getters More...
|
|
double | getFlux2 () const |
|
double | getFluxErr2 () const |
|
| BaseStar () |
|
| BaseStar (double xx, double yy, double flux) |
| constructor More...
|
|
| BaseStar (const Point &point, double flux) |
|
double | getX () const |
| access stuff. More...
|
|
double | getY () const |
|
virtual std::string | __str__ () const |
|
BaseStar & | operator= (const Point &point) |
|
virtual | ~BaseStar () |
|
double | getFlux () const |
|
double & | getFlux () |
|
void | setFlux (double flux) |
|
| 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.
The MeasuredStar s measuring the same object in differenr CcdImage s point to the same FittedStar.
Definition at line 34 of file FittedStar.h.
lsst::jointcal::FittedStar::FittedStar |
( |
| ) |
|
|
inline |
lsst::jointcal::FittedStar::FittedStar |
( |
const BaseStar & |
baseStar | ) |
|
|
inline |
lsst::jointcal::FittedStar::FittedStar |
( |
const MeasuredStar & |
measuredStar | ) |
|
void lsst::jointcal::FittedStar::addMagMeasurement |
( |
double |
magValue, |
|
|
double |
magWeight |
|
) |
| |
this routine will hopefully soon disappear.
Definition at line 45 of file FittedStar.cc.
void lsst::jointcal::FittedStar::clearBeforeAssoc |
( |
| ) |
|
|
inline |
void lsst::jointcal::FittedStar::dump |
( |
std::ostream & |
s = std::cout | ) |
const |
|
inlinevirtual |
double lsst::jointcal::FittedStar::getCol |
( |
| ) |
const |
|
inline |
double lsst::jointcal::FittedStar::getEMag |
( |
| ) |
const |
|
inline |
double lsst::jointcal::FittedStar::getFlux2 |
( |
| ) |
const |
|
inline |
double lsst::jointcal::FittedStar::getFluxErr |
( |
| ) |
const |
|
inline |
double lsst::jointcal::FittedStar::getFluxErr2 |
( |
| ) |
const |
|
inline |
int lsst::jointcal::FittedStar::getGeneration |
( |
| ) |
const |
|
inline |
int lsst::jointcal::FittedStar::getIndexInMatrix |
( |
| ) |
const |
|
inline |
double lsst::jointcal::FittedStar::getMag |
( |
| ) |
const |
|
inline |
derived using available zero points in input images. In the absence ofZP, ZP= 0.
Definition at line 102 of file FittedStar.h.
int lsst::jointcal::FittedStar::getMeasurementCount |
( |
| ) |
const |
|
inline |
int& lsst::jointcal::FittedStar::getMeasurementCount |
( |
| ) |
|
|
inline |
const RefStar* lsst::jointcal::FittedStar::getRefStar |
( |
| ) |
const |
|
inline |
Get the astrometric reference star associated with this star.
Definition at line 123 of file FittedStar.h.
void lsst::jointcal::FittedStar::setIndexInMatrix |
( |
const unsigned & |
index | ) |
|
|
inline |
index is a value that a fit can set and reread....
Definition at line 114 of file FittedStar.h.
void lsst::jointcal::FittedStar::setMag |
( |
double |
mag | ) |
|
|
inline |
void lsst::jointcal::FittedStar::setRefStar |
( |
const RefStar * |
_refStar | ) |
|
Set the astrometric reference star associated with this star.
Definition at line 34 of file FittedStar.cc.
friend class PhotometryFit2 |
|
friend |
The documentation for this class was generated from the following files: