LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <iostream>
#include <fstream>
#include "Eigen/Core"
#include "lsst/jointcal/BaseStar.h"
#include "lsst/jointcal/StarList.h"
Go to the source code of this file.
Classes | |
struct | lsst::jointcal::PmBlock |
objects whose position is going to be fitted. Coordinates in Common Tangent Plane. More... | |
class | lsst::jointcal::FittedStar |
The objects which have been measured several times. More... | |
class | lsst::jointcal::FittedStarList |
A list of FittedStar s. Such a list is typically constructed by Associations. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
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) |