LICENSE
README.md
pyproject.toml
setup.cfg
bioimage_py/__init__.py
bioimage_py/__version__.py
bioimage_py/_indexing.py
bioimage_py/copy.py
bioimage_py/downsample.py
bioimage_py/transformation.py
bioimage_py/util.py
bioimage_py.egg-info/PKG-INFO
bioimage_py.egg-info/SOURCES.txt
bioimage_py.egg-info/dependency_links.txt
bioimage_py.egg-info/requires.txt
bioimage_py.egg-info/top_level.txt
bioimage_py/filters/__init__.py
bioimage_py/filters/filters.py
bioimage_py/io/__init__.py
bioimage_py/io/_util.py
bioimage_py/io/files.py
bioimage_py/io/image_stack_wrapper.py
bioimage_py/io/knossos_wrapper.py
bioimage_py/io/mrc_wrapper.py
bioimage_py/io/msr_wrapper.py
bioimage_py/io/nifti_wrapper.py
bioimage_py/io/registry.py
bioimage_py/morphology/__init__.py
bioimage_py/morphology/morphology.py
bioimage_py/morphology/regionprops.py
bioimage_py/runner/__init__.py
bioimage_py/runner/_harness.py
bioimage_py/runner/base.py
bioimage_py/runner/config.py
bioimage_py/runner/distributed.py
bioimage_py/runner/factory.py
bioimage_py/segmentation/__init__.py
bioimage_py/segmentation/label.py
bioimage_py/segmentation/watershed.py
bioimage_py/sources/__init__.py
bioimage_py/sources/array_source.py
bioimage_py/sources/base.py
bioimage_py/sources/cloudvolume_source.py
bioimage_py/sources/dispatch.py
bioimage_py/sources/file_source.py
bioimage_py/sources/webknossos_source.py
bioimage_py/stats/__init__.py
bioimage_py/stats/stats.py
bioimage_py/wrapper/__init__.py
bioimage_py/wrapper/affine.py
bioimage_py/wrapper/base.py
bioimage_py/wrapper/generic.py
bioimage_py/wrapper/resize.py
tests/test_affine_source.py
tests/test_copy.py
tests/test_downsample.py
tests/test_filters.py
tests/test_io_registry.py
tests/test_io_sources.py
tests/test_io_util.py
tests/test_morphology.py
tests/test_morphology_features.py
tests/test_n5_io.py
tests/test_op_rerun.py
tests/test_resized_source.py
tests/test_runner_failures.py
tests/test_runner_map.py
tests/test_runner_parity.py
tests/test_runner_run.py
tests/test_slurm_runner.py
tests/test_slurm_submit_failure.py
tests/test_source_indexing.py
tests/test_sources.py
tests/test_stats.py
tests/test_transformation.py
tests/test_transformation_wrappers.py
tests/test_util.py
tests/test_webknossos_local.py
tests/test_wrapper_generic.py
tests/test_write_safety.py