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