lsst.jointcal  master-gc935ebf72c
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Friends | List of all members
lsst::jointcal::FittedStar Class Reference

The objects which have been measured several times. More...

#include <FittedStar.h>

Inheritance diagram for lsst::jointcal::FittedStar:
lsst::jointcal::BaseStar lsst::jointcal::PmBlock lsst::jointcal::FatPoint lsst::jointcal::Point

Public Member Functions

 FittedStar ()
 
 FittedStar (const BaseStar &baseStar)
 
 FittedStar (const MeasuredStar &measuredStar)
 
void clearBeforeAssoc ()
 
void dump (std::ostream &stream=std::cout) const
 utility More...
 
int getMeasurementCount () const
 
int & getMeasurementCount ()
 
double getMag () const
 derived using available zero points in input images. In the absence ofZP, ZP= 0. More...
 
double getEMag () const
 
double getCol () const
 
int getGeneration () const
 
void setMag (double mag)
 
void addMagMeasurement (double magValue, double magWeight)
 this routine will hopefully soon disappear. More...
 
void setIndexInMatrix (const unsigned &index)
 index is a value that a fit can set and reread.... More...
 
int getIndexInMatrix () const
 
void setRefStar (const RefStar *_refStar)
 Set the astrometric reference star associated with this star. More...
 
const RefStargetRefStar () const
 Get the astrometric reference star associated with this star. More...
 
double getFluxErr () const
 getters More...
 
double getFlux2 () const
 
double getFluxErr2 () const
 
- Public Member Functions inherited from lsst::jointcal::BaseStar
 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
 
BaseStaroperator= (const Point &point)
 
virtual ~BaseStar ()
 
double getFlux () const
 
double & getFlux ()
 
void setFlux (double flux)
 
- Public Member Functions inherited from lsst::jointcal::FatPoint
 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)
 
- Public Member Functions inherited from lsst::jointcal::Point
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 Member Functions inherited from lsst::jointcal::PmBlock
 PmBlock ()
 

Friends

class PhotometryFit
 
class PhotometryFit2
 

Additional Inherited Members

- Static Public Member Functions inherited from lsst::jointcal::BaseStar
static const char * typeName ()
 
- Public Attributes inherited from lsst::jointcal::FatPoint
double vx
 
double vy
 
double vxy
 
- Public Attributes inherited from lsst::jointcal::Point
double x
 coordinate More...
 
double y
 
- Public Attributes inherited from lsst::jointcal::PmBlock
double pmx
 
double pmy
 
double epmx
 
double epmy
 
double epmxy
 
double color
 
bool mightMove
 
- Protected Attributes inherited from lsst::jointcal::BaseStar
double _flux
 

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.

Definition at line 34 of file FittedStar.h.

Constructor & Destructor Documentation

lsst::jointcal::FittedStar::FittedStar ( )
inline

Definition at line 53 of file FittedStar.h.

lsst::jointcal::FittedStar::FittedStar ( const BaseStar baseStar)
inline

Definition at line 66 of file FittedStar.h.

lsst::jointcal::FittedStar::FittedStar ( const MeasuredStar measuredStar)

Definition at line 19 of file FittedStar.cc.

Member Function Documentation

void lsst::jointcal::FittedStar::addMagMeasurement ( double  magValue,
double  magWeight 
)

this routine will hopefully soon disappear.

Definition at line 45 of file FittedStar.cc.

void lsst::jointcal::FittedStar::clearBeforeAssoc ( )
inline

Definition at line 84 of file FittedStar.h.

void lsst::jointcal::FittedStar::dump ( std::ostream &  s = std::cout) const
inlinevirtual

utility

Reimplemented from lsst::jointcal::BaseStar.

Definition at line 92 of file FittedStar.h.

double lsst::jointcal::FittedStar::getCol ( ) const
inline

Definition at line 104 of file FittedStar.h.

double lsst::jointcal::FittedStar::getEMag ( ) const
inline

Definition at line 103 of file FittedStar.h.

double lsst::jointcal::FittedStar::getFlux2 ( ) const
inline

Definition at line 127 of file FittedStar.h.

double lsst::jointcal::FittedStar::getFluxErr ( ) const
inline

getters

Definition at line 126 of file FittedStar.h.

double lsst::jointcal::FittedStar::getFluxErr2 ( ) const
inline

Definition at line 128 of file FittedStar.h.

int lsst::jointcal::FittedStar::getGeneration ( ) const
inline

Definition at line 105 of file FittedStar.h.

int lsst::jointcal::FittedStar::getIndexInMatrix ( ) const
inline

Definition at line 117 of file FittedStar.h.

double lsst::jointcal::FittedStar::getMag ( ) const
inline

derived using available zero points in input images. In the absence ofZP, ZP= 0.

Definition at line 102 of file FittedStar.h.

int lsst::jointcal::FittedStar::getMeasurementCount ( ) const
inline

Definition at line 98 of file FittedStar.h.

int& lsst::jointcal::FittedStar::getMeasurementCount ( )
inline

Definition at line 99 of file FittedStar.h.

const RefStar* lsst::jointcal::FittedStar::getRefStar ( ) const
inline

Get the astrometric reference star associated with this star.

Definition at line 123 of file FittedStar.h.

void lsst::jointcal::FittedStar::setIndexInMatrix ( const unsigned &  index)
inline

index is a value that a fit can set and reread....

Definition at line 114 of file FittedStar.h.

void lsst::jointcal::FittedStar::setMag ( double  mag)
inline

Definition at line 108 of file FittedStar.h.

void lsst::jointcal::FittedStar::setRefStar ( const RefStar _refStar)

Set the astrometric reference star associated with this star.

Definition at line 34 of file FittedStar.cc.

Friends And Related Function Documentation

friend class PhotometryFit
friend

Definition at line 35 of file FittedStar.h.

friend class PhotometryFit2
friend

Definition at line 36 of file FittedStar.h.


The documentation for this class was generated from the following files: