lsst.jointcal g29ae962dfc+b3ec54be14
Loading...
Searching...
No Matches
FittedStar.h File Reference
#include <iostream>
#include <fstream>
#include "Eigen/Core"
#include "lsst/jointcal/ProperMotion.h"
#include "lsst/jointcal/BaseStar.h"
#include "lsst/jointcal/StarList.h"

Go to the source code of this file.

Classes

class  lsst::jointcal::FittedStar
 FittedStars are objects whose position or flux is going to be fitted, and which come from the association of multiple MeasuredStars. More...
class  lsst::jointcal::FittedStarList
 A list of FittedStar s. Such a list is typically constructed by Associations. More...

Namespaces

namespace  lsst
namespace  lsst::jointcal

Typedefs

using lsst::jointcal::FittedStarCIterator = FittedStarList::const_iterator
using lsst::jointcal::FittedStarIterator = FittedStarList::iterator

Functions

BaseStarListlsst::jointcal::Fitted2Base (FittedStarList &This)
BaseStarListlsst::jointcal::Fitted2Base (FittedStarList *This)
const BaseStarListlsst::jointcal::Fitted2Base (const FittedStarList &This)
const BaseStarListlsst::jointcal::Fitted2Base (const FittedStarList *This)