lsst.jointcal
15.0
|
objects measured on actual images. More...
#include <MeasuredStar.h>
Public Member Functions | |
MeasuredStar () | |
MeasuredStar (BaseStar const &baseStar) | |
MeasuredStar (MeasuredStar 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... | |
MeasuredStar (MeasuredStar &&)=delete | |
MeasuredStar & | operator= (MeasuredStar const &)=delete |
MeasuredStar & | operator= (MeasuredStar &&)=delete |
void | setFittedStar (std::shared_ptr< FittedStar > fittedStar) |
void | dump (std::ostream &stream=std::cout) const |
utility More... | |
void | setInstFlux (double instFlux) |
void | setInstFluxErr (double instFluxErr) |
double | getInstFlux () const |
double | getInstFluxErr () const |
double | getMag () const |
void | setId (unsigned id) |
unsigned | getId () |
double | getMagWeight () const |
the inverse of the mag variance More... | |
double | getXFocal () const |
void | setXFocal (double xFocal) |
double | getYFocal () const |
void | setYFocal (double yFocal) |
std::shared_ptr< FittedStar > | getFittedStar () const |
CcdImage const & | getCcdImage () const |
void | setCcdImage (const CcdImage *ccdImage) |
bool | isValid () const |
Fits may use that to discard outliers. More... | |
void | setValid (bool v) |
Fits may use that to discard outliers. 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 | mag |
double | wmag |
double | chi2 |
double | vx |
double | vy |
double | vxy |
double | x |
coordinate More... | |
double | y |
Protected Attributes | |
double | _flux |
double | _fluxErr |
objects measured on actual images.
Coordinates and uncertainties are expressed in pixel image frame. Flux expressed in ADU/s.
Definition at line 18 of file MeasuredStar.h.
|
inline |
Definition at line 24 of file MeasuredStar.h.
|
inline |
Definition at line 36 of file MeasuredStar.h.
|
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 |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
|
inline |
Definition at line 85 of file MeasuredStar.h.
|
inline |
Definition at line 83 of file MeasuredStar.h.
|
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 73 of file MeasuredStar.h.
|
inline |
Definition at line 68 of file MeasuredStar.h.
|
inline |
Definition at line 69 of file MeasuredStar.h.
|
inline |
Definition at line 70 of file MeasuredStar.h.
|
inline |
the inverse of the mag variance
Definition at line 76 of file MeasuredStar.h.
|
inlineinherited |
access stuff.
Definition at line 36 of file BaseStar.h.
|
inline |
Definition at line 78 of file MeasuredStar.h.
|
inlineinherited |
Definition at line 38 of file BaseStar.h.
|
inline |
Definition at line 80 of file MeasuredStar.h.
|
inline |
Fits may use that to discard outliers.
Definition at line 90 of file MeasuredStar.h.
|
delete |
|
delete |
|
inline |
Definition at line 87 of file MeasuredStar.h.
|
inline |
Definition at line 54 of file MeasuredStar.h.
|
inlineinherited |
Definition at line 62 of file BaseStar.h.
|
inlineinherited |
Definition at line 65 of file BaseStar.h.
|
inline |
Definition at line 72 of file MeasuredStar.h.
|
inline |
Definition at line 65 of file MeasuredStar.h.
|
inline |
Definition at line 66 of file MeasuredStar.h.
|
inline |
Fits may use that to discard outliers.
Definition at line 92 of file MeasuredStar.h.
|
inline |
Definition at line 79 of file MeasuredStar.h.
|
inline |
Definition at line 81 of file MeasuredStar.h.
|
inlinestaticinherited |
Definition at line 56 of file BaseStar.h.
|
protectedinherited |
Definition at line 69 of file BaseStar.h.
|
protectedinherited |
Definition at line 70 of file BaseStar.h.
double lsst::jointcal::MeasuredStar::chi2 |
Definition at line 22 of file MeasuredStar.h.
double lsst::jointcal::MeasuredStar::mag |
Definition at line 20 of file MeasuredStar.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.
double lsst::jointcal::MeasuredStar::wmag |
Definition at line 21 of file MeasuredStar.h.