Skip to content

Commit

Permalink
Add sample zarr of tiff converted to zarr
Browse files Browse the repository at this point in the history
The OME XML reports that the channels are not interleaved.
  • Loading branch information
blowekamp committed Aug 31, 2023
1 parent 00c99d1 commit bf3b850
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 2 deletions.
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/.zattrs
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/.zgroup
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/0/.zarray
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/0/.zattrs
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/0/0/0/0/0/0
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/1/.zarray
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/1/.zattrs
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/1/0/0/0/0/0
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/2/.zarray
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/2/.zattrs
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/2/0/0/0/0/0
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/OME/.zattrs
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/OME/.zgroup
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/data/OM_P1_S1_ScanOnly_1k_tiff.zarr/OME/METADATA.ome.xml
Git LFS file not shown
4 changes: 2 additions & 2 deletions test/test_HedwigZarrImages.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@pytest.fixture(
scope="function",
params=["2013-1220-dA30_5-BSC-1_22_full_rec.zarr", "OM_P1_S1_ScanOnly_1k.zarr"],
params=["2013-1220-dA30_5-BSC-1_22_full_rec.zarr", "OM_P1_S1_ScanOnly_1k.zarr", "OM_P1_S1_ScanOnly_1k_tiff.zarr"],
)
def temp_zarr_path(request, tmp_path_factory, data_path):
"""Copies ZARRs to temporary directory for modification."""
Expand All @@ -36,7 +36,7 @@ def temp_zarr_path(request, tmp_path_factory, data_path):

@pytest.mark.parametrize(
"zarr_name",
["2013-1220-dA30_5-BSC-1_22_full_rec.zarr", "OM_P1_S1_ScanOnly_1k.zarr"],
["2013-1220-dA30_5-BSC-1_22_full_rec.zarr", "OM_P1_S1_ScanOnly_1k.zarr", "OM_P1_S1_ScanOnly_1k_tiff.zarr"],
)
def test_HedwigZarrImage_info(data_path, zarr_name):
zi = HedwigZarrImages(data_path / zarr_name)
Expand Down

0 comments on commit bf3b850

Please sign in to comment.