lsst.jointcal  15.0-6-ge2d9597+2
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes | List of all members
lsst::jointcal::RefStar Class Reference

Objects used as position anchors, typically USNO stars. More...

#include <RefStar.h>

Inheritance diagram for lsst::jointcal::RefStar:
lsst::jointcal::BaseStar lsst::jointcal::FatPoint lsst::jointcal::Point

Public Member Functions

 RefStar (double xx, double yy, double defaultFlux, double defaultFluxErr, std::vector< double > &refFluxList, std::vector< double > &refFluxErrList)
 
 RefStar (RefStar const &)=delete
 No move or copy: each RefStar is unique, and should be accessed/managed via shared_ptr. More...
 
 RefStar (RefStar &&)=delete
 
RefStaroperator= (RefStar const &)=default
 
RefStaroperator= (RefStar &&)=delete
 
void dump (std::ostream &stream=std::cout) const
 utility More...
 
double getFlux (size_t filter) const
 reference flux in a given filter More...
 
double getFluxErr (size_t filter) const
 reference fluxErr in a given filter More...
 
double getX () const
 access stuff. More...
 
double getY () const
 
double getFlux () const
 
double & getFlux ()
 
void setFlux (double flux)
 
double getFluxErr () const
 
void setFluxErr (double fluxErr)
 
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...
 

Static Public Member Functions

static const char * typeName ()
 

Public Attributes

double vx
 
double vy
 
double vxy
 
double x
 coordinate More...
 
double y
 

Protected Attributes

double _flux
 
double _fluxErr
 

Detailed Description

Objects used as position anchors, typically USNO stars.

Coordinate system defined by user. The Common Tangent Plane seems a good idea.

Definition at line 16 of file RefStar.h.

Constructor & Destructor Documentation

◆ RefStar() [1/3]

lsst::jointcal::RefStar::RefStar ( double  xx,
double  yy,
double  defaultFlux,
double  defaultFluxErr,
std::vector< double > &  refFluxList,
std::vector< double > &  refFluxErrList 
)
inline

Definition at line 18 of file RefStar.h.

◆ RefStar() [2/3]

lsst::jointcal::RefStar::RefStar ( RefStar const &  )
delete

No move or copy: each RefStar is unique, and should be accessed/managed via shared_ptr.

◆ RefStar() [3/3]

lsst::jointcal::RefStar::RefStar ( RefStar &&  )
delete

Member Function Documentation

◆ computeDist2()

double lsst::jointcal::Point::computeDist2 ( const Point other) const
inlineinherited

distance squared to other

Definition at line 32 of file Point.h.

◆ Distance()

double lsst::jointcal::Point::Distance ( const Point other) const
inlineinherited

Definition at line 27 of file Point.h.

◆ dump()

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

utility

Reimplemented from lsst::jointcal::BaseStar.

Definition at line 30 of file RefStar.h.

◆ getFlux() [1/3]

double lsst::jointcal::RefStar::getFlux ( size_t  filter) const
inline

reference flux in a given filter

Definition at line 42 of file RefStar.h.

◆ getFlux() [2/3]

double lsst::jointcal::BaseStar::getFlux ( ) const
inlineinherited

Definition at line 60 of file BaseStar.h.

◆ getFlux() [3/3]

double& lsst::jointcal::BaseStar::getFlux ( )
inlineinherited

Definition at line 61 of file BaseStar.h.

◆ getFluxErr() [1/2]

double lsst::jointcal::RefStar::getFluxErr ( size_t  filter) const
inline

reference fluxErr in a given filter

Definition at line 44 of file RefStar.h.

◆ getFluxErr() [2/2]

double lsst::jointcal::BaseStar::getFluxErr ( ) const
inlineinherited

Definition at line 64 of file BaseStar.h.

◆ getX()

double lsst::jointcal::BaseStar::getX ( ) const
inlineinherited

access stuff.

Definition at line 36 of file BaseStar.h.

◆ getY()

double lsst::jointcal::BaseStar::getY ( ) const
inlineinherited

Definition at line 38 of file BaseStar.h.

◆ operator+()

Point lsst::jointcal::Point::operator+ ( const Point Right) const
inlineinherited

Sum.

Definition at line 37 of file Point.h.

◆ operator-()

Point lsst::jointcal::Point::operator- ( const Point Right) const
inlineinherited

Difference.

Definition at line 40 of file Point.h.

◆ operator=() [1/2]

RefStar& lsst::jointcal::RefStar::operator= ( RefStar const &  )
default

◆ operator=() [2/2]

RefStar& lsst::jointcal::RefStar::operator= ( RefStar &&  )
delete

◆ setFlux()

void lsst::jointcal::BaseStar::setFlux ( double  flux)
inlineinherited

Definition at line 62 of file BaseStar.h.

◆ setFluxErr()

void lsst::jointcal::BaseStar::setFluxErr ( double  fluxErr)
inlineinherited

Definition at line 65 of file BaseStar.h.

◆ typeName()

static const char* lsst::jointcal::BaseStar::typeName ( )
inlinestaticinherited

Definition at line 56 of file BaseStar.h.

Member Data Documentation

◆ _flux

double lsst::jointcal::BaseStar::_flux
protectedinherited

Definition at line 69 of file BaseStar.h.

◆ _fluxErr

double lsst::jointcal::BaseStar::_fluxErr
protectedinherited

Definition at line 70 of file BaseStar.h.

◆ vx

double lsst::jointcal::FatPoint::vx
inherited

Definition at line 13 of file FatPoint.h.

◆ vxy

double lsst::jointcal::FatPoint::vxy
inherited

Definition at line 13 of file FatPoint.h.

◆ vy

double lsst::jointcal::FatPoint::vy
inherited

Definition at line 13 of file FatPoint.h.

◆ x

double lsst::jointcal::Point::x
inherited

coordinate

Definition at line 18 of file Point.h.

◆ y

double lsst::jointcal::Point::y
inherited

Definition at line 18 of file Point.h.


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