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 46fadbc commit a7b5da4Copy full SHA for a7b5da4
src/ess/dream/data.py
@@ -279,8 +279,9 @@ def tof_lookup_table_high_flux(bc: Literal[215, 240] = 215) -> str:
279
match that of the simulated data (this has since been found to be non-optimal as it
280
leads to time overlap between the two frames).
281
282
- The notebook that was used to create the table can be found at
283
- https://github.com/scipp/essdiffraction/blob/main/tools/dream-make-tof-lookup-table.ipynb
+ This table was computed using `Create a time-of-flight lookup table for DREAM
+ <../../user-guide/dream/dream-make-tof-lookup-table.rst>`_
284
+ with ``NumberOfSimulatedNeutrons = 5_000_000``.
285
286
Parameters
287
----------
0 commit comments