.bumpversion.cfg
.codecov.yml
.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements_dev.txt
requirements_doc.txt
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/workflows/code.yml
.github/workflows/codeql.yml
.github/workflows/linkcheck.yml
docs/Makefile
docs/api.rst
docs/api_beamlines.rst
docs/authors.rst
docs/beamlines.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/usage.rst
src/nexgen/__init__.py
src/nexgen/__main__.py
src/nexgen/log.py
src/nexgen/utils.py
src/nexgen.egg-info/PKG-INFO
src/nexgen.egg-info/SOURCES.txt
src/nexgen.egg-info/dependency_links.txt
src/nexgen.egg-info/entry_points.txt
src/nexgen.egg-info/requires.txt
src/nexgen.egg-info/top_level.txt
src/nexgen/beamlines/ED_params.py
src/nexgen/beamlines/ED_singla_nxs.py
src/nexgen/beamlines/I19_2_gda_nxs.py
src/nexgen/beamlines/I19_2_nxs.py
src/nexgen/beamlines/I19_2_params.py
src/nexgen/beamlines/I24_params.py
src/nexgen/beamlines/SSX_Eiger_nxs.py
src/nexgen/beamlines/SSX_Tristan_nxs.py
src/nexgen/beamlines/SSX_chip.py
src/nexgen/beamlines/SSX_expt.py
src/nexgen/beamlines/__init__.py
src/nexgen/beamlines/beamline_utils.py
src/nexgen/beamlines/GDAtools/ExtendedRequest.py
src/nexgen/beamlines/GDAtools/GDAjson2params.py
src/nexgen/beamlines/GDAtools/__init__.py
src/nexgen/command_line/ED_mrc_to_nexus.py
src/nexgen/command_line/ED_nexus.py
src/nexgen/command_line/I19_2_cli.py
src/nexgen/command_line/SSX_cli.py
src/nexgen/command_line/__init__.py
src/nexgen/command_line/cli_utils.py
src/nexgen/command_line/copy_nexus.py
src/nexgen/command_line/nexus_generator.py
src/nexgen/command_line/nxs_phil.py
src/nexgen/command_line/phil_files_cli.py
src/nexgen/nxs_copy/__init__.py
src/nexgen/nxs_copy/copy_nexus.py
src/nexgen/nxs_copy/copy_tristan_nexus.py
src/nexgen/nxs_copy/copy_utils.py
src/nexgen/nxs_utils/__init__.py
src/nexgen/nxs_utils/axes.py
src/nexgen/nxs_utils/detector.py
src/nexgen/nxs_utils/goniometer.py
src/nexgen/nxs_utils/sample.py
src/nexgen/nxs_utils/scan_utils.py
src/nexgen/nxs_utils/source.py
src/nexgen/nxs_write/__init__.py
src/nexgen/nxs_write/nxclass_writers.py
src/nexgen/nxs_write/nxmx_writer.py
src/nexgen/nxs_write/write_utils.py
src/nexgen/templates/DLS_Template.phil
src/nexgen/templates/ED_Singla.phil
src/nexgen/templates/I03_Eiger.phil
src/nexgen/templates/I19-2_Eiger.phil
src/nexgen/templates/I19-2_Tristan.phil
src/nexgen/templates/I24_Eiger.phil
src/nexgen/templates/VMXi.phil
src/nexgen/templates/__init__.py
src/nexgen/tools/__init__.py
src/nexgen/tools/constants.py
src/nexgen/tools/data_writer.py
src/nexgen/tools/ed_tools.py
src/nexgen/tools/meta_reader.py
src/nexgen/tools/metafile.py
src/nexgen/tools/mrc_tools.py
src/nexgen/tools/vds_tools.py
tests/__init__.py
tests/test_log.py
tests/test_utils.py
tests/test_version.py
tests/beamlines/__init__.py
tests/beamlines/conftest.py
tests/beamlines/test_GDA_tools.py
tests/beamlines/test_SSX_chip.py
tests/beamlines/test_SSX_expt.py
tests/beamlines/test_SSXwriters.py
tests/beamlines/test_beamline_utils.py
tests/beamlines/test_i19nxs.py
tests/cli/test_cli_utils.py
tests/nxs_copy/__init__.py
tests/nxs_copy/test_copy_tools.py
tests/nxs_utils/__init__.py
tests/nxs_utils/test_axes.py
tests/nxs_utils/test_detector.py
tests/nxs_utils/test_goniometer.py
tests/nxs_utils/test_scan.py
tests/nxs_utils/test_source.py
tests/nxs_write/__init__.py
tests/nxs_write/conftest.py
tests/nxs_write/test_NXclassWriters.py
tests/nxs_write/test_NXmxWriter.py
tests/nxs_write/test_write_utils.py
tests/tools/__init__.py
tests/tools/test_VDS_tools.py
tests/tools/test_meta_tools.py
tests/tools/test_tools_for_ED.py