<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi Martin</div>
<div>I forgot to mention in my previous e-mail.</div>
<div>Could you submit one of the files that currently failed to import?</div>
<div><br>
</div>
<div>Thanks</div>
<div>Jmarie</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>ome-users <<a href="mailto:ome-users-bounces@lists.openmicroscopy.org.uk">ome-users-bounces@lists.openmicroscopy.org.uk</a>> on behalf of Martin Jones <<a href="mailto:Martin.Jones@crick.ac.uk">Martin.Jones@crick.ac.uk</a>><br>
<span style="font-weight:bold">Reply-To: </span>OME User Support List <<a href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a>><br>
<span style="font-weight:bold">Date: </span>Monday, 14 September 2015 14:42<br>
<span style="font-weight:bold">To: </span>OME User Support List <<a href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [ome-users] GatanReader bug<br>
</div>
<div><br>
</div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>Thanks, I’ve downloaded the latest versions of bioformats (via Fiji updater) and bftools.zip (from <a href="http://www.openmicroscopy.org/site/support/bio-formats5.1/users/comlinetools/">http://www.openmicroscopy.org/site/support/bio-formats5.1/users/comlinetools/</a> today)
 but I’m still unable to open my .dm4 files.</div>
<div><br>
</div>
<div>Importing with Fiji results in a popup message that I don’t think I got before saying “Sorry, there was a problem during import."</div>
<div><br>
</div>
<div>Here are the results of ./showinf:</div>
<div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">G12-Laptop02:bftools jones58$ ./showinf ~/Desktop/Example_Gatan_File.dm4 </div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">Checking file format [Gatan Digital Micrograph]</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">Initializing reader</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">GatanReader initializing /Users/jones58/Desktop/Example_Gatan_File.dm4</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">Verifying Gatan format</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">Reading tags</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">Exception in thread "main" loci.formats.FormatException: Unable to parse metadata tag</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.initFile(GatanReader.java:202)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.FormatReader.setId(FormatReader.java:1426)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.ImageReader.setId(ImageReader.java:835)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:651)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.tools.ImageInfo.testRead(ImageInfo.java:1028)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.tools.ImageInfo.main(ImageInfo.java:1117)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">Caused by: java.lang.NumberFormatException: For input string: "50"</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at java.lang.Double.parseDouble(Double.java:538)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at java.lang.Double.<init>(Double.java:608)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.parseTags(GatanReader.java:487)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.parseTags(GatanReader.java:474)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.parseTags(GatanReader.java:474)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.parseTags(GatanReader.java:474)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.parseTags(GatanReader.java:474)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.parseTags(GatanReader.java:474)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.parseTags(GatanReader.java:474)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.parseTags(GatanReader.java:474)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>at loci.formats.in.GatanReader.initFile(GatanReader.java:200)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>... 5 more</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Any help or advice is much appreciated!</div>
<div><br>
</div>
<div>Cheers,</div>
<div>Martin</div>
<div><br>
</div>
<br>
<div>
<div>On 4 Sep 2015, at 11:17, Jean-Marie Burel (Staff) <<a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi Martin</div>
<div><br>
</div>
<div>Thanks for reporting the issue. The problem has already been solved see <a href="https://github.com/openmicroscopy/bioformats/pull/1928">https://github.com/openmicroscopy/bioformats/pull/1928</a></div>
<div><br>
</div>
<div>The fix will be included in the 5.1.4 version of Bio-Formats, version that we are planning to release early next week.</div>
<div><br>
</div>
<div>Cheers</div>
<div><br>
</div>
<div>Jmarie</div>
<br>
<span style="font-size:10pt;">The University of Dundee is a registered Scottish Charity, No: SC015096</span></div>
_______________________________________________<br>
ome-users mailing list<br>
<a href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a><br>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br>
</blockquote>
</div>
<br>
<div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<font color="#919191" face="Trebuchet MS" size="1"><u><br class="Apple-interchange-newline">
                                                                                 </u></font></div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<font color="#919191" face="Trebuchet MS" size="1"><br>
Dr. Martin Jones<br>
<br>
Electron Microscopy STP<br>
The Francis Crick Institute<br>
Lincoln's Inn Fields Laboratory</font></div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<font color="#919191" face="Trebuchet MS" size="1">44 Lincoln’s Inn Fields</font></div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<font color="#919191" face="Trebuchet MS" size="1">London WC2A 3LY<br>
</font>
<div><font color="#919191" face="Trebuchet MS" size="1"><br>
</font></div>
<div><font color="#919191" face="Trebuchet MS" size="1">T: +44 (0)20 7269 3346 (Room 1B16)</font></div>
</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<font color="#919191" face="Trebuchet MS" size="1">E: <a href="mailto:Martin.Jones@crick.ac.uk">Martin.Jones@crick.ac.uk</a></font></div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<font color="#919191" face="Trebuchet MS" size="1">W: <a href="http://www.crick.ac.uk">www.crick.ac.uk</a></font></div>
</div>
<br>
<p style="color:rgb(112,113,115);font-family: 'Trebuchet MS', 'Lucida Grande'; font-style: italic; font-size: 10pt;">
The Francis Crick Institute Limited is a registered charity in England and Wales no. 1140062 and a company registered in England and Wales no. 06885462, with its registered office at 215 Euston Road, London NW1 2BE.
</p>
</div>
</div>
</span><br>
<span style="font-size:10pt;">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</body>
</html>