LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Class used by SpatialCell for spatial PSF fittig. More...
#include <vector>
#include "boost/make_shared.hpp"
#include "lsst/pex/policy.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 | |
lsst | |
< multiple inclusion guard macro | |
lsst::meas | |
lsst::meas::algorithms | |
Functions | |
template<typename PixelT > | |
boost::shared_ptr < PsfCandidate< PixelT > > | lsst::meas::algorithms::makePsfCandidate (boost::shared_ptr< afw::table::SourceRecord > const &source, boost::shared_ptr< afw::image::Exposure< PixelT > > image) |
Class used by SpatialCell for spatial PSF fittig.
Definition in file PsfCandidate.h.