casacore
|
#include <Gaussian2DParam.h>
Public Types | |
enum | { HEIGHT , XCENTER , YCENTER , YWIDTH , RATIO , PANGLE } |
Public Types inherited from casacore::Function< T, U > | |
typedef FunctionTraits< T >::ArgType | ArgType |
typedef const ArgType * | FunctionArg |
Public Member Functions | |
Gaussian2DParam () | |
Constructs the two dimensional Gaussians. More... | |
Gaussian2DParam (const T &height, const Vector< T > ¢er, const Vector< T > &width, const T &pa) | |
Gaussian2DParam (const T &height, const T &xCenter, const T &yCenter, const T &majorAxis, const T &axialRatio, const T &pa) | |
Gaussian2DParam (const Gaussian2DParam< T > &other) | |
Copy constructor (deep copy) More... | |
template<class W > | |
Gaussian2DParam (const Gaussian2DParam< W > &other) | |
Gaussian2DParam< T > & | operator= (const Gaussian2DParam< T > &other) |
Copy assignment (deep copy) More... | |
virtual | ~Gaussian2DParam () |
Destructor. More... | |
virtual uInt | ndim () const |
Variable dimensionality. More... | |
virtual const String & | name () const |
Give name of function. More... | |
T | height () const |
Get or set the peak height of the Gaussian. More... | |
void | setHeight (const T &height) |
T | flux () const |
Get or set the analytical integrated area underneath the Gaussian. More... | |
void | setFlux (const T &flux) |
Vector< T > | center () const |
Get or set the center ordinate of the Gaussian. More... | |
void | setCenter (const Vector< T > ¢er) |
T | xCenter () const |
void | setXcenter (const T &cnter) |
T | yCenter () const |
void | setYcenter (const T &cnter) |
Vector< T > | width () const |
Set or get the FWHM of the Gaussian. More... | |
void | setWidth (const Vector< T > &width) |
T | majorAxis () const |
void | setMajorAxis (const T &width) |
T | minorAxis () const |
void | setMinorAxis (const T &width) |
T | axialRatio () const |
void | setAxialRatio (const T &axialRatio) |
T | PA () const |
Set/get the rotation angle (orientation) of the Gaussian. More... | |
void | setPA (const T &pa) |
Public Member Functions inherited from casacore::Function< T, U > | |
Function () | |
Constructors. More... | |
Function (const uInt n) | |
Function (const Vector< T > &in) | |
Function (const FunctionParam< T > &other) | |
template<class W , class X > | |
Function (const Function< W, X > &other) | |
virtual | ~Function () |
Destructor. More... | |
uInt | nparameters () const |
Returns the number of parameters. More... | |
virtual U | 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 U | operator() () const |
Evaluate this function object at x or at x, y . More... | |
virtual U | operator() (const ArgType &x) const |
virtual U | operator() (const Vector< ArgType > &x) const |
virtual U | operator() (FunctionArg x) const |
virtual U | operator() (const ArgType &x, const ArgType &y) const |
virtual U | 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, U > * | 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... | |
T | thePA |
cached vale of the PA More... | |
T | theSpa |
cached values of the cos and sine of thePA More... | |
T | theCpa |
T | theXwidth |
cached vale of the Xwidth = ratio*theYwidth; More... | |
Protected Attributes inherited from casacore::Function< T, U > | |
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 2 dimensional Gaussian class
Internal
A 2-dimensional Gaussian's parameters.
A Gaussian2D
is described by a height, center, and width, and position angle.
The width of the Gaussian (for the constructors or the setWidth
function) is always specified in terms of the full width at half maximum (FWHM). The major axis is parallel with the y axis when the position angle is zero. The major axis will always have a larger width than the minor axis.
It is not possible to set the width of the major axis (using the setMajorAxis
function) smaller than the width of the current minor axis. Similarly it is not possible to set the width of the minor axis (using the setMinorAxis
function) to be larger than the current major axis. Exceptions are thrown if these rules are violated or if either the major or minor axis is set to a non-positive width. To set both axis in one hit use the setWidth
function. All these restrictions can be overcome when the parameters interface is used (see below).
The position angle is the angle between the y axis and the major axis and is measured counter-clockwise, so a position angle of 45 degrees rotates the major axis to the line where y=-x
. The position angle is always specified and returned in radians. When using the setPA
function its value must be between -2pi and + 2pi, and the returned value from the pa
function will always be a value between 0 and pi.
The axial ratio can be used as an alternative to specifying the width of the minor axis. It is the ratio between the minor and major axis widths. The axial ratio is constrained to be between zero and one, and specifying something different (using setAxialRatio) will throw an exception.
The peak height of the Gaussian 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 Gaussian. 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 Gaussian 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 6 parameters that are used to describe the Gaussian:
height
member function. xCenter
member function. yCenter
member function. An enumeration for the HEIGHT
, XCENTER
, YCENTER
, YWIDTH
, RATIO
, PANGLE
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 Gaussian2D
class only.
Tip: Other points to bear in mind when fitting this class to measured data are:
Gaussian2D objects allow us to represent models of the sky in a more conventional way than the generic interface used in the GaussianND class does.
Definition at line 193 of file Gaussian2DParam.h.
anonymous enum |
Enumerator | |
---|---|
HEIGHT | |
XCENTER | |
YCENTER | |
YWIDTH | |
RATIO | |
PANGLE |
Definition at line 197 of file Gaussian2DParam.h.
casacore::Gaussian2DParam< T >::Gaussian2DParam | ( | ) |
Constructs the two dimensional Gaussians.
Defaults: height=1, center=0, width(FWHM)=1, pa=0.
casacore::Gaussian2DParam< T >::Gaussian2DParam | ( | const T & | height, |
const Vector< T > & | center, | ||
const Vector< T > & | width, | ||
const T & | pa | ||
) |
casacore::Gaussian2DParam< T >::Gaussian2DParam | ( | const T & | height, |
const T & | xCenter, | ||
const T & | yCenter, | ||
const T & | majorAxis, | ||
const T & | axialRatio, | ||
const T & | pa | ||
) |
casacore::Gaussian2DParam< T >::Gaussian2DParam | ( | const Gaussian2DParam< T > & | other | ) |
Copy constructor (deep copy)
|
inline |
Definition at line 215 of file Gaussian2DParam.h.
References casacore::Gaussian2DParam< T >::majorAxis(), casacore::Gaussian2DParam< T >::PA(), and casacore::Gaussian2DParam< T >::setPA().
|
virtual |
Destructor.
T casacore::Gaussian2DParam< T >::axialRatio | ( | ) | const |
Vector<T> casacore::Gaussian2DParam< T >::center | ( | ) | const |
Get or set the center ordinate of the Gaussian.
T casacore::Gaussian2DParam< T >::flux | ( | ) | const |
Get or set the analytical integrated area underneath the Gaussian.
Use these functions as an alternative to the height functions.
|
inline |
Get or set the peak height of the Gaussian.
Definition at line 238 of file Gaussian2DParam.h.
References casacore::Gaussian2DParam< T >::HEIGHT, and casacore::Function< T, U >::param_p.
Referenced by casacore::Gaussian2DParam< T >::setHeight().
T casacore::Gaussian2DParam< T >::majorAxis | ( | ) | const |
Referenced by casacore::Gaussian2DParam< T >::Gaussian2DParam().
T casacore::Gaussian2DParam< T >::minorAxis | ( | ) | const |
|
inlinevirtual |
Give name of function.
Reimplemented from casacore::Function< T, U >.
Definition at line 233 of file Gaussian2DParam.h.
|
inlinevirtual |
Variable dimensionality.
Implements casacore::Function< T, U >.
Definition at line 229 of file Gaussian2DParam.h.
Gaussian2DParam<T>& casacore::Gaussian2DParam< T >::operator= | ( | const Gaussian2DParam< T > & | other | ) |
Copy assignment (deep copy)
Referenced by casacore::Gaussian2D< T >::operator=().
T casacore::Gaussian2DParam< T >::PA | ( | ) | const |
Set/get the rotation angle (orientation) of the Gaussian.
PA is given in radians counterclockwise.
Referenced by casacore::Gaussian2DParam< T >::Gaussian2DParam().
void casacore::Gaussian2DParam< T >::setAxialRatio | ( | const T & | axialRatio | ) |
void casacore::Gaussian2DParam< T >::setCenter | ( | const Vector< T > & | center | ) |
void casacore::Gaussian2DParam< T >::setFlux | ( | const T & | flux | ) |
|
inline |
Definition at line 239 of file Gaussian2DParam.h.
References casacore::Gaussian2DParam< T >::HEIGHT, casacore::Gaussian2DParam< T >::height(), and casacore::Function< T, U >::param_p.
void casacore::Gaussian2DParam< T >::setMajorAxis | ( | const T & | width | ) |
void casacore::Gaussian2DParam< T >::setMinorAxis | ( | const T & | width | ) |
void casacore::Gaussian2DParam< T >::setPA | ( | const T & | pa | ) |
Referenced by casacore::Gaussian2DParam< T >::Gaussian2DParam().
void casacore::Gaussian2DParam< T >::setWidth | ( | const Vector< T > & | width | ) |
|
inline |
Definition at line 254 of file Gaussian2DParam.h.
References casacore::Function< T, U >::param_p, and casacore::Gaussian2DParam< T >::XCENTER.
|
inline |
Definition at line 256 of file Gaussian2DParam.h.
References casacore::Function< T, U >::param_p, and casacore::Gaussian2DParam< T >::YCENTER.
Vector<T> casacore::Gaussian2DParam< T >::width | ( | ) | const |
Set or get the FWHM of the Gaussian.
|
inline |
Definition at line 253 of file Gaussian2DParam.h.
References casacore::Function< T, U >::param_p, and casacore::Gaussian2DParam< T >::XCENTER.
|
inline |
Definition at line 255 of file Gaussian2DParam.h.
References casacore::Function< T, U >::param_p, and casacore::Gaussian2DParam< T >::YCENTER.
|
protected |
Constant to scale halfwidth at 1/e to FWHM.
Definition at line 280 of file Gaussian2DParam.h.
|
mutableprotected |
Definition at line 286 of file Gaussian2DParam.h.
|
mutableprotected |
cached vale of the PA
Definition at line 282 of file Gaussian2DParam.h.
|
mutableprotected |
cached values of the cos and sine of thePA
Definition at line 285 of file Gaussian2DParam.h.
|
mutableprotected |
cached vale of the Xwidth = ratio*theYwidth;
Definition at line 289 of file Gaussian2DParam.h.