Skip to content

Commit

Permalink
Refs #8373 Finalize unit test
Browse files Browse the repository at this point in the history
modified: StretchedExpFT.py
  • Loading branch information
jmborr committed Nov 8, 2013
1 parent 225f2df commit a53bbfa
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
'''
Provide the Fourier Transform of the Symmetrized Stretched Exponential Function
Fourier{ height * exp( - |t/tau|**beta ) }
'''*WIKI*
Provides the Fourier Transform of the Symmetrized Stretched Exponential Function
<math> S(Q,E) = Fourier{ height(Q) \cdot e^{-|\frac{x}{tau(Q)}|^{beta(Q)} }</math>
If the energy units of energy are micro-eV, then tau is expressed in pico-seconds. If E-units are micro-eV then
tau is expressed in nano-seconds.
*WIKI*
@author Jose Borreguero, NScD
@date October 06, 2013
Expand All @@ -25,6 +30,7 @@
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
'''

from mantid.api import IFunction1D, FunctionFactory #, BoundaryConstraint
from mantid import logger
import numpy as np
Expand Down

0 comments on commit a53bbfa

Please sign in to comment.