AGENTS.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
natmeeg.egg-info/PKG-INFO
natmeeg.egg-info/SOURCES.txt
natmeeg.egg-info/dependency_links.txt
natmeeg.egg-info/entry_points.txt
natmeeg.egg-info/requires.txt
natmeeg.egg-info/scm_file_list.json
natmeeg.egg-info/scm_version.json
natmeeg.egg-info/top_level.txt
pyeeg/__init__.py
pyeeg/_decorators.py
pyeeg/_logging.py
pyeeg/cca.py
pyeeg/connectivity.py
pyeeg/gammatone.py
pyeeg/io.py
pyeeg/mcca.py
pyeeg/preprocess.py
pyeeg/ratemap.py
pyeeg/simulate.py
pyeeg/solvers.py
pyeeg/utils.py
pyeeg/version.py
pyeeg/vizu.py
pyeeg/bin/__init__.py
pyeeg/bin/gammatone_c.dll
pyeeg/bin/makeRateMap_c.dll
pyeeg/dashboard/README.md
pyeeg/dashboard/TODO.md
pyeeg/dashboard/__init__.py
pyeeg/dashboard/app.py
pyeeg/dashboard/server.py
pyeeg/dashboard/static/natmeeg_logo_fulltransparent.png
pyeeg/dashboard/static/script.js
pyeeg/dashboard/static/style.css
pyeeg/dashboard/templates/index.html
pyeeg/features/__init__.py
pyeeg/features/alignment.py
pyeeg/features/llm_features.py
pyeeg/features/pipeline.py
pyeeg/features/reduction.py
pyeeg/features/syntactic_features.py
pyeeg/gammatone_c/gammatone_c.c
pyeeg/gammatone_c/makeRateMap_c.c
pyeeg/models/__init__.py
pyeeg/models/trf.py
pyeeg/models/var.py
scripts/examples/simulated_trf.py
scripts/examples/solver_showcase.py
scripts/tutorials/feature_alphas_banded_ridge.ipynb
scripts/tutorials/trf.ipynb