objects measured on actual images. Coordinates and uncertainties are expressed in pixel image frame. Flux expressed in ADU/s. More...
#include <measuredstar.h>
Inherits BaseStar.
Public Member Functions | |
| MeasuredStar (const BaseStar &B, const FittedStar *F=NULL) | |
| MeasuredStar (const SEStar &S) | |
| void | SetFittedStar (FittedStar *F) |
| double | FluxSig () const |
| double | Mag () const |
| double | AperRad () const |
| double | MagWeight () const |
| the inverse of the mag variance | |
| const FittedStar * | GetFittedStar () const |
| FittedStar * | GetFittedStar () |
| const CcdImage & | GetCcdImage () const |
| void | SetCcdImage (const CcdImage *C) |
| bool | IsValid () const |
| Fits may use that to discard outliers. | |
| void | SetValid (bool v) |
| Fits may use that to discard outliers. | |
| std::string | WriteHeader_ (std::ostream &pr=std::cout, const char *i=NULL) const |
| StarList ascii IO's. | |
| void | writen (std::ostream &s) const |
Static Public Member Functions | |
| static BaseStar * | read (fastifstream &s, const char *format) |
Public Attributes | |
| double | mag |
| double | wmag |
| double | eflux |
| double | aperrad |
| double | chi2 |
| const CcdImage * | ccdImage |
| std::vector< double > | usrVals |
objects measured on actual images. Coordinates and uncertainties are expressed in pixel image frame. Flux expressed in ADU/s.
1.8.6