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 kerneldoNormalize
: if true, normalize kernelx
: x at which to evaluate kernely
: y at which to evaluate kernelpixelFmt
: format for pixel values