<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 15 (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;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:"Lucida Sans Unicode";
        panose-1:2 11 6 2 3 5 4 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.pre
        {mso-style-name:pre;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
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=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Dear All,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have a big stream data from the Hamamatsu sCMOS camera. The file size is more than 10GB and the format can be .BTF(big tiff) or the .HIS format (Hamamatsu format). I tried to use the bioformats library (bfopen) to load in the MATLAB or the ImageJ, in both cases, the latest jar files are added to the path of the software. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>However, for the HIS format, it only read portion of the data.  That is probably due to the memory restriction of the bioformats only read 2 GB <o:p></o:p></p><p class=MsoNormal><span style='color:#1F497D'>    error(['Image plane too large. Only 2GB of data can be extracted '...<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>        'at one time. You can workaround the problem by opening '...<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>        'the plane in tiles.']);<o:p></o:p></span></p><p class=MsoNormal>One suggest from the link <a href="http://www.openmicroscopy.org/site/support/bio-formats5.2/about/bug-reporting.html">http://www.openmicroscopy.org/site/support/bio-formats5.2/about/bug-reporting.html</a><o:p></o:p></p><p class=MsoNormal>But I do not find any examples to use it : <span class=pre><span style='font-size:10.5pt;font-family:Consolas;color:#333333;letter-spacing:.1pt;background:white'>openBytes(int,</span></span><span class=apple-converted-space><span style='font-size:10.5pt;font-family:Consolas;color:#333333;letter-spacing:.1pt;background:white'> </span></span><span class=pre><span style='font-size:10.5pt;font-family:Consolas;color:#333333;letter-spacing:.1pt;background:white'>int,int,</span></span><span class=apple-converted-space><span style='font-size:10.5pt;font-family:Consolas;color:#333333;letter-spacing:.1pt;background:white'> </span></span><span class=pre><span style='font-size:10.5pt;font-family:Consolas;color:#333333;letter-spacing:.1pt;background:white'>int,</span></span><span class=apple-converted-space><span style='font-size:10.5pt;font-family:Consolas;color:#333333;letter-spacing:.1pt;background:white'> </span></span><span class=pre><span style='font-size:10.5pt;font-family:Consolas;color:#333333;letter-spacing:.1pt;background:white'>int)</span></span><span class=apple-converted-space><span style='font-size:10.5pt;font-family:"Lucida Sans Unicode",sans-serif;color:black;letter-spacing:-.1pt;background:white'> <o:p></o:p></span></span></p><p class=MsoNormal><span class=apple-converted-space><span style='font-size:10.5pt;font-family:"Lucida Sans Unicode",sans-serif;color:black;letter-spacing:-.1pt;background:white'><o:p> </o:p></span></span></p><p class=MsoNormal><span class=apple-converted-space><span style='font-size:10.5pt;font-family:"Lucida Sans Unicode",sans-serif;color:black;letter-spacing:-.1pt;background:white'>If I use the big tiff format, the bio-formats can read the small dataset, but the larger dataset (>4GB), there is error to ask the Java advanced Imaging, which I have no clue to install or include. <o:p></o:p></span></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Error using bfGetReader (line 84)<o:p></o:p></p><p class=MsoNormal>Java exception occurred:<o:p></o:p></p><p class=MsoNormal>loci.formats.MissingLibraryException: Java Advanced Imaging<o:p></o:p></p><p class=MsoNormal>(JAI) is required to read some TIFF files. Please install JAI<o:p></o:p></p><p class=MsoNormal>from <a href="https://jai.dev.java.net/">https://jai.dev.java.net/</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Can someone help me to find a solution. Really thanks a lot.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Best regards,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Yuanyuan<o:p></o:p></p></div></body></html>