Skip to content

Commit f4d8549

Browse files
authored
Merge pull request #116 from scipp/fix-tof-toa-wfm
Histogram by toa in wfm notebook instead of tof
2 parents d6fc19a + f97ef96 commit f4d8549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/wfm.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
"\n",
294294
"fig, ax = plt.subplots(2, 1)\n",
295295
"\n",
296-
"f = events.hist(wavelength=500, tof=500).plot(norm='log', cbar=False, ax=ax[0])\n",
296+
"f = events.hist(wavelength=500, toa=500).plot(norm='log', cbar=False, ax=ax[0])\n",
297297
"mu.name = 'Wavelength'\n",
298298
"mu.plot(ax=ax[0], color='C1', grid=True)\n",
299299
"stddev = sc.sqrt(var.hist())\n",

0 commit comments

Comments
 (0)