LSSTApplications  20.0.0
LSSTDataManagementBasePackage
KernelFunctions.h
Go to the documentation of this file.
1 // -*- LSST-C++ -*-
2 
3 /*
4  * LSST Data Management System
5  * Copyright 2008, 2009, 2010 LSST Corporation.
6  *
7  * This product includes software developed by the
8  * LSST Project (http://www.lsst.org/).
9  *
10  * This program is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation, either version 3 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the LSST License Statement and
21  * the GNU General Public License along with this program. If not,
22  * see <http://www.lsstcorp.org/LegalNotices/>.
23  */
24 
25 #ifndef LSST_AFW_MATH_KERNELFUNCTIONS_H
26 #define LSST_AFW_MATH_KERNELFUNCTIONS_H
27 /*
28  * Utility functions for kernels
29  */
30 
31 #include "lsst/afw/math/Kernel.h"
32 
34 
35 namespace lsst {
36 namespace afw {
37 namespace math {
38 
50 void printKernel(lsst::afw::math::Kernel const &kernel, bool doNormalize, double x = 0, double y = 0,
51  std::string pixelFmt = "%7.3f");
52 } // namespace math
53 } // namespace afw
54 } // namespace lsst
55 
56 #endif // !defined(LSST_AFW_MATH_KERNELFUNCTIONS_H)
y
int y
Definition: SpanSet.cc:49
std::string
STL class.
lsst::afw
Definition: imageAlgorithm.dox:1
lsst::afw::math::printKernel
void 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.
Definition: KernelFunctions.cc:38
x
double x
Definition: ChebyshevBoundedField.cc:277
lsst
A base class for image defects.
Definition: imageAlgorithm.dox:1
Kernel.h
lsst::afw::math::Kernel
Kernels are used for convolution with MaskedImages and (eventually) Images.
Definition: Kernel.h:111
ConvolveImage.h