We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce3c39 commit 6e5ac55Copy full SHA for 6e5ac55
1 file changed
docs/user-guide/sns-instruments/POWGEN_data_reduction.ipynb
@@ -239,7 +239,7 @@
239
"source": [
240
"results = workflow.compute(\n",
241
" (\n",
242
- " TofDetector[SampleRun],\n",
+ " WavelengthDetector[SampleRun],\n",
243
" CorrectedDetector[SampleRun],\n",
244
" )\n",
245
")"
@@ -252,7 +252,7 @@
252
"metadata": {},
253
"outputs": [],
254
255
- "results[TofDetector[SampleRun]]"
+ "results[WavelengthDetector[SampleRun]]"
256
]
257
},
258
{
@@ -377,7 +377,8 @@
377
"mimetype": "text/x-python",
378
"name": "python",
379
"nbconvert_exporter": "python",
380
- "pygments_lexer": "ipython3"
+ "pygments_lexer": "ipython3",
381
+ "version": "3.12.12"
382
}
383
384
"nbformat": 4,
0 commit comments