.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/add_to_physio_board.yml
.github/workflows/link-issues-by-milestone.yml
.github/workflows/tag_and_publish.yml
.github/workflows/test_and_lint.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/dark-logo.svg
docs/source/_static/favicon.ico
docs/source/_static/light-logo.svg
src/aind_pophys_converter/__init__.py
src/aind_pophys_converter/bergamo_stitcher.py
src/aind_pophys_converter/mesoscope_splitter.py
src/aind_pophys_converter.egg-info/PKG-INFO
src/aind_pophys_converter.egg-info/SOURCES.txt
src/aind_pophys_converter.egg-info/dependency_links.txt
src/aind_pophys_converter.egg-info/requires.txt
src/aind_pophys_converter.egg-info/top_level.txt
src/aind_pophys_converter/utils/full_field_utils.py
src/aind_pophys_converter/utils/logging_cfg.py
src/aind_pophys_converter/utils/tiff_metadata.py
tests/__init__.py
tests/full_field_tiff_utils.py
tests/test_bergamo_stitcher.py
tests/test_full_field_utils.py
tests/test_malformed_tiff.py
tests/test_malformed_zstack.py
tests/test_mapper_mixin.py
tests/test_mesoscope_splitter.py
tests/test_roi_center_finding.py
tests/test_roi_insertion.py
tests/test_splitter.py
tests/test_tiff_metadata.py
tests/test_tiff_splitter.py
tests/test_timeseries_utils.py