.gitignore
AUTHORS.txt
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
setup.py
tox.ini
.github/workflows/publish-sdist.yml
.github/workflows/run-tox.yml
atlas_splitter/__init__.py
atlas_splitter/exceptions.py
atlas_splitter/utils.py
atlas_splitter/version.py
atlas_splitter.egg-info/PKG-INFO
atlas_splitter.egg-info/SOURCES.txt
atlas_splitter.egg-info/dependency_links.txt
atlas_splitter.egg-info/entry_points.txt
atlas_splitter.egg-info/requires.txt
atlas_splitter.egg-info/top_level.txt
atlas_splitter/app/__init__.py
atlas_splitter/app/cli.py
atlas_splitter/barrel_splitter/__init__.py
atlas_splitter/barrel_splitter/somatosensory_barrels.py
atlas_splitter/layer_splitter/__init__.py
atlas_splitter/layer_splitter/isocortex_layer_23.py
doc/Makefile
doc/source/changelog.rst
doc/source/cli.rst
doc/source/conf.py
doc/source/index.rst
doc/source/layer_splitter.rst
doc/source/readme.rst
doc/source/static/atlas-splitter.jpg
tests/1.json
tests/2.json
tests/__init__.py
tests/conftest.py
tests/test_app_barrel_splitter.py
tests/test_app_layer_splitter.py
tests/test_utils.py
tests/barrel_splitter/__init__.py
tests/barrel_splitter/test_somatosensory_barrels.py
tests/barrel_splitter/utils.py
tests/layer_splitter/__init__.py
tests/layer_splitter/test_isocortex_layer_23.py
tests/layer_splitter/utils.py