Skip to content

Commit a7b5da4

Browse files
committed
update notebook URL and add number of neutrons used to docstring
1 parent 46fadbc commit a7b5da4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ess/dream/data.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,9 @@ def tof_lookup_table_high_flux(bc: Literal[215, 240] = 215) -> str:
279279
match that of the simulated data (this has since been found to be non-optimal as it
280280
leads to time overlap between the two frames).
281281
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
282+
This table was computed using `Create a time-of-flight lookup table for DREAM
283+
<../../user-guide/dream/dream-make-tof-lookup-table.rst>`_
284+
with ``NumberOfSimulatedNeutrons = 5_000_000``.
284285
285286
Parameters
286287
----------

0 commit comments

Comments
 (0)