.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
codecov.yml
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/python-tests.yml
.github/workflows/release.yml
coord2region/__init__.py
coord2region/_version.py
coord2region/ai_model_interface.py
coord2region/cli.py
coord2region/coord2region.py
coord2region/coord2study.py
coord2region/fetching.py
coord2region/llm.py
coord2region/paths.py
coord2region/pipeline.py
coord2region.egg-info/PKG-INFO
coord2region.egg-info/SOURCES.txt
coord2region.egg-info/dependency_links.txt
coord2region.egg-info/entry_points.txt
coord2region.egg-info/requires.txt
coord2region.egg-info/top_level.txt
coord2region/utils/__init__.py
coord2region/utils/file_handler.py
coord2region/utils/image_utils.py
coord2region/utils/paths.py
coord2region/utils/utils.py
docs/Makefile
docs/source/CODE_OF_CONDUCT.md
docs/source/CONTRIBUTING.md
docs/source/LICENSE.md
docs/source/SECURITY.md
docs/source/atlases.rst
docs/source/conf.py
docs/source/developer_guide.md
docs/source/index.rst
docs/source/pipeline.rst
docs/source/roadmap.md
docs/source/sg_execution_times.rst
docs/source/tutorials.rst
docs/source/_static/gallery.css
docs/source/_templates/autoapi/python/data.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/function.rst
examples/README.rst
examples/custom_provider_example.py
examples/example_0_simple_atlas.py
examples/example_10_image_providers.py
examples/example_11_local_huggingface.py
examples/example_12_nilearn_backend.py
examples/example_13_aparc.py
examples/example_14_batch_aparc.py
examples/example_15_multi_aparc.py
examples/example_1_harvard-oxford.py
examples/example_2_batch_harvard.py
examples/example_3_multi.py
examples/example_4_study.py
examples/example_5_multi_atlas_coords_and_studies_querying.py
examples/example_6_dataset_cache.py
examples/example_7_ai_providers.py
examples/example_8_conditional_provider_activation.py
examples/example_9_output_formats.py
examples/example_pipeline.py
examples/mapped_coordinates.csv
examples/plot_ai_interface.py
examples/plot_atlas_mapping.py
examples/plot_coord2study.py
examples/plot_fetching.py
examples/plot_fmri_coord_to_region.py
examples/plot_ieeg_electrode_localization.py
examples/plot_meg_source_localization.py
examples/plot_pipeline_basic.py
examples/toy_coordinates.csv
paper/diagram.csv
paper/diagram.png
paper/diagram.svg
paper/paper.md
tests/__init__.py
tests/conftest.py
tests/pytest.ini
tests/test_ai_model_interface.py
tests/test_cli.py
tests/test_cli_utils.py
tests/test_coord2region.py
tests/test_coord2region_unit_utils.py
tests/test_coord2study.py
tests/test_fetch.py
tests/test_file_handler.py
tests/test_image_utils.py
tests/test_llm.py
tests/test_paths.py
tests/test_paths_module.py
tests/test_pipeline.py