lsst.jointcal g5f624e140e+e0d581660f
|
#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 |
Sources measured on images. More... | |
class | lsst::jointcal::MeasuredStarList |
A list of MeasuredStar. They are usually filled in Associations::createCcdImage. More... | |
Namespaces | |
namespace | lsst |
namespace | lsst::jointcal |
Typedefs | |
using | lsst::jointcal::MeasuredStarCIterator = MeasuredStarList::const_iterator |
using | lsst::jointcal::MeasuredStarIterator = MeasuredStarList::iterator |
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) |