Ticket #8373: test_StretchedExpFT.py

File test_StretchedExpFT.py, 267 bytes (added by Jose Borreguero, 7 years ago)

python script to be run in MamtidPlot

Line 
1ws = LoadAscii(Filename='/tmp/stretchedExpFT.dat', Separator='Space', OutputWorkspace='data')
2fitstring = 'name=StretchedExpFT,height=0.1,tau=100.0,beta=1.0'  # The initial guess must be reasonably close
3Fit(Function=fitstring, InputWorkspace='data', CreateOutput=1)