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
14 changes: 0 additions & 14 deletions packages/essimaging/src/ess/odin/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"iron_simulation_ob_small.nxs": "md5:7591ed8f0adec2658fb08190bd530b12",
"iron_simulation_sample_large.nxs": "md5:c162b6abeccb51984880d8d5002bae95",
"iron_simulation_sample_small.nxs": "md5:dda6fb30aa88780c5a3d4cef6ea05278",
"ODIN-tof-lookup-table.h5": "md5:e657021f4508f167b2a2eb550853b06b",
"ODIN-tof-lookup-table-5m-65m.h5": "md5:c815eed6835a98d0b8d5252ffe250964",
"ODIN-wavelength-lookup-table-5m-65m.h5": "md5:44eef2a2e826cec688aeb1b985eb9f9e", # noqa: E501
},
)
Expand Down Expand Up @@ -61,18 +59,6 @@ def iron_simulation_ob_large() -> pathlib.Path:
return _registry.get_path("iron_simulation_ob_large.nxs")


def odin_tof_lookup_table() -> pathlib.Path:
"""
Odin TOF lookup table.
This file is used to convert the raw ``event_time_offset`` to time-of-flight.

This table was computed using `Create a time-of-flight lookup table for ODIN
<../../odin/odin-make-tof-lookup-table.rst>`_
with ``NumberOfSimulatedNeutrons = 5_000_000``.
"""
return _registry.get_path("ODIN-tof-lookup-table-5m-65m.h5")


def odin_wavelength_lookup_table() -> pathlib.Path:
"""
Odin wavelength lookup table.
Expand Down
14 changes: 0 additions & 14 deletions packages/essimaging/src/ess/tbl/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
version="2",
files={
"tbl_sample_data_2025-03.hdf": "md5:12db6bc06721278b3abe47992eac3e77",
"TBL-tof-lookup-table-no-choppers.h5": "md5:8bc98fac0ee64fc8f5decf509c75bafe",
"TBL-tof-lookup-table-no-choppers-5m-35m.h5": "md5:be7e73f32d395abd3c28b95f75934d61", # noqa: E501
"TBL-wavelength-lookup-table-no-choppers-5m-35m.h5": "md5:e28793b7e1c12986ee63a1df68723268", # noqa: E501
'tbl-orca-focussing.hdf.zip': Entry(
alg='md5', chk='f365acd9ea45dd205c0b9398d163cfa4', unzip=True
Expand All @@ -29,18 +27,6 @@ def tutorial_sample_data() -> pathlib.Path:
return _registry.get_path("tbl_sample_data_2025-03.hdf")


def tbl_tof_lookup_table_no_choppers() -> pathlib.Path:
"""
TBL TOF lookup table without choppers.
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
<../../tbl/tbl-make-tof-lookup-table.rst>`_
with ``NumberOfSimulatedNeutrons = 5_000_000``.
"""
return _registry.get_path("TBL-tof-lookup-table-no-choppers-5m-35m.h5")


def tbl_wavelength_lookup_table_no_choppers() -> pathlib.Path:
"""
TBL wavelength lookup table without choppers.
Expand Down
Loading