- Python: tree of python objects instead of tree of dicts

- Rust: more derives
This commit is contained in:
w.pomp
2026-06-22 18:08:58 +02:00
parent 034b879e3f
commit 5ecc5c6cb4
38 changed files with 7582 additions and 3435 deletions
@@ -0,0 +1,11 @@
<OME xmlns="http://www.openmicroscopy.org/Schemas/OME/2016-06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2016-06 http://www.openmicroscopy.org/Schemas/OME/2016-06/ome.xsd">
<Image ID="Image:0" Name="max.tif">
<Description/>
<Pixels ID="Pixels:0" DimensionOrder="XYCZT" Type="uint16" SignificantBits="16" Interleaved="false" BigEndian="true" SizeX="1024" SizeY="1024" SizeZ="1" SizeC="1" SizeT="1">
<Channel ID="Channel:0:0" SamplesPerPixel="1">
<LightPath/>
</Channel>
<MetadataOnly/>
</Pixels>
</Image>
</OME>