lsst.ip.diffim g8b71addb3a+7bd357a7c7
|
Asseses the quality of a candidate given a spatial kernel and background model. More...
#include <AssessSpatialKernelVisitor.h>
Public Types | |
typedef std::shared_ptr< AssessSpatialKernelVisitor< PixelT > > | Ptr |
Asseses the quality of a candidate given a spatial kernel and background model.
Definition at line 26 of file AssessSpatialKernelVisitor.h.
typedef std::shared_ptr<AssessSpatialKernelVisitor<PixelT> > lsst::ip::diffim::detail::AssessSpatialKernelVisitor< PixelT >::Ptr |
Definition at line 29 of file AssessSpatialKernelVisitor.h.
lsst::ip::diffim::detail::AssessSpatialKernelVisitor< PixelT >::AssessSpatialKernelVisitor | ( | std::shared_ptr< lsst::afw::math::LinearCombinationKernel > | spatialKernel, |
lsst::afw::math::Kernel::SpatialFunctionPtr | spatialBackground, | ||
lsst::daf::base::PropertySet const & | ps | ||
) |
spatialKernel | Spatially varying kernel |
spatialBackground | Spatially varying background |
ps | PropertySet config |
Definition at line 54 of file AssessSpatialKernelVisitor.cc.
|
inlinevirtual |
Definition at line 36 of file AssessSpatialKernelVisitor.h.
|
inline |
Definition at line 40 of file AssessSpatialKernelVisitor.h.
|
inline |
Definition at line 42 of file AssessSpatialKernelVisitor.h.
|
inline |
Definition at line 41 of file AssessSpatialKernelVisitor.h.
|
virtual |
Reimplemented from lsst::afw::math::CandidateVisitor.
Definition at line 72 of file AssessSpatialKernelVisitor.cc.
|
inlinevirtual |
Reimplemented from lsst::afw::math::CandidateVisitor.
Definition at line 38 of file AssessSpatialKernelVisitor.h.