Skip to content
Snippets Groups Projects
Commit 5183f18f authored by Sullivan, Brendan T's avatar Sullivan, Brendan T
Browse files

Re #23470 get correct workspace for learning profiles

parent dd3e0b44
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ class IntegratePeaksProfileFitting(PythonAlgorithm):
qPeak = peak.getQLabFrame()
theta = np.arctan2(qPeak[2], np.hypot(qPeak[0],qPeak[1])) #2theta
try:
p = mtd['fitSigX0_Parameters'].column(1)[:-1]
p = mtd['__fitSigX0_Parameters'].column(1)[:-1]
tol = 0.2 #We should have a good idea now - only allow 20% variation
except:
p = peaks_ws.getInstrument().getStringParameter("sigSC0Params")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment