26#ifndef SCIMATH_LORENTZIAN1DPARAM_H
27#define SCIMATH_LORENTZIAN1DPARAM_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 "Lorentzian1DParam.tcc"
FunctionParam< T > param_p
The parameters and masks.
uInt nparameters() const
Returns the number of parameters.
T center() const
Get or set the center ordinate of the Lorentzian.
void setWidth(const T &width)
T width() const
Get or set the FWHM of the Lorentzian.
void setCenter(const T &cnter)
Lorentzian1DParam(const T &height, const T ¢er, const T &width)
Lorentzian1DParam(const Lorentzian1DParam< W > &other)
void setHeight(const T &height)
Lorentzian1DParam()
Constructs the one dimensional Lorentzians.
Lorentzian1DParam< T > & operator=(const Lorentzian1DParam< T > &other)
Copy assignment (deep copy)
Lorentzian1DParam(const T &height)
Lorentzian1DParam(const Lorentzian1DParam< T > &other)
Copy constructor (deep copy)
T flux() const
Get or set the analytical integrated area underneath the Lorentzian.
virtual const String & name() const
Give name of function.
T fwhm2int
Constant to scale halfwidth at 1/e to FWHM.
void setFlux(const T &flux)
Lorentzian1DParam(const T &height, const T ¢er)
T height() const
Get or set the peak height of the Lorentzian.
virtual ~Lorentzian1DParam()
Destructor.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines