Template Function lsst::ip::diffim::makeKernelCandidate(std::shared_ptr<afw::table::SourceRecord> const&, std::shared_ptr<afw::image::MaskedImage<PixelT>> const&, std::shared_ptr<afw::image::MaskedImage<PixelT>> const&, daf::base::PropertySet const&)¶
Function Documentation¶
-
template<typename
PixelT
>
std::shared_ptr<KernelCandidate<PixelT>>lsst::ip::diffim
::
makeKernelCandidate
(std::shared_ptr<afw::table::SourceRecord> const &source, std::shared_ptr<afw::image::MaskedImage<PixelT>> const &templateMaskedImage, std::shared_ptr<afw::image::MaskedImage<PixelT>> const &scienceMaskedImage, daf::base::PropertySet const &ps) Return a KernelCandidate pointer of the right sort.
- Parameters
source
: afw::table::SourceRecord used to construct the KernelCandidatetemplateMaskedImage
: Template subimagescienceMaskedImage
: Science image subimageps
: PropertySet for creation of rating