LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
PsfCandidate.h File Reference

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

 lsst
 A base class for image defects.
 
 lsst::meas
 
 lsst::meas::algorithms
 Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations.
 

Functions

template<typename PixelT >
std::shared_ptr< PsfCandidate< PixelT > > lsst::meas::algorithms::makePsfCandidate (boost::shared_ptr< afw::table::SourceRecord > const &source, boost::shared_ptr< afw::image::Exposure< PixelT > > image)
 Return a PsfCandidate of the right sort. More...
 

Detailed Description

Class used by SpatialCell for spatial PSF fittig.

Definition in file PsfCandidate.h.