casacore
|
#include <Lorentzian1DParam.h>
Public Types | |
enum | { HEIGHT , CENTER , WIDTH } |
Public Types inherited from casacore::Function1D< T, U > | |
typedef const T * | FunctionArg |
Public Types inherited from casacore::Function< T, T > | |
typedef FunctionTraits< T >::ArgType | ArgType |
typedef const ArgType * | FunctionArg |
Public Member Functions | |
Lorentzian1DParam () | |
Constructs the one dimensional Lorentzians. More... | |
Lorentzian1DParam (const T &height) | |
Lorentzian1DParam (const T &height, const T ¢er) | |
Lorentzian1DParam (const T &height, const T ¢er, const T &width) | |
Lorentzian1DParam (const Lorentzian1DParam< T > &other) | |
Copy constructor (deep copy) More... | |
template<class W > | |
Lorentzian1DParam (const Lorentzian1DParam< W > &other) | |
Lorentzian1DParam< T > & | operator= (const Lorentzian1DParam< T > &other) |
Copy assignment (deep copy) More... | |
virtual | ~Lorentzian1DParam () |
Destructor. More... | |
virtual const String & | name () const |
Give name of function. More... | |
T | height () const |
Get or set the peak height of the Lorentzian. More... | |
void | setHeight (const T &height) |
T | flux () const |
Get or set the analytical integrated area underneath the Lorentzian. More... | |
void | setFlux (const T &flux) |
T | center () const |
Get or set the center ordinate of the Lorentzian. More... | |
void | setCenter (const T &cnter) |
T | width () const |
Get or set the FWHM of the Lorentzian. More... | |
void | setWidth (const T &width) |
Public Member Functions inherited from casacore::Function1D< T, U > | |
Function1D () | |
Constructors. More... | |
Function1D (const uInt n) | |
Function1D (const Vector< T > &in) | |
Function1D (const FunctionParam< T > &other) | |
template<class W , class X > | |
Function1D (const Function1D< W, X > &other) | |
virtual | ~Function1D () |
Destructor. More... | |
virtual uInt | ndim () const |
Returns the number of dimensions of function. More... | |
Public Member Functions inherited from casacore::Function< T, T > | |
Function () | |
Constructors. More... | |
Function (const uInt n) | |
Function (const Vector< T > &in) | |
Function (const FunctionParam< T > &other) | |
Function (const Function< W, X > &other) | |
virtual | ~Function () |
Destructor. More... | |
uInt | nparameters () const |
Returns the number of parameters. More... | |
virtual T | eval (FunctionArg x) const=0 |
Evaluate the function object. More... | |
T & | operator[] (const uInt n) |
Manipulate the nth parameter (0-based) with no index check. More... | |
const T & | operator[] (const uInt n) const |
virtual T | operator() () const |
Evaluate this function object at x or at x, y . More... | |
virtual T | operator() (const ArgType &x) const |
virtual T | operator() (const Vector< ArgType > &x) const |
virtual T | operator() (FunctionArg x) const |
virtual T | operator() (const ArgType &x, const ArgType &y) const |
virtual T | operator() (const ArgType &x, const ArgType &y, const ArgType &z) const |
Bool & | mask (const uInt n) |
Manipulate the mask associated with the nth parameter (e.g. More... | |
const Bool & | mask (const uInt n) const |
const FunctionParam< T > & | parameters () const |
Return the parameter interface. More... | |
FunctionParam< T > & | parameters () |
const Vector< ArgType > & | argp () const |
Get arg_p and parset_p . More... | |
Bool | parsetp () const |
void | lockParam () |
Compiler cannot always find the correct 'const' version of parameter access. More... | |
void | unlockParam () |
virtual void | setMode (const RecordInterface &mode) |
get/set the function mode. More... | |
virtual void | getMode (RecordInterface &mode) const |
virtual Bool | hasMode () const |
return True if the implementing function supports a mode. More... | |
ostream & | print (ostream &os) const |
Print the function (i.e. More... | |
virtual Function< T, T > * | clone () const=0 |
Return a copy of this object from the heap. More... | |
virtual Function< typename FunctionTraits< T >::DiffType > * | cloneAD () const |
virtual Function< typename FunctionTraits< T >::BaseType > * | cloneNonAD () const |
Public Member Functions inherited from casacore::Functional< FunctionTraits< T >::ArgType, T > | |
virtual | ~Functional () |
Destructor. More... | |
virtual T | operator() (const FunctionTraits< T >::ArgType &x) const=0 |
Map a Domain x into a Range y value. More... | |
Public Member Functions inherited from casacore::Functional< Vector< FunctionTraits< T >::ArgType >, T > | |
virtual | ~Functional () |
Destructor. More... | |
virtual T | operator() (const Vector< FunctionTraits< T >::ArgType > &x) const=0 |
Map a Domain x into a Range y value. More... | |
Protected Attributes | |
T | fwhm2int |
Constant to scale halfwidth at 1/e to FWHM. More... | |
Protected Attributes inherited from casacore::Function< T, T > | |
FunctionParam< T > | param_p |
The parameters and masks. More... | |
Vector< ArgType > | arg_p |
Aid for non-contiguous argument storage. More... | |
Bool | parset_p |
Indicate parameter written. More... | |
Bool | locked_p |
Indicate that parameters are expected to be locked from changing. More... | |
Parameter handling for one dimensional Lorentzian class.
Internal
A 1-dimensional Lorentzian's parameters.
A Lorentzian1D
is described by a height, center, and width. The parameters (height, center and width) may be changed at run time.
The width of the Lorentzian (for the constructors or the setWidth
function) is always specified in terms of the full width at half maximum (FWHM). It is always positive and attempts to set a non-positive width will throw an assertion when in debug mode.
The peak height of the Lorentzian can be specified at construction time or by using the setHeight
function. Alternatively the setFlux
function can be used to implicitly set the peak height by specifying the integrated area under the Lorentzian. The height (or flux) can be positive, negative or zero, as this class makes no assumptions on what quantity the height represents.
Tip: Changing the width of the Lorentzian will not affect its peak height but will change its flux; So you should always set the width before setting the flux;
The parameter interface (see FunctionParam class), is used to provide an interface to the Fitting classes.
There are 3 parameters that are used to describe the Lorentzian:
height()
member function. center()
member function. An enumeration for the HEIGHT
, WIDTH
and CENTER
parameter index is provided, enabling the setting and reading of parameters with the []
operator. The mask()
methods can be used to check and set the parameter masks.
This class is in general used implicitly by the Lorentzian1D
class only.
Definition at line 128 of file Lorentzian1DParam.h.
anonymous enum |
Enumerator | |
---|---|
HEIGHT | |
CENTER | |
WIDTH |
Definition at line 131 of file Lorentzian1DParam.h.
casacore::Lorentzian1DParam< T >::Lorentzian1DParam | ( | ) |
Constructs the one dimensional Lorentzians.
Defaults: height=1, center=0, width(FWHM)=1.
Warning: Could not use default arguments that worked both with gcc and IRIX and all templates
|
explicit |
casacore::Lorentzian1DParam< T >::Lorentzian1DParam | ( | const T & | height, |
const T & | center | ||
) |
casacore::Lorentzian1DParam< T >::Lorentzian1DParam | ( | const T & | height, |
const T & | center, | ||
const T & | width | ||
) |
casacore::Lorentzian1DParam< T >::Lorentzian1DParam | ( | const Lorentzian1DParam< T > & | other | ) |
Copy constructor (deep copy)
|
inline |
Definition at line 149 of file Lorentzian1DParam.h.
|
virtual |
Destructor.
|
inline |
Get or set the center ordinate of the Lorentzian.
Definition at line 181 of file Lorentzian1DParam.h.
References casacore::Lorentzian1DParam< T >::CENTER, and casacore::Function< T, T >::param_p.
T casacore::Lorentzian1DParam< T >::flux | ( | ) | const |
Get or set the analytical integrated area underneath the Lorentzian.
Use these functions as an alternative to the height functions.
|
inline |
Get or set the peak height of the Lorentzian.
Definition at line 168 of file Lorentzian1DParam.h.
References casacore::Lorentzian1DParam< T >::HEIGHT, and casacore::Function< T, T >::param_p.
Referenced by casacore::Lorentzian1DParam< T >::setHeight().
|
inlinevirtual |
Give name of function.
Reimplemented from casacore::Function< T, T >.
Definition at line 163 of file Lorentzian1DParam.h.
Lorentzian1DParam<T>& casacore::Lorentzian1DParam< T >::operator= | ( | const Lorentzian1DParam< T > & | other | ) |
Copy assignment (deep copy)
Referenced by casacore::Lorentzian1D< T >::operator=().
|
inline |
Definition at line 182 of file Lorentzian1DParam.h.
References casacore::Lorentzian1DParam< T >::CENTER, and casacore::Function< T, T >::param_p.
void casacore::Lorentzian1DParam< T >::setFlux | ( | const T & | flux | ) |
|
inline |
Definition at line 169 of file Lorentzian1DParam.h.
References casacore::Lorentzian1DParam< T >::HEIGHT, casacore::Lorentzian1DParam< T >::height(), and casacore::Function< T, T >::param_p.
|
inline |
Definition at line 188 of file Lorentzian1DParam.h.
References casacore::Function< T, T >::param_p, casacore::Lorentzian1DParam< T >::WIDTH, and casacore::Lorentzian1DParam< T >::width().
|
inline |
Get or set the FWHM of the Lorentzian.
Definition at line 187 of file Lorentzian1DParam.h.
References casacore::Function< T, T >::param_p, and casacore::Lorentzian1DParam< T >::WIDTH.
Referenced by casacore::Lorentzian1DParam< T >::setWidth().
|
protected |
Constant to scale halfwidth at 1/e to FWHM.
Definition at line 193 of file Lorentzian1DParam.h.