28 #ifndef SCIMATH_VECTORKERNEL_H
29 #define SCIMATH_VECTORKERNEL_H
static String fromKernelType(KernelTypes kernelType)
Hanning smoothing kernel.
Box-car smoothing kernel.
static Vector< Int > toKernelTypes(const String &kernels, const std::regex &delimiter)
Helper function to convert a string containing a list of desired smoothed kernel types to the corr...
Make a Vector smoothing kernel from a kernel specification.
bool Bool
Define the standard types used by Casacore.
static VectorKernel::KernelTypes toKernelType(const String &kernel)
static Vector< Double > make(KernelTypes kernelType, Double width, uInt shape, Bool useShapeExactly, Bool peakIsUnity=False)
Create kernel vector for width in pixels.
TableExprNode shape(const TableExprNode &array)
Function operating on any scalar or array resulting in a Double array containing the shape...
Gaussian smoothing kernel.
TableExprNode regex(const TableExprNode &node)
Functions for regular expression matching and pattern matching.
String: the storage and methods of handling collections of characters.