ngio 0.5.0b4__tar.gz → 0.5.0b6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.github/workflows/ci.yml +1 -1
- {ngio-0.5.0b4 → ngio-0.5.0b6}/CHANGELOG.md +3 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/PKG-INFO +3 -2
- {ngio-0.5.0b4 → ngio-0.5.0b6}/pyproject.toml +2 -1
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/common/_pyramid.py +1 -10
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/common/_roi.py +1 -1
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/_abstract_image.py +1 -2
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/_image.py +1 -1
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/_label.py +16 -22
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/_ome_zarr_container.py +6 -4
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/__init__.py +6 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/utils/_datasets.py +6 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/images/test_images.py +35 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.copier-answers.yml +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.gitattributes +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.github/ISSUE_TEMPLATE.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.github/TEST_FAIL_TEMPLATE.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.github/dependabot.yml +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.github/pull_request_template.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.github/workflows/build_docs.yml +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.gitignore +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/.pre-commit-config.yaml +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/LICENSE +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/README.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/_typos.toml +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/hcs.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/images.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/iterators.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/common.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/hcs.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/images.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/io_pipes.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/iterators.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/ngio.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/tables.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/transforms.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ngio/utils.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/ome_zarr_container.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/api/tables.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/changelog.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/code_of_conduct.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/contributing.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/getting_started/0_quickstart.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/getting_started/1_ome_zarr_containers.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/getting_started/2_images.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/getting_started/3_tables.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/getting_started/4_masked_images.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/getting_started/5_hcs.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/getting_started/6_iterators.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/index.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/table_specs/backend.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/table_specs/overview.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/table_specs/table_types/condition_table.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/table_specs/table_types/custom_table.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/table_specs/table_types/feature_table.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/table_specs/table_types/generic_table.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/table_specs/table_types/masking_roi_table.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/table_specs/table_types/roi_table.md +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/tutorials/create_ome_zarr.ipynb +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/tutorials/feature_extraction.ipynb +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/tutorials/hcs_exploration.ipynb +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/tutorials/image_processing.ipynb +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/docs/tutorials/image_segmentation.ipynb +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/mkdocs.yml +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/common/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/common/_dimensions.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/common/_masking_roi.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/common/_synt_images_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/common/_zoom.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/experimental/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/experimental/iterators/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/experimental/iterators/_abstract_iterator.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/experimental/iterators/_feature.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/experimental/iterators/_image_processing.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/experimental/iterators/_mappers.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/experimental/iterators/_rois_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/experimental/iterators/_segmentation.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/hcs/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/hcs/_plate.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/_create_synt_container.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/_create_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/_masked_image.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/images/_table_ops.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_io_pipes.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_io_pipes_masked.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_io_pipes_roi.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_io_pipes_types.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_match_shape.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_ops_axes.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_ops_slices.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_ops_slices_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_ops_transforms.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/io_pipes/_zoom_transform.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/_meta_handlers.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/ngio_specs/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/ngio_specs/_axes.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/ngio_specs/_channels.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/ngio_specs/_dataset.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/ngio_specs/_ngio_hcs.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/ngio_specs/_ngio_image.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/ngio_specs/_pixel_size.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/v04/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/v04/_custom_models.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/v04/_v04_spec.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/v05/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/v05/_custom_models.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/ome_zarr_meta/v05/_v05_spec.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/resources/20200812-CardiomyocyteDifferentiation14-Cycle1_B03/mask.png +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/resources/20200812-CardiomyocyteDifferentiation14-Cycle1_B03/nuclei.png +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/resources/20200812-CardiomyocyteDifferentiation14-Cycle1_B03/raw.jpg +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/resources/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/resources/resource_model.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/_abstract_table.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/_tables_container.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_abstract_backend.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_anndata.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_anndata_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_csv.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_json.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_parquet.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_py_arrow_backends.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_table_backends.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/backends/_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/v1/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/v1/_condition_table.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/v1/_feature_table.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/v1/_generic_table.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/tables/v1/_roi_table.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/transforms/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/transforms/_zoom.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/utils/__init__.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/utils/_cache.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/utils/_errors.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/utils/_fractal_fsspec_store.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/src/ngio/utils/_zarr_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/conftest.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/create_test_data.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_c1yx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_cyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_czyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tcyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tczyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_tzyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_yx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/labels/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/labels/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/labels/label/0/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/labels/label/1/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/tables/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/tables/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/tables/well_ROI_table/.zattrs +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/tables/well_ROI_table/.zgroup +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/images/test_image_zyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/meta/base_ome_zarr_image_meta.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/meta/base_ome_zarr_image_meta_wrong_axis_order.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/meta/base_ome_zarr_label_meta.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/meta/base_ome_zarr_well_meta.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v04/meta/ome_zarr_well_path_normalization_meta.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_c1yx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_cyx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_czyx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tcyx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tczyx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tyx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_tzyx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_yx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/labels/label/0/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/labels/label/1/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/labels/label/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/labels/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/tables/well_ROI_table/table.csv +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/tables/well_ROI_table/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/tables/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/data/v05/images/test_image_zyx.zarr/zarr.json +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/stores/conftest.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/stores/test_http_store.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/stores/test_local_store.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/stores/test_memory_store.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/stores/test_s3_store.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/stores/utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/common/test_dimensions.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/common/test_pyramid.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/common/test_roi.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/common/test_transforms.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/hcs/test_plate.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/hcs/test_well.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/images/test_create.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/images/test_masked_images.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/images/test_omezarr_container.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/images/test_table_ops.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/io_pipes/test_axes_ops.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/io_pipes/test_slicing_ops.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/iterators/test_iterators.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/ome_zarr_meta/test_image_handler.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/ome_zarr_meta/test_unit_ngio_specs.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/ome_zarr_meta/test_unit_v04_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/tables/test_backends.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/tables/test_backends_utils.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/tables/test_feature_table.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/tables/test_generic_table.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/tables/test_masking_roi_table_v1.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/tables/test_roi_table_v1.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/tables/test_table_group.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/utils/test_download_datasets.py +0 -0
- {ngio-0.5.0b4 → ngio-0.5.0b6}/tests/unit/utils/test_zarr_utils.py +0 -0
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
- Internal changes to `ZarrGroupHandler` to support cleanup unused apis.
|
|
20
20
|
- Remove `ngio_logger` in favor of standard warnings module.
|
|
21
21
|
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
- Fix bug in `consolidate` function when using corsening mode with non power-of-two shapes.
|
|
24
|
+
|
|
22
25
|
## [v0.4.7]
|
|
23
26
|
|
|
24
27
|
### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ngio
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.0b6
|
|
4
4
|
Summary: Next Generation file format IO
|
|
5
5
|
Project-URL: homepage, https://github.com/BioVisionCenter/ngio
|
|
6
6
|
Project-URL: repository, https://github.com/BioVisionCenter/ngio
|
|
@@ -13,8 +13,9 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
17
|
Classifier: Typing :: Typed
|
|
17
|
-
Requires-Python: <3.
|
|
18
|
+
Requires-Python: <3.15,>=3.11
|
|
18
19
|
Requires-Dist: aiohttp
|
|
19
20
|
Requires-Dist: anndata
|
|
20
21
|
Requires-Dist: dask[array]<2025.11.0
|
|
@@ -18,7 +18,7 @@ name = "ngio"
|
|
|
18
18
|
dynamic = ["version"]
|
|
19
19
|
description = "Next Generation file format IO"
|
|
20
20
|
readme = "README.md"
|
|
21
|
-
requires-python = ">=3.11,<3.
|
|
21
|
+
requires-python = ">=3.11,<3.15"
|
|
22
22
|
license = { text = "BSD-3-Clause" }
|
|
23
23
|
authors = [{ name = "Lorenzo Cerrone", email = "lorenzo.cerrone@uzh.ch" }]
|
|
24
24
|
# https://pypi.org/classifiers/
|
|
@@ -29,6 +29,7 @@ classifiers = [
|
|
|
29
29
|
"Programming Language :: Python :: 3.11",
|
|
30
30
|
"Programming Language :: Python :: 3.12",
|
|
31
31
|
"Programming Language :: Python :: 3.13",
|
|
32
|
+
"Programming Language :: Python :: 3.14",
|
|
32
33
|
"Typing :: Typed",
|
|
33
34
|
]
|
|
34
35
|
# add your package dependencies here
|
|
@@ -92,16 +92,7 @@ def _on_disk_coarsen(
|
|
|
92
92
|
|
|
93
93
|
coarsening_setup = {}
|
|
94
94
|
for i, s in enumerate(_scale):
|
|
95
|
-
|
|
96
|
-
# This check is very strict, but it is necessary to avoid
|
|
97
|
-
# a few pixels shift in the coarsening
|
|
98
|
-
# We could add a tolerance
|
|
99
|
-
if factor.is_integer():
|
|
100
|
-
coarsening_setup[i] = int(factor)
|
|
101
|
-
else:
|
|
102
|
-
raise NgioValueError(
|
|
103
|
-
f"Coarsening factor must be an integer, got {factor} on axis {i}"
|
|
104
|
-
)
|
|
95
|
+
coarsening_setup[i] = int(np.round(1 / s))
|
|
105
96
|
|
|
106
97
|
out_target = da.coarsen(
|
|
107
98
|
aggregation_function, source_array, coarsening_setup, trim_excess=True
|
|
@@ -822,7 +822,6 @@ def abstract_derive(
|
|
|
822
822
|
pixelsize (float | tuple[float, float] | None): The pixel size of the new image.
|
|
823
823
|
z_spacing (float | None): The z spacing of the new image.
|
|
824
824
|
time_spacing (float | None): The time spacing of the new image.
|
|
825
|
-
axes_names (Sequence[str] | None): The axes names of the new image.
|
|
826
825
|
name (str | None): The name of the new image.
|
|
827
826
|
channels_policy (Literal["squeeze", "same", "singleton"] | int):
|
|
828
827
|
Possible policies:
|
|
@@ -837,7 +836,7 @@ def abstract_derive(
|
|
|
837
836
|
chunks (ChunksLike | None): The chunk shape of the new image.
|
|
838
837
|
shards (ShardsLike | None): The shard shape of the new image.
|
|
839
838
|
dtype (str | None): The data type of the new image.
|
|
840
|
-
dimension_separator (
|
|
839
|
+
dimension_separator (Literal[".", "/"] | None): The separator to use for
|
|
841
840
|
dimensions.
|
|
842
841
|
compressors (CompressorLike | None): The compressors to use.
|
|
843
842
|
extra_array_kwargs (Mapping[str, Any] | None): Extra arguments to pass to
|
|
@@ -656,7 +656,7 @@ class ImagesContainer:
|
|
|
656
656
|
chunks (ChunksLike | None): The chunk shape of the new image.
|
|
657
657
|
shards (ShardsLike | None): The shard shape of the new image.
|
|
658
658
|
dtype (str | None): The data type of the new image.
|
|
659
|
-
dimension_separator (
|
|
659
|
+
dimension_separator (Literal[".", "/"] | None): The separator to use for
|
|
660
660
|
dimensions.
|
|
661
661
|
compressors (CompressorLike | None): The compressors to use.
|
|
662
662
|
extra_array_kwargs (Mapping[str, Any] | None): Extra arguments to pass to
|
|
@@ -232,24 +232,18 @@ class LabelsContainer:
|
|
|
232
232
|
labels: Sequence[str] | None = None,
|
|
233
233
|
pixel_size: PixelSize | None = None,
|
|
234
234
|
) -> "Label":
|
|
235
|
-
"""Create an empty OME-Zarr
|
|
235
|
+
"""Create an empty OME-Zarr label from an existing image or label.
|
|
236
236
|
|
|
237
237
|
If a kwarg is not provided, the value from the reference image will be used.
|
|
238
238
|
|
|
239
239
|
Args:
|
|
240
|
-
|
|
241
|
-
ref_image (Image | Label): The reference image to derive the new
|
|
242
|
-
shape (Sequence[int] | None): The shape of the new
|
|
240
|
+
name (str): The name of the new label.
|
|
241
|
+
ref_image (Image | Label): The reference image to derive the new label from.
|
|
242
|
+
shape (Sequence[int] | None): The shape of the new label.
|
|
243
243
|
pixelsize (float | tuple[float, float] | None): The pixel size of the new
|
|
244
|
-
|
|
245
|
-
z_spacing (float | None): The z spacing of the new
|
|
246
|
-
time_spacing (float | None): The time spacing of the new
|
|
247
|
-
scaling_factors (Sequence[float] | Literal["auto"] | None): The scaling
|
|
248
|
-
factors of the new image.
|
|
249
|
-
axes_names (Sequence[str] | None): The axes names of the new image.
|
|
250
|
-
name (str | None): The name of the new image.
|
|
251
|
-
channels_meta (Sequence[str | Channel] | None): The channels metadata
|
|
252
|
-
of the new image.
|
|
244
|
+
label.
|
|
245
|
+
z_spacing (float | None): The z spacing of the new label.
|
|
246
|
+
time_spacing (float | None): The time spacing of the new label.
|
|
253
247
|
channels_policy (Literal["squeeze", "same", "singleton"] | int):
|
|
254
248
|
Possible policies:
|
|
255
249
|
- If "squeeze", the channels axis will be removed (no matter its size).
|
|
@@ -258,19 +252,19 @@ class LabelsContainer:
|
|
|
258
252
|
- If an integer is provided, the channels axis will be changed to have
|
|
259
253
|
that size.
|
|
260
254
|
ngff_version (NgffVersions | None): The NGFF version to use.
|
|
261
|
-
chunks (ChunksLike | None): The chunk shape of the new
|
|
262
|
-
shards (ShardsLike | None): The shard shape of the new
|
|
263
|
-
dtype (str | None): The data type of the new
|
|
264
|
-
dimension_separator (
|
|
255
|
+
chunks (ChunksLike | None): The chunk shape of the new label.
|
|
256
|
+
shards (ShardsLike | None): The shard shape of the new label.
|
|
257
|
+
dtype (str | None): The data type of the new label.
|
|
258
|
+
dimension_separator (Literal[".", "/"] | None): The separator to use for
|
|
265
259
|
dimensions.
|
|
266
260
|
compressors (CompressorLike | None): The compressors to use.
|
|
267
261
|
extra_array_kwargs (Mapping[str, Any] | None): Extra arguments to pass to
|
|
268
262
|
the zarr array creation.
|
|
269
|
-
overwrite (bool): Whether to overwrite an existing
|
|
270
|
-
labels (Sequence[str] | None):
|
|
271
|
-
|
|
272
|
-
pixel_size (PixelSize | None): The pixel size of the new
|
|
273
|
-
This argument is deprecated please use pixelsize, z_spacing,
|
|
263
|
+
overwrite (bool): Whether to overwrite an existing label.
|
|
264
|
+
labels (Sequence[str] | None): Deprecated. This argument is deprecated,
|
|
265
|
+
please use channels_meta instead.
|
|
266
|
+
pixel_size (PixelSize | None): Deprecated. The pixel size of the new label.
|
|
267
|
+
This argument is deprecated, please use pixelsize, z_spacing,
|
|
274
268
|
and time_spacing instead.
|
|
275
269
|
|
|
276
270
|
Returns:
|
|
@@ -266,8 +266,8 @@ class OmeZarrContainer:
|
|
|
266
266
|
|
|
267
267
|
def set_channel_meta(
|
|
268
268
|
self,
|
|
269
|
-
labels: Sequence[str] | int | None = None,
|
|
270
|
-
wavelength_id: Sequence[str] | None = None,
|
|
269
|
+
labels: Sequence[str | None] | int | None = None,
|
|
270
|
+
wavelength_id: Sequence[str | None] | None = None,
|
|
271
271
|
percentiles: tuple[float, float] | None = None,
|
|
272
272
|
colors: Sequence[str] | None = None,
|
|
273
273
|
active: Sequence[bool] | None = None,
|
|
@@ -462,7 +462,8 @@ class OmeZarrContainer:
|
|
|
462
462
|
z_spacing (float | None): The z spacing of the new image.
|
|
463
463
|
time_spacing (float | None): The time spacing of the new image.
|
|
464
464
|
name (str | None): The name of the new image.
|
|
465
|
-
channels_policy (Literal["squeeze", "same"] | int): Possible
|
|
465
|
+
channels_policy (Literal["squeeze", "same", "singleton"] | int): Possible
|
|
466
|
+
policies:
|
|
466
467
|
- If "squeeze", the channels axis will be removed (no matter its size).
|
|
467
468
|
- If "same", the channels axis will be kept as is (if it exists).
|
|
468
469
|
- If "singleton", the channels axis will be set to size 1.
|
|
@@ -814,7 +815,8 @@ class OmeZarrContainer:
|
|
|
814
815
|
label.
|
|
815
816
|
z_spacing (float | None): The z spacing of the new label.
|
|
816
817
|
time_spacing (float | None): The time spacing of the new label.
|
|
817
|
-
channels_policy (Literal["same", "squeeze"] | int): Possible
|
|
818
|
+
channels_policy (Literal["same", "squeeze", "singleton"] | int): Possible
|
|
819
|
+
policies:
|
|
818
820
|
- If "squeeze", the channels axis will be removed (no matter its size).
|
|
819
821
|
- If "same", the channels axis will be kept as is (if it exists).
|
|
820
822
|
- If "singleton", the channels axis will be set to size 1.
|
|
@@ -15,6 +15,9 @@ from ngio.ome_zarr_meta._meta_handlers import (
|
|
|
15
15
|
)
|
|
16
16
|
from ngio.ome_zarr_meta.ngio_specs import (
|
|
17
17
|
AxesHandler,
|
|
18
|
+
Channel,
|
|
19
|
+
ChannelsMeta,
|
|
20
|
+
ChannelVisualisation,
|
|
18
21
|
Dataset,
|
|
19
22
|
DefaultNgffVersion,
|
|
20
23
|
ImageInWellPath,
|
|
@@ -31,6 +34,9 @@ from ngio.ome_zarr_meta.ngio_specs import (
|
|
|
31
34
|
|
|
32
35
|
__all__ = [
|
|
33
36
|
"AxesHandler",
|
|
37
|
+
"Channel",
|
|
38
|
+
"ChannelVisualisation",
|
|
39
|
+
"ChannelsMeta",
|
|
34
40
|
"Dataset",
|
|
35
41
|
"DefaultNgffVersion",
|
|
36
42
|
"ImageInWellPath",
|
|
@@ -155,5 +155,11 @@ def download_ome_zarr_dataset(
|
|
|
155
155
|
path=download_dir,
|
|
156
156
|
processor=processor,
|
|
157
157
|
progressbar=progressbar,
|
|
158
|
+
# Add User-Agent to avoid 403 errors from Zenodo
|
|
159
|
+
downloader=pooch.HTTPDownloader(
|
|
160
|
+
headers={
|
|
161
|
+
"User-Agent": f"pooch/{pooch.__version__} (https://github.com/BioVisionCenter/ngio)"
|
|
162
|
+
}
|
|
163
|
+
),
|
|
158
164
|
)
|
|
159
165
|
return processor.output_file()
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from pathlib import Path
|
|
2
2
|
|
|
3
3
|
import pytest
|
|
4
|
+
from zarr.storage import MemoryStore
|
|
4
5
|
|
|
5
6
|
from ngio import Image, create_empty_ome_zarr, open_image
|
|
6
7
|
from ngio.transforms import ZoomTransform
|
|
@@ -250,3 +251,37 @@ def test_derive_image_consistency(
|
|
|
250
251
|
|
|
251
252
|
label = ome_zarr.derive_label("derived_label")
|
|
252
253
|
assert label.path == "s0"
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
@pytest.mark.parametrize(
|
|
257
|
+
("shape", "factors"),
|
|
258
|
+
[
|
|
259
|
+
((1, 1111, 1111), (1, 2, 2)),
|
|
260
|
+
((1, 1111, 1111), (1, 4, 4)),
|
|
261
|
+
((1, 1111, 1111), (1, 3, 3)),
|
|
262
|
+
],
|
|
263
|
+
)
|
|
264
|
+
def test_consolidate_consistency(shape, factors):
|
|
265
|
+
store = MemoryStore()
|
|
266
|
+
ome_zarr = create_empty_ome_zarr(
|
|
267
|
+
store,
|
|
268
|
+
shape=shape,
|
|
269
|
+
axes_names="zyx",
|
|
270
|
+
xy_pixelsize=1.0,
|
|
271
|
+
scaling_factors=factors,
|
|
272
|
+
levels=3,
|
|
273
|
+
)
|
|
274
|
+
image = ome_zarr.get_image()
|
|
275
|
+
image.consolidate()
|
|
276
|
+
|
|
277
|
+
derived_store = MemoryStore()
|
|
278
|
+
derived_ome_zarr = ome_zarr.derive_image(derived_store)
|
|
279
|
+
derived_image = derived_ome_zarr.get_image()
|
|
280
|
+
derived_image.consolidate()
|
|
281
|
+
|
|
282
|
+
for level_path in ome_zarr.levels_paths:
|
|
283
|
+
img1 = ome_zarr.get_image(path=level_path)
|
|
284
|
+
img2 = derived_ome_zarr.get_image(path=level_path)
|
|
285
|
+
assert img1.shape == img2.shape, (
|
|
286
|
+
f"Shapes do not match at level {level_path}: {img1.shape} vs {img2.shape}"
|
|
287
|
+
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|