LSST Applications g00d0e8bbd7+edbf708997,g03191d30f7+9ce8016dbd,g1955dfad08+0bd186d245,g199a45376c+5137f08352,g1fd858c14a+a888a50aa2,g262e1987ae+45f9aba685,g29ae962dfc+1c7d47a24f,g2cef7863aa+73c82f25e4,g35bb328faa+edbf708997,g3fd5ace14f+eed17d2c67,g47891489e3+6dc8069a4c,g53246c7159+edbf708997,g64539dfbff+c4107e45b5,g67b6fd64d1+6dc8069a4c,g74acd417e5+f452e9c21a,g786e29fd12+af89c03590,g7ae74a0b1c+a25e60b391,g7aefaa3e3d+2025e9ce17,g7cc15d900a+2d158402f9,g87389fa792+a4172ec7da,g89139ef638+6dc8069a4c,g8d4809ba88+c4107e45b5,g8d7436a09f+e96c132b44,g8ea07a8fe4+db21c37724,g98df359435+aae6d409c1,ga2180abaac+edbf708997,gac66b60396+966efe6077,gb632fb1845+88945a90f8,gbaa8f7a6c5+38b34f4976,gbf99507273+edbf708997,gca7fc764a6+6dc8069a4c,gd7ef33dd92+6dc8069a4c,gda68eeecaf+7d1e613a8d,gdab6d2f7ff+f452e9c21a,gdbb4c4dda9+c4107e45b5,ge410e46f29+6dc8069a4c,ge41e95a9f2+c4107e45b5,geaed405ab2+e194be0d2b,w.2025.47
LSST Data Management Base Package
Loading...
Searching...
No Matches
lsst::jointcal::FittedStarList Class Reference

A list of FittedStar s. Such a list is typically constructed by Associations. More...

#include <FittedStar.h>

Inheritance diagram for lsst::jointcal::FittedStarList:
lsst::jointcal::StarList< FittedStar > std::list< std::shared_ptr< FittedStar > >

Public Types

using Element
 
using StarCIterator
 
using StarIterator
 

Public Member Functions

 FittedStarList ()
 
void print (std::ostream &out) const
 invokes print(stream) for all Stars in the std::list.
 
void fluxSort ()
 a model routine to sort the std::list
 
void cutTail (int nKeep)
 cuts the end of the std::list
 
void extractInFrame (StarList< FittedStar > &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
 
void copyTo (StarList< FittedStar > &copy) const
 clears copy and makes a copy of the std::list to copy
 
void clearList ()
 Clears the std::list.
 
void applyTransform (const Operator &op)
 enables to apply a geometrical transform if Star is Basestar or derives from it.
 
std::shared_ptr< FittedStarpop_front (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarpush_back (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarsplice (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarcrbegin (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarerase (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStaremplace_front (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarinsert (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarreverse (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarback (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarend (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarremove (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStaremplace_back (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarpop_back (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarcbegin (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarfront (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarunique (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarsize (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarresize (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarpush_front (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarrbegin (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarcrend (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarassign (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarsort (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarmerge (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarempty (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarremove_if (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarcend (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarswap (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarmax_size (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarrend (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarget_allocator (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarclear (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStaremplace (std::shared_ptr< FittedStar >... args)
 
std::shared_ptr< FittedStarbegin (std::shared_ptr< FittedStar >... args)
 

Public Attributes

bool inTangentPlaneCoordinates
 
std::shared_ptr< FittedStarelements
 STL member.
 

Detailed Description

A list of FittedStar s. Such a list is typically constructed by Associations.

Definition at line 116 of file FittedStar.h.

Member Typedef Documentation

◆ Element

using lsst::jointcal::StarList< FittedStar >::Element
inherited

Definition at line 60 of file StarList.h.

◆ StarCIterator

using lsst::jointcal::StarList< FittedStar >::StarCIterator
inherited

Definition at line 61 of file StarList.h.

◆ StarIterator

using lsst::jointcal::StarList< FittedStar >::StarIterator
inherited

Definition at line 62 of file StarList.h.

Constructor & Destructor Documentation

◆ FittedStarList()

lsst::jointcal::FittedStarList::FittedStarList ( )
inline

Definition at line 121 of file FittedStar.h.

Member Function Documentation

◆ applyTransform()

void lsst::jointcal::StarList< FittedStar >::applyTransform ( const Operator & op)
inlineinherited

enables to apply a geometrical transform if Star is Basestar or derives from it.

could be extended to other type of transformations.

Definition at line 98 of file StarList.h.

98 {
99 for (auto &p : *this) op.transformStar(*(p));
100 }
std::lists of Stars.
Definition StarList.h:58

◆ clearList()

void lsst::jointcal::StarList< FittedStar >::clearList ( )
inlineinherited

Clears the std::list.

Definition at line 92 of file StarList.h.

92{ cutTail(0); };

◆ copyTo()

void lsst::jointcal::StarList< FittedStar >::copyTo ( StarList< FittedStar > & copy) const
inherited

clears copy and makes a copy of the std::list to copy

Definition at line 89 of file StarList.cc.

68 {
70 for (auto const &si : *this) copy.push_back(std::make_shared<Star>(*si));
71}
void clearList()
Clears the std::list.
Definition StarList.h:92
T push_back(T... args)

◆ cutTail()

void lsst::jointcal::StarList< FittedStar >::cutTail ( int nKeep)
inherited

cuts the end of the std::list

Definition at line 83 of file StarList.cc.

48 {
49 int count = 0;
50 auto si = this->begin();
51 for (; si != this->end() && count < nKeep; ++count, ++si)
52 ;
53 while (si != this->end()) {
54 si = this->erase(si);
55 }
56}
std::shared_ptr< FittedStar > begin(std::shared_ptr< FittedStar >... args)
std::shared_ptr< FittedStar > end(std::shared_ptr< FittedStar >... args)
std::shared_ptr< FittedStar > erase(std::shared_ptr< FittedStar >... args)

◆ extractInFrame()

void lsst::jointcal::StarList< FittedStar >::extractInFrame ( StarList< FittedStar > & out,
const Frame & frame ) const
inherited

copy the part of the std::list which is included in the frame at the end of another std::list

Definition at line 86 of file StarList.cc.

59 {
60 for (auto const &star : *this) {
61 if (frame.inFrame(*star)) {
63 }
64 }
65}

◆ fluxSort()

void lsst::jointcal::StarList< FittedStar >::fluxSort ( )
inherited

a model routine to sort the std::list

see decreasingFlux() to see what it is, if you want another sorting criterion)

Definition at line 80 of file StarList.cc.

42 {
44 this->sort([](const E &e1, const E &e2) { return (e1->getFlux() > e2->getFlux()); });
45}
std::shared_ptr< FittedStar > sort(std::shared_ptr< FittedStar >... args)

◆ print()

void lsst::jointcal::StarList< FittedStar >::print ( std::ostream & out) const
inlineinherited

invokes print(stream) for all Stars in the std::list.

Definition at line 72 of file StarList.h.

72 {
73 for (auto &p : *this) p->print(out);
74 }
void print(std::ostream &out) const
invokes print(stream) for all Stars in the std::list.
Definition StarList.h:72

Member Data Documentation

◆ elements

STL member.

◆ inTangentPlaneCoordinates

bool lsst::jointcal::FittedStarList::inTangentPlaneCoordinates

Definition at line 118 of file FittedStar.h.


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