Go to the documentation of this file.
29 #ifndef SCIMATH_SMOOTH_H
30 #define SCIMATH_SMOOTH_H
34 #include <casacore/casa/aips.h>
35 #include <casacore/casa/Arrays/Vector.h>
106 #ifndef CASACORE_NO_AUTO_TEMPLATES
107 #include <casacore/scimath/Mathematics/Smooth.tcc>
108 #endif //# CASACORE_NO_AUTO_TEMPLATES
static void hanning(Vector< T > &out, Vector< Bool > &outmask, Vector< T > &in, Vector< Bool > &mask, Bool TrueIsGood, Bool relaxed=True)
Hanning smoothing.
static void hanning(Array< T > &out, Array< Bool > &outmask, Array< T > &in, Array< Bool > &mask, Bool TrueIsGood, Bool relaxed=True)
as above but calling hanningSmooth for each row of the 2D array
this file contains all the compiler specific defines
Smooth a Vector or the rows of a 2D Array taking into account flags which are supplied in a Vector/Ar...
LatticeExprNode mask(const LatticeExprNode &expr)
This function returns the mask of the given expression.
template <class T, class U> class vector;
bool Bool
Define the standard types used by Casacore.
A 1-D Specialization of the Array class.