lsst.jointcal
master-gc935ebf72c
|
objects measured on actual images. More...
#include <MeasuredStar.h>
Public Member Functions | |
MeasuredStar () | |
MeasuredStar (const BaseStar &baseStar, const FittedStar *_fittedStar=nullptr) | |
void | setFittedStar (std::shared_ptr< FittedStar > fittedStar) |
void | dump (std::ostream &stream=std::cout) const |
utility More... | |
double | getFluxSig () const |
double | getMag () const |
double | getAperRad () const |
double | getMagWeight () const |
the inverse of the mag variance More... | |
std::shared_ptr< const FittedStar > | getFittedStar () const |
const CcdImage & | 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... | |
![]() | |
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... | |
Public Attributes | |
double | mag |
double | wmag |
double | eflux |
double | aperrad |
double | chi2 |
![]() | |
double | vx |
double | vy |
double | vxy |
![]() | |
double | x |
coordinate More... | |
double | y |
Additional Inherited Members | |
![]() | |
static const char * | typeName () |
![]() | |
double | _flux |
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 33 of file MeasuredStar.h.
|
inline |
Definition at line 36 of file MeasuredStar.h.
|
inlinevirtual |
|
inline |
Definition at line 51 of file MeasuredStar.h.
|
inline |
Definition at line 58 of file MeasuredStar.h.
|
inline |
Definition at line 56 of file MeasuredStar.h.
|
inline |
Definition at line 49 of file MeasuredStar.h.
|
inline |
Definition at line 50 of file MeasuredStar.h.
|
inline |
the inverse of the mag variance
Definition at line 54 of file MeasuredStar.h.
|
inline |
Fits may use that to discard outliers.
Definition at line 63 of file MeasuredStar.h.
|
inline |
Definition at line 60 of file MeasuredStar.h.
|
inline |
Definition at line 39 of file MeasuredStar.h.
|
inline |
Fits may use that to discard outliers.
Definition at line 65 of file MeasuredStar.h.
double lsst::jointcal::MeasuredStar::aperrad |
Definition at line 23 of file MeasuredStar.h.
double lsst::jointcal::MeasuredStar::chi2 |
Definition at line 24 of file MeasuredStar.h.
double lsst::jointcal::MeasuredStar::eflux |
Definition at line 22 of file MeasuredStar.h.
double lsst::jointcal::MeasuredStar::mag |
Definition at line 20 of file MeasuredStar.h.
double lsst::jointcal::MeasuredStar::wmag |
Definition at line 21 of file MeasuredStar.h.