|
lsst.jointcal g26f71f4252+3e455882a9
|
#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 | |
| BaseStarList & | lsst::jointcal::Fitted2Base (FittedStarList &This) |
| BaseStarList * | lsst::jointcal::Fitted2Base (FittedStarList *This) |
| const BaseStarList & | lsst::jointcal::Fitted2Base (const FittedStarList &This) |
| const BaseStarList * | lsst::jointcal::Fitted2Base (const FittedStarList *This) |