lsst.ip.diffim
22.0.1-23-gafe8ad1a+23f8ff8875
|
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 |
Public Member Functions | |
AssessSpatialKernelVisitor (std::shared_ptr< lsst::afw::math::LinearCombinationKernel > spatialKernel, lsst::afw::math::Kernel::SpatialFunctionPtr spatialBackground, lsst::daf::base::PropertySet const &ps) | |
virtual | ~AssessSpatialKernelVisitor () |
void | reset () |
int | getNGood () |
int | getNRejected () |
int | getNProcessed () |
void | processCandidate (lsst::afw::math::SpatialCellCandidate *candidate) |
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.