<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>Hi,</div>
<div><br>
</div>
<div>I have been unable to open Gatan .dm4 files with bioformats in Fiji with the latest version on Mac OS X 10.9.5 (screenshot of error message attached). Although DM4 doesn’t seem to be officially supported, it worked fine in previous versions (for example
 the lifeline version) and the code seems to reference DM4_MAGIC_BYTES. I checked the GatanReader.java code for the working and non-working versions and there is a difference in the method that produces the error:</div>
<div><br>
</div>
<div>Bio-formats Version 5.1.3 (non-working):</div>
<div>-----------------------------------------------------------------------------------------</div>
<div>else if (labelString.startsWith("xPos")) {<br>
          final Double number = Double.valueOf(value);<br>
          posX = new Length(number, UNITS.REFERENCEFRAME);<br>
        }<br>
        else if (labelString.startsWith("yPos")) {<br>
          final Double number = Double.valueOf(value);<br>
          posY = new Length(number, UNITS.REFERENCEFRAME);<br>
        }</div>
<div>
<div>-----------------------------------------------------------------------------------------</div>
</div>
<div><br>
</div>
<div>Bio-formats Version 5.0.3 (working):</div>
<div>
<div>-----------------------------------------------------------------------------------------</div>
<div>        else if (labelString.startsWith("xPos")) {</div>
          posX = Double.parseDouble(value);<br>
        }<br>
        else if (labelString.startsWith("yPos")) {<br>
          posY = Double.parseDouble(value);<br>
        }<br>
<div>-----------------------------------------------------------------------------------------</div>
</div>
<div><br>
</div>
<div>It looks as though the problem is with parsing the string read from the metadata? I’ve uploaded an example DM4 file named Example_MJ.dm4 to the QA server from my email address
<a href="mailto:martin.jones@crick.ac.uk">martin.jones@crick.ac.uk</a>.</div>
<div><br>
</div>
<div>Cheers,</div>
<div>Martin</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<img height="737" width="732" apple-width="yes" apple-height="yes" apple-inline="yes" id="FDFD094B-9760-47F1-8719-201412A24E6C" src="cid:17A686EF-1E37-40EC-A4B0-A1D26C6C746B@Home"><br>
<div><br class="webkit-block-placeholder">
</div>
<div><br class="webkit-block-placeholder">
</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"><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>
</body>
</html>