.flake8
.gitignore
LICENSE
README.md
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/init.yml
.github/workflows/tag_and_publish.yml
.github/workflows/test_and_lint.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/conf.py
doc_template/source/index.rst
doc_template/source/_static/dark-logo.svg
doc_template/source/_static/favicon.ico
doc_template/source/_static/light-logo.svg
scripts/deskew.py
scripts/example_create_data_loader.py
scripts/generate_slices.py
src/aind_large_scale_prediction/__init__.py
src/aind_large_scale_prediction.egg-info/PKG-INFO
src/aind_large_scale_prediction.egg-info/SOURCES.txt
src/aind_large_scale_prediction.egg-info/dependency_links.txt
src/aind_large_scale_prediction.egg-info/requires.txt
src/aind_large_scale_prediction.egg-info/top_level.txt
src/aind_large_scale_prediction/_shared/__init__.py
src/aind_large_scale_prediction/_shared/types.py
src/aind_large_scale_prediction/generator/__init__.py
src/aind_large_scale_prediction/generator/dataloader.py
src/aind_large_scale_prediction/generator/dataset.py
src/aind_large_scale_prediction/generator/utils.py
src/aind_large_scale_prediction/generator/zarr_slice_generator.py
src/aind_large_scale_prediction/io/__init__.py
src/aind_large_scale_prediction/io/_io.py
src/aind_large_scale_prediction/io/utils.py
tests/__init__.py
tests/test_example.py