Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ess/odin/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def odin_tof_lookup_table() -> pathlib.Path:
This file is used to convert the time-of-flight to wavelength.

This table was computed using `Create a time-of-flight lookup table for ODIN
<../../user-guide/odin/odin-make-tof-lookup-table.rst>`_
<../../odin/odin-make-tof-lookup-table.rst>`_
with ``NumberOfSimulatedNeutrons = 5_000_000``.
"""
return _registry.get_path("ODIN-tof-lookup-table.h5")
2 changes: 1 addition & 1 deletion src/ess/tbl/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def tbl_tof_lookup_table_no_choppers() -> pathlib.Path:
This file is used to convert the neutron arrival time to time-of-flight.

This table was computed using `Create a time-of-flight lookup table for TBL
<../../user-guide/tbl/tbl-make-tof-lookup-table.rst>`_
<../../tbl/tbl-make-tof-lookup-table.rst>`_
with ``NumberOfSimulatedNeutrons = 2_000_000``.
"""
return _registry.get_path("TBL-tof-lookup-table-no-choppers.h5")
Expand Down
Loading