26#ifndef SCIMATH_GAUSSIAN1DPARAM_H
27#define SCIMATH_GAUSSIAN1DPARAM_H
30#include <casacore/casa/aips.h>
31#include <casacore/casa/BasicSL/String.h>
32#include <casacore/scimath/Functionals/Function1D.h>
203#ifndef CASACORE_NO_AUTO_TEMPLATES
204#include <casacore/scimath/Functionals/Gaussian1DParam.tcc>
FunctionParam< T > param_p
The parameters and masks.
uInt nparameters() const
Returns the number of parameters.
Gaussian1DParam(const Gaussian1DParam< W > &other)
T center() const
Get or set the center ordinate of the Gaussian.
Gaussian1DParam(const T &height, const T ¢er, const T &width)
virtual const String & name() const
Give name of function.
void setCenter(const T &cnter)
void setHeight(const T &height)
Gaussian1DParam< T > & operator=(const Gaussian1DParam< T > &other)
Copy assignment (deep copy)
virtual ~Gaussian1DParam()
Destructor.
Gaussian1DParam()
Constructs the one dimensional Gaussians.
void setFlux(const T &flux)
Gaussian1DParam(const T &height, const T ¢er)
Gaussian1DParam(const T &height)
T flux() const
Get or set the analytical integrated area underneath the Gaussian.
void setWidth(const T &width)
T fwhm2int
Constant to scale halfwidth at 1/e to FWHM.
T width() const
Get or set the FWHM of the Gaussian.
Gaussian1DParam(const Gaussian1DParam< T > &other)
Copy constructor (deep copy)
T height() const
Get or set the peak height of the Gaussian.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
LatticeExprNode sqrt(const LatticeExprNode &expr)
LatticeExprNode log(const LatticeExprNode &expr)