.copier-answers.ess.yml
.copier-answers.yml
LICENSE
README.md
pyproject.toml
docs/conf.py
docs/index.md
docs/_static/anaconda-icon.js
docs/_static/favicon.svg
docs/_static/logo-dark.svg
docs/_static/logo.svg
docs/_templates/class-template.rst
docs/_templates/doc_version.html
docs/_templates/module-template.rst
docs/about/index.md
docs/api-reference/index.md
docs/developer/coding-conventions.md
docs/developer/dependency-management.md
docs/developer/getting-started.md
docs/developer/gui.ipynb
docs/developer/index.md
docs/user-guide/index.md
docs/user-guide/installation.md
docs/user-guide/reduction-workflow-guidelines.md
docs/user-guide/widget.md
docs/user-guide/unwrap/dream.ipynb
docs/user-guide/unwrap/frame-unwrapping.ipynb
docs/user-guide/unwrap/index.md
docs/user-guide/unwrap/wfm.ipynb
resources/logo.svg
src/ess/reduce/__init__.py
src/ess/reduce/logging.py
src/ess/reduce/normalization.py
src/ess/reduce/parameter.py
src/ess/reduce/py.typed
src/ess/reduce/streaming.py
src/ess/reduce/ui.py
src/ess/reduce/uncertainty.py
src/ess/reduce/workflow.py
src/ess/reduce/data/__init__.py
src/ess/reduce/data/_registry.py
src/ess/reduce/live/__init__.py
src/ess/reduce/live/raw.py
src/ess/reduce/live/roi.py
src/ess/reduce/nexus/__init__.py
src/ess/reduce/nexus/_nexus_loader.py
src/ess/reduce/nexus/json_generator.py
src/ess/reduce/nexus/json_nexus.py
src/ess/reduce/nexus/types.py
src/ess/reduce/nexus/workflow.py
src/ess/reduce/scripts/grow_nexus.py
src/ess/reduce/unwrap/__init__.py
src/ess/reduce/unwrap/fakes.py
src/ess/reduce/unwrap/interpolator_numba.py
src/ess/reduce/unwrap/interpolator_scipy.py
src/ess/reduce/unwrap/lut.py
src/ess/reduce/unwrap/resample.py
src/ess/reduce/unwrap/to_wavelength.py
src/ess/reduce/unwrap/types.py
src/ess/reduce/unwrap/workflow.py
src/ess/reduce/widgets/__init__.py
src/ess/reduce/widgets/_base.py
src/ess/reduce/widgets/_binedges_widget.py
src/ess/reduce/widgets/_bounds_widget.py
src/ess/reduce/widgets/_config.py
src/ess/reduce/widgets/_filename_widget.py
src/ess/reduce/widgets/_linspace_widget.py
src/ess/reduce/widgets/_optional_widget.py
src/ess/reduce/widgets/_spinner.py
src/ess/reduce/widgets/_string_widget.py
src/ess/reduce/widgets/_switchable_widget.py
src/ess/reduce/widgets/_vector_widget.py
src/essreduce.egg-info/PKG-INFO
src/essreduce.egg-info/SOURCES.txt
src/essreduce.egg-info/dependency_links.txt
src/essreduce.egg-info/entry_points.txt
src/essreduce.egg-info/requires.txt
src/essreduce.egg-info/top_level.txt
tests/accumulators_test.py
tests/conftest.py
tests/normalization_test.py
tests/package_test.py
tests/streaming_test.py
tests/streaming_visualize_test.py
tests/uncertainty_test.py
tests/widget_test.py
tests/live/raw_test.py
tests/live/roi_test.py
tests/nexus/json_generator_test.py
tests/nexus/json_nexus_test.py
tests/nexus/nexus_loader_test.py
tests/nexus/workflow_test.py
tests/nexus/json_nexus_examples/array_dataset.json
tests/nexus/json_nexus_examples/dataset.json
tests/nexus/json_nexus_examples/detector.json
tests/nexus/json_nexus_examples/entry.json
tests/nexus/json_nexus_examples/event_data.json
tests/nexus/json_nexus_examples/instrument.json
tests/nexus/json_nexus_examples/log.json
tests/scripts/test_grow_nexus.py
tests/unwrap/interpolator_test.py
tests/unwrap/lut_test.py
tests/unwrap/resample_test.py
tests/unwrap/unwrap_test.py
tests/unwrap/wfm_test.py
tests/unwrap/workflow_test.py
tools/shrink_nexus.py