2 #ifndef LSST_JOINTCAL_REF_STAR_H
3 #define LSST_JOINTCAL_REF_STAR_H
19 std::vector<double> _refFlux;
25 void dump(std::ostream& stream = std::cout)
const {
27 stream <<
" refFlux: [";
28 for (
auto x : _refFlux) {
31 stream <<
"] index: " << _index;
35 double getFlux(
int filter)
const;
42 unsigned int getIndex()
const {
return _index; }
62 #endif // LSST_JOINTCAL_REF_STAR_H
Objects used as position anchors, typically USNO stars.
unsigned int getIndex() const
unsigned int & getIndex()
star index
RefStar(const BaseStar &baseStar)
The base class for handling stars. Used by all matching routines.
void dump(std::ostream &stream=std::cout) const
utility
void assignRefFluxes(std::vector< double > const &refFlux)
assign the reference fluxes
RefStarList::const_iterator RefStarCIterator
virtual void dump(std::ostream &stream=std::cout) const
utility
RefStarList::iterator RefStarIterator
BaseStarList & Ref2Base(RefStarList &This)