lsst.jointcal
19.0.0-10-g4a5fae6+1
|
Go to the documentation of this file.
44 this->
sort([](
const E &e1,
const E &e2) {
return (e1->getFlux() > e2->getFlux()); });
50 auto si = this->
begin();
53 while (si != this->
end()) {
60 for (
auto const &star : *
this) {
62 out.
push_back(std::make_shared<Star>(*star));
70 for (
auto const &si : *
this)
copy.push_back(std::make_shared<Star>(*si));
void copyTo(StarList< Star > ©) const
clears copy and makes a copy of the std::list to copy
void fluxSort()
a model routine to sort the std::list
std::shared_ptr< Star > push_back(std::shared_ptr< Star > ... args)
void cutTail(const int nKeep)
cuts the end of the std::list
Class for a simple mapping implementing a generic AstrometryTransform.
bool inFrame(double x, double y) const
inside?
void extractInFrame(StarList< Star > &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
rectangle with sides parallel to axes.