.gitignore
.pre-commit-config.yaml
MANIFEST.in
README.md
env.yaml
mkdocs.yml
pyproject.toml
pytest.ini
.github/workflows/docs.yml
.github/workflows/publish-dev.yml
.github/workflows/publish.yml
doc/pyeyes_1_view.gif
doc/pyeyes_2_color.gif
doc/pyeyes_3_cplx.gif
doc/pyeyes_4_roi.gif
doc/pyeyes_5_analysis.gif
doc/pyeyes_6_export.gif
doc/pyeyes_7_save.gif
docs/api.md
docs/api_core.md
docs/api_main.md
docs/changelog.md
docs/contributing.md
docs/index.md
docs/user_guide.md
src/pyeyes/__init__.py
src/pyeyes/app.py
src/pyeyes/config.py
src/pyeyes/enums.py
src/pyeyes/error.py
src/pyeyes/metrics.py
src/pyeyes/profilers.py
src/pyeyes/roi.py
src/pyeyes/slicers.py
src/pyeyes/themes.py
src/pyeyes/utils.py
src/pyeyes/viewers.py
src/pyeyes.egg-info/PKG-INFO
src/pyeyes.egg-info/SOURCES.txt
src/pyeyes.egg-info/dependency_links.txt
src/pyeyes.egg-info/requires.txt
src/pyeyes.egg-info/top_level.txt
src/pyeyes/cmap/__init__.py
src/pyeyes/cmap/cmap.py
src/pyeyes/cmap/lipari.csv
src/pyeyes/cmap/navia.csv
src/pyeyes/gui/__init__.py
src/pyeyes/gui/pane.py
src/pyeyes/gui/scroll.py
src/pyeyes/gui/widget.py
src/pyeyes/prototypes/line.py
src/pyeyes/prototypes/mpl/dti.py
src/pyeyes/prototypes/mpl/mpl_config.py
tests/README.md
tests/download_test_data.py
tests/paths.py
tests/ztest_blank.py
tests/ztest_cplx.py
tests/ztest_diffusion.py
tests/ztest_mrf.py
tests/ztest_mrf_4view.py
tests/ztest_multiviewers.py
tests/cfgs/cfg_af.yaml
tests/cfgs/cfg_cplx.yaml
tests/cfgs/cfg_diff.yaml
tests/cfgs/cfg_mrf.yaml
tests/cfgs/cfg_mrf_4view.yaml
tests/cfgs/cfg_mrf_single.yaml
tests/comparative/__init__.py
tests/comparative/conftest.py
tests/comparative/basic/__init__.py
tests/comparative/basic/test_blank.py
tests/comparative/basic/test_cplx.py
tests/comparative/basic/test_data_input_modes.py
tests/comparative/basic/test_dim_input.py
tests/comparative/basic/test_single_image.py
tests/comparative/gui/test_analysis_features.py
tests/comparative/gui/test_contrast_features.py
tests/comparative/gui/test_export_features.py
tests/comparative/gui/test_roi_features.py
tests/comparative/gui/test_tab_navigation.py
tests/comparative/gui/test_view_features.py
tests/comparative/gui/test_viewtab.py
tests/comparative/load/__init__.py
tests/comparative/load/test_cfg_compat.py
tests/comparative/load/test_diffusion.py
tests/comparative/load/test_export_reloadable.py
tests/comparative/load/test_mrf.py
tests/comparative/load/test_multiviewers.py
tests/prototypes/depr_test_dti.py