LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/mrs_tools/__init__.py
src/mrs_tools/constants.py
src/nifti_mrs/__init__.py
src/nifti_mrs/_version.py
src/nifti_mrs/axes.py
src/nifti_mrs/create_nmrs.py
src/nifti_mrs/definitions.py
src/nifti_mrs/hdr_ext.py
src/nifti_mrs/nifti_mrs.py
src/nifti_mrs/utils.py
src/nifti_mrs/validator.py
src/nifti_mrs/vis.py
src/nifti_mrs.egg-info/PKG-INFO
src/nifti_mrs.egg-info/SOURCES.txt
src/nifti_mrs.egg-info/dependency_links.txt
src/nifti_mrs.egg-info/entry_points.txt
src/nifti_mrs.egg-info/requires.txt
src/nifti_mrs.egg-info/top_level.txt
src/nifti_mrs/standard/definitions.json
src/nifti_mrs/tools/__init__.py
src/nifti_mrs/tools/misc.py
src/nifti_mrs/tools/reorder.py
src/nifti_mrs/tools/reshape.py
src/nifti_mrs/tools/split_merge.py
tests/test_axes.py
tests/test_create_nmrs.py
tests/test_hdr_ext.py
tests/test_nifti_mrs.py
tests/test_nifti_mrs_tools_misc.py
tests/test_nifti_mrs_tools_reorder.py
tests/test_nifti_mrs_tools_reshape.py
tests/test_nifti_mrs_tools_split_merge.py
tests/test_nifti_mrs_tools_utils.py
tests/test_nifti_mrs_vis.py
tests/test_script_mrs_tools.py
tests/test_validator.py