LSST Applications 27.0.0,g0265f82a02+469cd937ee,g02d81e74bb+21ad69e7e1,g1470d8bcf6+cbe83ee85a,g2079a07aa2+e67c6346a6,g212a7c68fe+04a9158687,g2305ad1205+94392ce272,g295015adf3+81dd352a9d,g2bbee38e9b+469cd937ee,g337abbeb29+469cd937ee,g3939d97d7f+72a9f7b576,g487adcacf7+71499e7cba,g50ff169b8f+5929b3527e,g52b1c1532d+a6fc98d2e7,g591dd9f2cf+df404f777f,g5a732f18d5+be83d3ecdb,g64a986408d+21ad69e7e1,g858d7b2824+21ad69e7e1,g8a8a8dda67+a6fc98d2e7,g99cad8db69+f62e5b0af5,g9ddcbc5298+d4bad12328,ga1e77700b3+9c366c4306,ga8c6da7877+71e4819109,gb0e22166c9+25ba2f69a1,gb6a65358fc+469cd937ee,gbb8dafda3b+69d3c0e320,gc07e1c2157+a98bf949bb,gc120e1dc64+615ec43309,gc28159a63d+469cd937ee,gcf0d15dbbd+72a9f7b576,gdaeeff99f8+a38ce5ea23,ge6526c86ff+3a7c1ac5f1,ge79ae78c31+469cd937ee,gee10cc3b42+a6fc98d2e7,gf1cff7945b+21ad69e7e1,gfbcc870c63+9a11dc8c8f
LSST Data Management Base Package
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
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< T >

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.
 
pop_front (T... args)
 
push_back (T... args)
 
splice (T... args)
 
crbegin (T... args)
 
erase (T... args)
 
emplace_front (T... args)
 
insert (T... args)
 
reverse (T... args)
 
back (T... args)
 
end (T... args)
 
remove (T... args)
 
emplace_back (T... args)
 
pop_back (T... args)
 
cbegin (T... args)
 
front (T... args)
 
unique (T... args)
 
size (T... args)
 
resize (T... args)
 
push_front (T... args)
 
rbegin (T... args)
 
crend (T... args)
 
assign (T... args)
 
sort (T... args)
 
merge (T... args)
 
empty (T... args)
 
remove_if (T... args)
 
cend (T... args)
 
swap (T... args)
 
max_size (T... args)
 
rend (T... args)
 
get_allocator (T... args)
 
clear (T... args)
 
emplace (T... args)
 
begin (T... args)
 

Public Attributes

bool inTangentPlaneCoordinates
 
elements
 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.

◆ clearList()

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

Clears the std::list.

Definition at line 92 of file StarList.h.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

Member Data Documentation

◆ elements

T std::list< T >::elements
inherited

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: