<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Nur Text Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.NurTextZchn
        {mso-style-name:"Nur Text Zchn";
        mso-style-priority:99;
        mso-style-link:"Nur Text";
        font-family:"Calibri","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoPlainText><span lang=EN-US>Hello everyone,<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoPlainText><span lang=EN-US>I just tried to get the total number of planes in an image in matlab.<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>So I opened the file using bfopen.m from the loci website and get the image cell; metadata is stored in the second entry, so trying r = bfopen(..); meta = r{2}; a = meta.getImageCount() b = meta.getPlaneCount(0)<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoPlainText>returns a==b==0.<o:p></o:p></p><p class=MsoPlainText><span lang=EN-US>However, running the command line script&nbsp; showinf with the same versions of loci_tools and bio_formats (4.3.3), the correct value is given in line 475:<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>int imageCount = reader.getImageCount();<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US> <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>Also, when I query<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>getPixelsSizeT(0)<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>getPixelsSizeC(0)<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>in matlab, the correct values are returned, and all the rest of metadata not concerned with planes is returned correctly.<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>meta.getPlaneDeltaT(0,0)<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>returns empy.<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoPlainText><span lang=EN-US>I cannot think of any reason for this but the initialization of metadata in bfopen might be different than that in showinf? But then, why should querying it work with anything but planes?<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoPlainText><span lang=EN-US>Does any of you have an idea about that?<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoPlainText>Cheers<o:p></o:p></p><p class=MsoPlainText>--Heinrich<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>