We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801d9c6 commit 8b1ec10Copy full SHA for 8b1ec10
docs/user-guide/sns-instruments/POWGEN_data_reduction.ipynb
@@ -239,7 +239,7 @@
239
"source": [
240
"results = workflow.compute(\n",
241
" (\n",
242
- " TofData[SampleRun],\n",
+ " DetectorTofData[SampleRun],\n",
243
" MaskedData[SampleRun],\n",
244
" FilteredData[SampleRun],\n",
245
" FilteredData[VanadiumRun],\n",
@@ -254,7 +254,7 @@
254
"metadata": {},
255
"outputs": [],
256
257
- "results[TofData[SampleRun]]"
+ "results[DetectorTofData[SampleRun]]"
258
]
259
},
260
{
0 commit comments