28 #ifndef SCIMATH_GAUSSIAN1DPARAM_H 29 #define SCIMATH_GAUSSIAN1DPARAM_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/casa/BasicSL/String.h> 34 #include <casacore/scimath/Functionals/Function1D.h> 205 #ifndef CASACORE_NO_AUTO_TEMPLATES 206 #include <casacore/scimath/Functionals/Gaussian1DParam.tcc> 207 #endif //# CASACORE_NO_AUTO_TEMPLATES FunctionParam< T > param_p
The parameters and masks.
LatticeExprNode log(const LatticeExprNode &expr)
virtual const String & name() const
Give name of function.
T height() const
Get or set the peak height of the Gaussian.
T center() const
Get or set the center ordinate of the Gaussian.
T flux() const
Get or set the analytical integrated area underneath the Gaussian.
void setFlux(const T &flux)
void setHeight(const T &height)
virtual ~Gaussian1DParam()
Destructor.
T width() const
Get or set the FWHM of the Gaussian.
T fwhm2int
Constant to scale halfwidth at 1/e to FWHM.
LatticeExprNode sqrt(const LatticeExprNode &expr)
Gaussian1DParam(const Gaussian1DParam< W > &other)
Numerical functional interface class for 1 dimension.
void setCenter(const T &cnter)
Gaussian1DParam< T > & operator=(const Gaussian1DParam< T > &other)
Copy assignment (deep copy)
String: the storage and methods of handling collections of characters.
void setWidth(const T &width)
Gaussian1DParam()
Constructs the one dimensional Gaussians.
this file contains all the compiler specific defines
Parameter handling for one dimensional Gaussian class.