lsst.jointcal
22.0.1-10-g781e53d+614c92e8c1
|
#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 | |
lsst | |
Class for a simple mapping implementing a generic AstrometryTransform. | |
lsst::jointcal | |
Typedefs | |
typedef FittedStarList::const_iterator | lsst::jointcal::FittedStarCIterator |
typedef FittedStarList::iterator | lsst::jointcal::FittedStarIterator |
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) |