Template Function lsst::ip::diffim::makeKernelCandidate(float const, float 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(float const xCenter, float const yCenter, 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
xCenter: X-center of candidateyCenter: Y-center of candidatetemplateMaskedImage: Template subimagescienceMaskedImage: Science image subimageps: PropertySet for creation of rating