.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
tox.ini
.buildconfig/ci-linux.yml
.buildconfig/ci-macos.yml
.buildconfig/ci-windows.yml
.github/dependabot.yml
.github/workflows/pr_and_main.yml
.github/workflows/release.yml
benchmarks/__init__.py
benchmarks/load_nexus.py
benchmarks/transform_coords.py
conda/meta.yaml
docs/conf.py
docs/index.rst
docs/version.py
docs/_static/favicon.ico
docs/_static/logo-2022.svg
docs/_static/straight-beamline.svg
docs/_templates/scipp-class-template.rst
docs/_templates/scipp-module-template.rst
docs/_templates/sections/header-article.html
docs/about/about.rst
docs/about/contributing.rst
docs/about/release-notes.rst
docs/about/whats-new.ipynb
docs/developer/coding-conventions.rst
docs/developer/data-stream.rst
docs/developer/file-loading.rst
docs/developer/getting-started.rst
docs/developer/data_stream/data_stream_arch.svg
docs/developer/data_stream/data_stream_arch_testing.svg
docs/developer/data_stream/docker-compose.yml
docs/environments/scippneutron.yml
docs/getting-started/installation.rst
docs/images/question.png
docs/reference/frame-unwrapping.ipynb
docs/reference/free-functions.rst
docs/reference/modules.rst
docs/reference/frameunwrapping/__init__.py
docs/tutorials/1_exploring-data.ipynb
docs/tutorials/2_working-with-masks.ipynb
docs/tutorials/3_understanding-event-data.ipynb
docs/tutorials/powder-diffraction.ipynb
docs/tutorials/strip-solutions.py
docs/user-guide/coordinate-transformations.ipynb
docs/user-guide/from-mantid-to-scipp.ipynb
docs/user-guide/groupby.ipynb
docs/user-guide/instrument-view.ipynb
docs/user-guide/make_PG3_4844_calibration.py
docs/user-guide/recipes.ipynb
requirements/base.in
requirements/base.txt
requirements/ci.in
requirements/ci.txt
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/static.in
requirements/static.txt
requirements/test.in
requirements/test.txt
requirements/wheels.in
requirements/wheels.txt
resources/logo-2022.svg
src/scippneutron/__init__.py
src/scippneutron/beamline_components.py
src/scippneutron/instrument_view.py
src/scippneutron/mantid.py
src/scippneutron/py.typed
src/scippneutron.egg-info/PKG-INFO
src/scippneutron.egg-info/SOURCES.txt
src/scippneutron.egg-info/dependency_links.txt
src/scippneutron.egg-info/requires.txt
src/scippneutron.egg-info/top_level.txt
src/scippneutron/_utils/__init__.py
src/scippneutron/conversion/__init__.py
src/scippneutron/conversion/beamline.py
src/scippneutron/conversion/tof.py
src/scippneutron/conversion/graph/__init__.py
src/scippneutron/conversion/graph/beamline.py
src/scippneutron/conversion/graph/tof.py
src/scippneutron/core/__init__.py
src/scippneutron/core/conversions.py
src/scippneutron/data/__init__.py
src/scippneutron/data_streaming/__init__.py
src/scippneutron/data_streaming/_consumer.py
src/scippneutron/data_streaming/_consumer_type.py
src/scippneutron/data_streaming/_data_buffer.py
src/scippneutron/data_streaming/_data_consumption_manager.py
src/scippneutron/data_streaming/_data_stream_widget.py
src/scippneutron/data_streaming/_serialisation.py
src/scippneutron/data_streaming/_stop_time.py
src/scippneutron/data_streaming/_warnings.py
src/scippneutron/data_streaming/data_stream.py
src/scippneutron/file_loading/__init__.py
src/scippneutron/file_loading/_json_nexus.py
src/scippneutron/file_loading/_nexus.py
src/scippneutron/file_loading/load_nexus.py
src/scippneutron/tof/__init__.py
src/scippneutron/tof/diagram.py
src/scippneutron/tof/frames.py
tests/HYS_mask.xml
tests/__init__.py
tests/beamline_components_test.py
tests/common.py
tests/convert_test.py
tests/data_stream_test.py
tests/instrument_view_test.py
tests/load_nexus_json_test.py
tests/load_nexus_test.py
tests/load_nxdetector_test.py
tests/mantid_helper.py
tests/mantid_test.py
tests/nexus_helpers.py
tests/conversion/__init__.py
tests/conversion/beamline_conversions_test.py
tests/conversion/tof_conversions_test.py
tests/conversion/graph/__init__.py
tests/conversion/graph/beamline_graph_test.py
tests/conversion/graph/tof_graph_test.py
tests/mantid_scipp_comparison/__init__.py
tests/mantid_scipp_comparison/beamline_calculations_test.py
tests/mantid_scipp_comparison/histogram_events_test.py
tests/mantid_scipp_comparison/neutron_convert_units_test.py
tests/tof/frames_test.py
tools/make_tutorial_data.ipynb