LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
#include <iostream>
#include "lsst/afw/table/misc.h"
#include "lsst/jointcal/BaseStar.h"
#include "lsst/jointcal/FittedStar.h"
#include "lsst/jointcal/StarList.h"
Go to the source code of this file.
Classes | |
class | lsst::jointcal::MeasuredStar |
objects measured on actual images. More... | |
class | lsst::jointcal::MeasuredStarList |
A list of MeasuredStar. They are usually filled in Associations::createCcdImage. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::jointcal | |
Typedefs | |
typedef MeasuredStarList::const_iterator | lsst::jointcal::MeasuredStarCIterator |
typedef MeasuredStarList::iterator | lsst::jointcal::MeasuredStarIterator |
Functions | |
BaseStarList & | lsst::jointcal::Measured2Base (MeasuredStarList &This) |
BaseStarList * | lsst::jointcal::Measured2Base (MeasuredStarList *This) |
const BaseStarList & | lsst::jointcal::Measured2Base (const MeasuredStarList &This) |
const BaseStarList * | lsst::jointcal::Measured2Base (const MeasuredStarList *This) |