Skip to content
Snippets Groups Projects

Adds run path in plot title of knife-edge scans

Merged Loïc Le Guyader requested to merge run-title-knife-edge-scans into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -75,6 +75,7 @@ def knife_edge(nrun, axisKey='scannerX', signalKey='FastADC4peaks', p0=None, ful
lh.set_alpha(1)
plt.ylabel(signalKey)
plt.xlabel(axisKey + ' position [mm]')
plt.title(nrun.attrs['runFolder'])
plt.tight_layout()
if full:
return popt, pcov
Loading