LICENSE
README.md
pyproject.toml
src/pytfce/__init__.py
src/pytfce/config.py
src/pytfce/r_ptfce_pipeline.R
src/pytfce.egg-info/PKG-INFO
src/pytfce.egg-info/SOURCES.txt
src/pytfce.egg-info/dependency_links.txt
src/pytfce.egg-info/requires.txt
src/pytfce.egg-info/top_level.txt
src/pytfce/core/__init__.py
src/pytfce/core/etfce.py
src/pytfce/core/grf.py
src/pytfce/core/ptfce_baseline.py
src/pytfce/core/ptfce_etfce.py
src/pytfce/core/ptfce_exact.py
src/pytfce/core/smoothness.py
src/pytfce/core/tfce.py
src/pytfce/utils/__init__.py
src/pytfce/utils/metrics.py
src/pytfce/utils/phantoms.py
src/pytfce/utils/plotting.py
src/pytfce/utils/tui.py
tests/test_grf.py
tests/test_ptfce.py
tests/test_smoothness.py
tests/test_tfce.py