lsst.meas.algorithms g0e4bf8285c+435bfdd147
|
Class used by SpatialCell for spatial PSF fittig. More...
#include <memory>
#include <vector>
#include "lsst/geom/Point.h"
#include "lsst/afw/image/Exposure.h"
#include "lsst/afw/detection/Psf.h"
#include "lsst/afw/detection/FootprintSet.h"
#include "lsst/afw/table/Source.h"
#include "lsst/afw/math/SpatialCell.h"
Go to the source code of this file.
Classes | |
class | lsst::meas::algorithms::PsfCandidate< PixelT > |
Class stored in SpatialCells for spatial Psf fitting. More... | |
Namespaces | |
namespace | lsst |
namespace | lsst::meas |
namespace | lsst::meas::algorithms |
Functions | |
template<typename PixelT > | |
std::shared_ptr< PsfCandidate< PixelT > > | lsst::meas::algorithms::makePsfCandidate (std::shared_ptr< afw::table::SourceRecord > const &source, std::shared_ptr< afw::image::Exposure< PixelT > > image) |
Return a PsfCandidate of the right sort. | |
Class used by SpatialCell for spatial PSF fittig.
Definition in file PsfCandidate.h.