-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test case for converting empty plates
- Loading branch information
1 parent
4e728db
commit 52d1de0
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
src/test/resources/com/glencoesoftware/bioformats2raw/test/empty-plate.ome.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
<Plate | ||
ID="Plate:1" | ||
Name="Control Platedasd" | ||
ColumnNamingConvention="letter" | ||
RowNamingConvention="number" | ||
Columns="12" | ||
Rows="8" | ||
> | ||
</Plate> | ||
|
||
<Image ID="Image:0" Name="6x6x1x8-swatch.tif"> | ||
<AcquisitionDate>2010-02-23T12:51:30</AcquisitionDate> | ||
<Pixels DimensionOrder="XYCZT" ID="Pixels:0:0" PhysicalSizeX="10000.0" | ||
PhysicalSizeY="10000.0" Type="uint8" SizeC="1" SizeT="1" SizeX="6" SizeY="4" SizeZ="1"> | ||
<Channel Color="-2147483648" ID="Channel:0"/> | ||
<BinData BigEndian="false" Length="32" | ||
>/wCrzur//wB5oMPi/wBIbJO3AP8ePGCF</BinData> | ||
</Pixels> | ||
</Image> | ||
|
||
</OME> |