.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
CITATION.cff
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/docs.yml
.github/workflows/pr.yml
.github/workflows/test.yml
docs/Makefile
docs/gh-pages-redirect.html
docs/poly.py
docs/examples/README.rst
docs/examples/run_coordinate_transform.py
docs/examples/run_large_array_ome_zarr.py
docs/examples/run_multi_fov_hcs_ome_zarr.py
docs/examples/run_single_fov_ome_zarr.py
docs/examples/run_tiled_ome_zarr.py
docs/examples/run_view_clearcontrol_dataset.py
docs/examples/well-mapping.csv
docs/source/api.rst
docs/source/conf.py
docs/source/contact_us.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/_static/iohub.svg
docs/source/_static/switcher.json
docs/source/api/clearcontrol.rst
docs/source/api/mm_converter.rst
docs/source/api/mm_ometiff_reader.rst
docs/source/api/mm_reader.rst
docs/source/api/mm_sequence_reader.rst
docs/source/api/ndtiff.rst
docs/source/api/ngff.rst
docs/source/api/upti.rst
iohub/__init__.py
iohub/_version.py
iohub/clearcontrol.py
iohub/convert.py
iohub/fov.py
iohub/mm_fov.py
iohub/mmstack.py
iohub/ndtiff.py
iohub/reader.py
iohub/rename_wells.py
iohub.egg-info/PKG-INFO
iohub.egg-info/SOURCES.txt
iohub.egg-info/dependency_links.txt
iohub.egg-info/entry_points.txt
iohub.egg-info/requires.txt
iohub.egg-info/top_level.txt
iohub/_deprecated/__init__.py
iohub/_deprecated/reader_base.py
iohub/_deprecated/singlepagetiff.py
iohub/_deprecated/upti.py
iohub/_deprecated/zarrfile.py
iohub/cli/__init__.py
iohub/cli/cli.py
iohub/cli/parsing.py
iohub/ngff/__init__.py
iohub/ngff/display.py
iohub/ngff/models.py
iohub/ngff/nodes.py
iohub/ngff/utils.py
tests/__init__.py
tests/conftest.py
tests/test_converter.py
tests/test_display_utils.py
tests/test_log_level.py
tests/test_ndtiff.py
tests/test_reader.py
tests/test_rename_wells.py
tests/_deprecated/__init__.py
tests/_deprecated/test_singlepagetiff.py
tests/_deprecated/test_zarrfile.py
tests/clearcontrol/test_clearcontrol.py
tests/cli/__init__.py
tests/cli/test_cli.py
tests/cli/test_parsing.py
tests/fov/test_fov.py
tests/mmstack/test_mmstack.py
tests/ngff/__init__.py
tests/ngff/test_ngff.py
tests/ngff/test_ngff_utils.py
tests/pyramid/__init__.py
tests/pyramid/test_pyramid.py