28 #ifndef SCIMATH_GAUSSIAN1DPARAM_H
29 #define SCIMATH_GAUSSIAN1DPARAM_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)
T center() const
Get or set the center ordinate of the Gaussian.
virtual const String & name() const
Give name of function.
T width() const
Get or set the FWHM of the Gaussian.
T height() const
Get or set the peak height of the Gaussian.
void setFlux(const T &flux)
void setHeight(const T &height)
virtual ~Gaussian1DParam()
Destructor.
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)
T flux() const
Get or set the analytical integrated area underneath the Gaussian.
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.
Parameter handling for one dimensional Gaussian class.