lsst.jointcal
master-ge1f85bc4d5+2
|
A list of MeasuredStar. They are usually filled in Associations::AddImage. More...
#include <MeasuredStar.h>
Public Types | |
typedef std::shared_ptr < MeasuredStar > | Element |
typedef std::list< Element > ::const_iterator | StarCIterator |
typedef std::list< Element > ::iterator | StarIterator |
Public Member Functions | |
MeasuredStarList () | |
void | setCcdImage (const CcdImage *_ccdImage) |
void | dump (std::ostream &stream=std::cout) const |
invokes dump(stream) for all Stars in the std::list. More... | |
void | fluxSort () |
a model routine to sort the std::list More... | |
void | cutTail (const int nKeep) |
cuts the end of the std::list More... | |
void | extractInFrame (StarList< MeasuredStar > &out, const Frame &frame) const |
copy the part of the std::list which is included in the frame at the end of another std::list More... | |
void | copyTo (StarList< MeasuredStar > ©) const |
clears copy and makes a copy of the std::list to copy More... | |
void | clearList () |
Clears the std::list. More... | |
void | applyTransfo (const Operator &op) |
enables to apply a geometrical transfo if Star is Basestar or derives from it. More... | |
Public Attributes | |
T | elements |
STL member. More... | |
A list of MeasuredStar. They are usually filled in Associations::AddImage.
Definition at line 95 of file MeasuredStar.h.
|
inherited |
Definition at line 37 of file StarList.h.
|
inherited |
Definition at line 38 of file StarList.h.
|
inherited |
Definition at line 39 of file StarList.h.
|
inline |
Definition at line 97 of file MeasuredStar.h.
|
inlineinherited |
enables to apply a geometrical transfo if Star is Basestar or derives from it.
could be extended to other type of transformations.
Definition at line 75 of file StarList.h.
|
inlineinherited |
Clears the std::list.
Definition at line 69 of file StarList.h.
|
inherited |
clears copy and makes a copy of the std::list to copy
|
inherited |
cuts the end of the std::list
|
inlineinherited |
invokes dump(stream) for all Stars in the std::list.
Definition at line 49 of file StarList.h.
|
inherited |
copy the part of the std::list which is included in the frame at the end of another std::list
|
inherited |
a model routine to sort the std::list
see decreasingFlux() to see what it is, if you want another sorting criterion)
void lsst::jointcal::MeasuredStarList::setCcdImage | ( | const CcdImage * | _ccdImage | ) |
Definition at line 45 of file MeasuredStar.cc.
|
inherited |
STL member.