Skip to content

Commit 8b1ec10

Browse files
committed
Use new DetectorTofData type
1 parent 801d9c6 commit 8b1ec10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/sns-instruments/POWGEN_data_reduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"source": [
240240
"results = workflow.compute(\n",
241241
" (\n",
242-
" TofData[SampleRun],\n",
242+
" DetectorTofData[SampleRun],\n",
243243
" MaskedData[SampleRun],\n",
244244
" FilteredData[SampleRun],\n",
245245
" FilteredData[VanadiumRun],\n",
@@ -254,7 +254,7 @@
254254
"metadata": {},
255255
"outputs": [],
256256
"source": [
257-
"results[TofData[SampleRun]]"
257+
"results[DetectorTofData[SampleRun]]"
258258
]
259259
},
260260
{

0 commit comments

Comments
 (0)