From f89f1db5182f698afca3bde3f5712a7c9d8bb142 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 15 Sep 2022 15:17:18 +0200 Subject: [PATCH] Update Hex40 definition While trying to get the `bioformats2raw.layout` specification (https://github.com/ome/ngff/pull/112) this raised its head again. Following the discussion in https://github.com/ome/ome-model/pull/158 changing the size checks to `40` passes. fix: https://github.com/ome/bioformats/issues/3810 fix: https://github.com/ome/napari-ome-zarr/pull/47#issuecomment-1248066299 --- testing/data/fake-plate-rows-2.ome.xml | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/data/fake-plate-rows-2.ome.xml diff --git a/testing/data/fake-plate-rows-2.ome.xml b/testing/data/fake-plate-rows-2.ome.xml new file mode 100644 index 00000000..4945aa05 --- /dev/null +++ b/testing/data/fake-plate-rows-2.ome.xml @@ -0,0 +1 @@ +ExperimentPlate 0 of 1PlateAcquisition 0 of 1Image Description 01234567890ABCDEF1234567890ABCDEF12345678Image Description 11234567890ABCDEF1234567890ABCDEF12345678 \ No newline at end of file