Geting sample structure info in MatLab
Posted: Tue Aug 06, 2013 3:47 am
Hello,
I'm working with oib and oif files in MatLab, and I want to know sample structure information ( TimeIncrement ).
I found this, but it's only for ImageJ:
<?xml version="1.0" encoding="UTF-8"?>
<OME:OME xmlns:ROI="http://www.openmicroscopy.org/Schemas/ROI/2013-06"
xmlns:OME="http://www.openmicroscopy.org/Schemas/OME/2013-06"
xmlns:BIN="http://www.openmicroscopy.org/Schemas/BinaryFile/2013-06"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2013-06
http://www.openmicroscopy.org/Schemas/O ... 06/ome.xsd">
<OME:Image ID="Image:0" Name="Series 1">
<OME:AcquisitionDate>2008-02-06T13:43:19</OME:AcquisitionDate>
<OME:Description>An example OME compliant file, based on Olympus.oib</OME:Description>
<OME:Pixels DimensionOrder="XYCZT" ID="Pixels:0"
PhysicalSizeX="0.207" PhysicalSizeY="0.207"
SizeC="3" SizeT="16" SizeX="1024" SizeY="1024" SizeZ="1"
TimeIncrement="120.1302" Type="uint16">
<OME:Channel EmissionWavelength="523" ExcitationWavelength="488" ID="Channel:0:0"
IlluminationType="Epifluorescence" Name="CH1" SamplesPerPixel="1"
PinholeSize="103.5" AcquisitionMode="LaserScanningConfocalMicroscopy"/>
<OME:Channel EmissionWavelength="578" ExcitationWavelength="561" ID="Channel:0:1"
IlluminationType="Epifluorescence" Name="CH3" SamplesPerPixel="1"
PinholeSize="127.24" AcquisitionMode="LaserScanningConfocalMicroscopy"/>
<OME:Channel ExcitationWavelength="488" ID="Channel:0:2"
IlluminationType="Transmitted"
ContrastMethod="DIC" Name="TD1" SamplesPerPixel="1"
AcquisitionMode="LaserScanningConfocalMicroscopy"/>
<BIN:BinData BigEndian="false" Length="0"/>
</OME:Pixels>
</OME:Image>
</OME:OME>
How can I get imformation about TimeIncrement using MatLab?
Thank you!
I'm working with oib and oif files in MatLab, and I want to know sample structure information ( TimeIncrement ).
I found this, but it's only for ImageJ:
<?xml version="1.0" encoding="UTF-8"?>
<OME:OME xmlns:ROI="http://www.openmicroscopy.org/Schemas/ROI/2013-06"
xmlns:OME="http://www.openmicroscopy.org/Schemas/OME/2013-06"
xmlns:BIN="http://www.openmicroscopy.org/Schemas/BinaryFile/2013-06"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2013-06
http://www.openmicroscopy.org/Schemas/O ... 06/ome.xsd">
<OME:Image ID="Image:0" Name="Series 1">
<OME:AcquisitionDate>2008-02-06T13:43:19</OME:AcquisitionDate>
<OME:Description>An example OME compliant file, based on Olympus.oib</OME:Description>
<OME:Pixels DimensionOrder="XYCZT" ID="Pixels:0"
PhysicalSizeX="0.207" PhysicalSizeY="0.207"
SizeC="3" SizeT="16" SizeX="1024" SizeY="1024" SizeZ="1"
TimeIncrement="120.1302" Type="uint16">
<OME:Channel EmissionWavelength="523" ExcitationWavelength="488" ID="Channel:0:0"
IlluminationType="Epifluorescence" Name="CH1" SamplesPerPixel="1"
PinholeSize="103.5" AcquisitionMode="LaserScanningConfocalMicroscopy"/>
<OME:Channel EmissionWavelength="578" ExcitationWavelength="561" ID="Channel:0:1"
IlluminationType="Epifluorescence" Name="CH3" SamplesPerPixel="1"
PinholeSize="127.24" AcquisitionMode="LaserScanningConfocalMicroscopy"/>
<OME:Channel ExcitationWavelength="488" ID="Channel:0:2"
IlluminationType="Transmitted"
ContrastMethod="DIC" Name="TD1" SamplesPerPixel="1"
AcquisitionMode="LaserScanningConfocalMicroscopy"/>
<BIN:BinData BigEndian="false" Length="0"/>
</OME:Pixels>
</OME:Image>
</OME:OME>
How can I get imformation about TimeIncrement using MatLab?
Thank you!