gastro  0.1.0
 All Classes Files Functions Variables Pages
Public Member Functions | Static Public Member Functions | Friends | List of all members
FittedStar Class Reference

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>

Inheritance diagram for FittedStar:
PmBlock

Public Member Functions

 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 RefStarGetRefStar () 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 Public Member Functions

static BaseStar * read (fastifstream &s, const char *format)
 

Friends

class PhotomFit
 
class PhotomFit2
 

Additional Inherited Members

- Public Attributes inherited from PmBlock
double pmx
 
double pmy
 
double epmx
 
double epmy
 
double epmxy
 
double color
 
bool mightMove
 

Detailed Description

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: