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 candidate

  • yCenter: Y-center of candidate

  • templateMaskedImage: Template subimage

  • scienceMaskedImage: Science image subimage

  • ps: PropertySet for creation of rating