Go to the documentation of this file.
28 #ifndef SCIMATH_GAUSSIAN2D_H
29 #define SCIMATH_GAUSSIAN2D_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/scimath/Functionals/Gaussian2DParam.h>
34 #include <casacore/scimath/Functionals/Function.h>
35 #include <casacore/scimath/Mathematics/AutoDiff.h>
36 #include <casacore/scimath/Mathematics/AutoDiffMath.h>
41 template<
class T>
class Vector;
249 #define Gaussian2D_PS Gaussian2D
289 Gaussian2D_PS<AutoDiff<T> > &
313 *cloneNonAD()
const {
340 #ifndef CASACORE_NO_AUTO_TEMPLATES
341 #include <casacore/scimath/Functionals/Gaussian2D.tcc>
342 #include <casacore/scimath/Functionals/Gaussian2D2.tcc>
343 #endif //# CASACORE_NO_AUTO_TEMPLATES
Gaussian2D_PS< AutoDiff< T > > & operator=(const Gaussian2D_PS< AutoDiff< T > > &other)
Copy assignment (deep copy)
Class that computes partial derivatives by automatic differentiation.
Gaussian2D(const Gaussian2D< T > &other)
Copy constructor (deep copy)
Parameter handling for 2 dimensional Gaussian class.
T height() const
Get or set the peak height of the Gaussian.
virtual Function< typename FunctionTraits< T >::BaseType > * cloneNonAD() const
PtrHolder< T > & operator=(const PtrHolder< T > &other)
A two dimensional Gaussian class.
Gaussian2D_PS(const AutoDiff< T > &height, const AutoDiff< T > &xCenter, const AutoDiff< T > &yCenter, const AutoDiff< T > &majorAxis, const AutoDiff< T > &axialRatio, const AutoDiff< T > &pa)
virtual Function< AutoDiff< T > > * clone() const
Return a copy of this object from the heap.
virtual Function< T > * clone() const
Return a copy of this object from the heap.
Gaussian2D(const T &height, const Vector< T > ¢er, const Vector< T > &width, const T &pa)
Gaussian2D()
Constructs the two dimensional Gaussians.
Gaussian2D(const T &height, const T &xCenter, const T &yCenter, const T &majorAxis, const T &axialRatio, const T &pa)
Vector< T > center() const
Get or set the center ordinate of the Gaussian.
virtual Function< typename FunctionTraits< T >::DiffType > * cloneAD() const
Gaussian2D< T > & operator=(const Gaussian2D< T > &other)
Copy assignment (deep copy)
Vector< T > width() const
Set or get the FWHM of the Gaussian.
Gaussian2D(const Gaussian2D< W > &other)
Gaussian2D_PS(const Gaussian2D_PS< W > &other)
this file contains all the compiler specific defines
virtual ~Gaussian2D_PS()
Destructor.
Gaussian2D_PS(const AutoDiff< T > &height, const Vector< AutoDiff< T > > ¢er, const Vector< AutoDiff< T > > &width, const AutoDiff< T > &pa)
Gaussian2D_PS()
Constructs two dimensional Gaussians.
LatticeExprNode pa(const LatticeExprNode &left, const LatticeExprNode &right)
This function finds 180/pi*atan2(left,right)/2.
Numerical functional interface class.
virtual ~Gaussian2D()
Destructor.
Gaussian2D_PS(const Gaussian2D_PS &other)
Copy constructor (deep copy)
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the Gaussian at x.
virtual Function< typename FunctionTraits< AutoDiff< T > >::DiffType > * cloneAD() const
A 1-D Specialization of the Array class.
Gaussian2DParam< T > & operator=(const Gaussian2DParam< T > &other)
Copy assignment (deep copy)
virtual Function< typename FunctionTraits< AutoDiff< T > >::BaseType > * cloneNonAD() const