Function lsst::afw::math::printKernel

Function Documentation

void lsst::afw::math::printKernel(lsst::afw::math::Kernel const &kernel, bool doNormalize, double x = 0, double y = 0, std::string pixelFmt = "%7.3f")

Print the pixel values of a Kernel to std::cout

Rows increase upward and columns to the right; thus the lower left pixel is (0,0).

Parameters
  • kernel: the kernel

  • doNormalize: if true, normalize kernel

  • x: x at which to evaluate kernel

  • y: y at which to evaluate kernel

  • pixelFmt: format for pixel values