The objects which have been measured several times. The MeasuredStar s measuring the same object in differenr CcdImage s point to the same FittedStar.
More...
#include <fittedstar.h>
|
| FittedStar (const BaseStar &B) |
|
| FittedStar (const MeasuredStar &M) |
|
void | ClearBeforeAssoc () |
|
void | dump (std::ostream &stream=std::cout) const |
|
int | MeasurementCount () const |
|
int & | MeasurementCount () |
|
double | Mag () const |
| derived using available zero points in input images. In the absence ofZP, ZP= 0.
|
|
double & | Mag () |
|
double | EMag () const |
|
double & | EMag () |
|
double | Col () const |
|
double & | Col () |
|
int | Generation () const |
|
int & | Generation () |
|
void | SetMag (double Value) |
|
void | AddMagMeasurement (const double &MagValue, const double &MagWeight) |
| this routine will hopefully soon disappear.
|
|
void | SetIndexInMatrix (const unsigned &Index) |
| index is a value that a fit can set and reread....
|
|
int | IndexInMatrix () const |
|
void | SetRefStar (const RefStar &) |
|
const RefStar * | GetRefStar () const |
|
double | Flux () const |
| getters
|
|
double & | Flux () |
|
double | FluxErr () const |
|
double & | FluxErr () |
|
double | Flux2 () const |
|
double & | Flux2 () |
|
double | FluxErr2 () const |
|
double & | FluxErr2 () |
|
std::string | WriteHeader_ (std::ostream &pr=std::cout, const char *i=NULL) const |
| write stuff
|
|
virtual void | writen (std::ostream &s) const |
|
virtual void | read_it (fastifstream &s, const char *format) |
|
|
static BaseStar * | read (fastifstream &s, const char *format) |
|
|
class | PhotomFit |
|
class | PhotomFit2 |
|
|
double | pmx |
|
double | pmy |
|
double | epmx |
|
double | epmy |
|
double | epmxy |
|
double | color |
|
bool | mightMove |
|
The objects which have been measured several times. The MeasuredStar s measuring the same object in differenr CcdImage s point to the same FittedStar.
The documentation for this class was generated from the following files: