lsst.jointcal
14.0-28-ge87de3a
|
The objects which have been measured several times. More...
#include <FittedStar.h>
Public Member Functions | |
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... | |
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 |
double | pmx |
double | pmy |
double | epmx |
double | epmy |
double | epmxy |
double | color |
bool | mightMove |
Protected Attributes | |
double | _flux |
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.
|
inline |
Definition at line 39 of file FittedStar.h.
|
inline |
Definition at line 48 of file FittedStar.h.
lsst::jointcal::FittedStar::FittedStar | ( | const MeasuredStar & | measuredStar | ) |
Definition at line 19 of file FittedStar.cc.
|
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.
|
delete |
void lsst::jointcal::FittedStar::addMagMeasurement | ( | double | magValue, |
double | magWeight | ||
) |
this routine will hopefully soon disappear.
Definition at line 41 of file FittedStar.cc.
|
inline |
Definition at line 68 of file FittedStar.h.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
|
inlineinherited |
Definition at line 60 of file BaseStar.h.
|
inlineinherited |
Definition at line 61 of file BaseStar.h.
|
inlineinherited |
Definition at line 64 of file BaseStar.h.
|
inline |
Definition at line 87 of file FittedStar.h.
|
inline |
Definition at line 99 of file FittedStar.h.
|
inline |
derived using available zero points in input images. In the absence ofZP, ZP= 0.
Definition at line 86 of file FittedStar.h.
|
inline |
Definition at line 82 of file FittedStar.h.
|
inline |
Definition at line 83 of file FittedStar.h.
|
inline |
Get the astrometric reference star associated with this star.
Definition at line 105 of file FittedStar.h.
|
inlineinherited |
access stuff.
Definition at line 36 of file BaseStar.h.
|
inlineinherited |
Definition at line 38 of file BaseStar.h.
|
delete |
|
delete |
|
inlineinherited |
Definition at line 62 of file BaseStar.h.
|
inlineinherited |
Definition at line 65 of file BaseStar.h.
|
inline |
index is a value that a fit can set and reread....
Definition at line 96 of file FittedStar.h.
|
inline |
Definition at line 90 of file FittedStar.h.
void lsst::jointcal::FittedStar::setRefStar | ( | const RefStar * | _refStar | ) |
Set the astrometric reference star associated with this star.
Definition at line 30 of file FittedStar.cc.
|
inlinestaticinherited |
Definition at line 56 of file BaseStar.h.
|
protectedinherited |
Definition at line 69 of file BaseStar.h.
|
inherited |
Definition at line 26 of file FittedStar.h.
|
inherited |
Definition at line 25 of file FittedStar.h.
|
inherited |
Definition at line 25 of file FittedStar.h.
|
inherited |
Definition at line 25 of file FittedStar.h.
|
inherited |
Definition at line 27 of file FittedStar.h.
|
inherited |
Definition at line 24 of file FittedStar.h.
|
inherited |
Definition at line 24 of file FittedStar.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.