<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>From: </b></span><span style="font-family:'Helvetica'; font-size:medium;">"Garbett, Shawn P" &lt;<a href="mailto:shawn.garbett@Vanderbilt.Edu">shawn.garbett@Vanderbilt.Edu</a>&gt;<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>Date: </b></span><span style="font-family:'Helvetica'; font-size:medium;">24 February 2011 16:47:27 GMT<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>To: </b></span><span style="font-family:'Helvetica'; font-size:medium;">"<a href="mailto:melissa@glencoesoftware.com">melissa@glencoesoftware.com</a>" &lt;<a href="mailto:melissa@glencoesoftware.com">melissa@glencoesoftware.com</a>&gt;, "<a href="mailto:ome-devel@lists.openmicroscopy.org.uk">ome-devel@lists.openmicroscopy.org.uk</a>" &lt;<a href="mailto:ome-devel-owner@lists.openmicroscopy.org.uk">ome-devel-owner@lists.openmicroscopy.org.uk</a>&gt;<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>Subject: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><b>Re: [ome-devel] BD Reader Datetimes of Images / Bio-formats</b><br></span></div><br><div>
<font color="#00880E"><font size="1"><font face="Courier, Courier New"><span style="font-size:9pt">&gt; MetadataTools.setDefaultCreationDate(store, tiffs[well][0], i);<br>
<br>
Isn’t this only storing the first date? The goal is to have the timestamp for each image in the tiff stack, not just the first one. The problem is that sometimes an experiment is stopped and restarted, and the actual datetime stamp of each image is needed.<br>
</span></font></font></font><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt"><br>
<br>
On 2/24/11 7:45 AM, "Melissa Linkert" &lt;<a href="x-msg://300/melissa@glencoesoftware.com">melissa@glencoesoftware.com</a>&gt; wrote:<br>
<br>
</span></font><blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">Hi Shawn,<br>
<br>
Thank you very much for noticing this. &nbsp;I've just committed a slightly<br>
modified version of your fix, so the latest trunk build of Bio-Formats<br>
should solve the problem.<br>
<br>
You can see the relevant commit here:<br>
<br>
<a href="http://git.openmicroscopy.org/?p=bioformats.git;a=blobdiff;f=components/bio-formats/src/loci/formats/in/BDReader.java;h=5c9dd968de4ca59e05b2f945246ec4b6c47202cc;hp=550e610e4672a178f6790479aea7bab07c77ef86;hb=96b63e2151d0333e2498d67ac350d5b77a75bdce;hpb=4b62c4f32e0bafc83e3ea5eb4ca98e82e946274d">http://git.openmicroscopy.org/?p=bioformats.git;a=blobdiff;f=components/bio-formats/src/loci/formats/in/BDReader.java;h=5c9dd968de4ca59e05b2f945246ec4b6c47202cc;hp=550e610e4672a178f6790479aea7bab07c77ef86;hb=96b63e2151d0333e2498d67ac350d5b77a75bdce;hpb=4b62c4f32e0bafc83e3ea5eb4ca98e82e946274d</a><br>
<br>
&gt; Also I noticed a request for more BD Pathway files. If you have any requests, I could send a set of DVDs.<br>
<br>
What we're most in need of right now is data that has more than 2x2 fields, or<br>
that can be publicly distributed. &nbsp;If you are willing and able to set either<br>
type of data, we would be most appreciative.<br>
<br>
Regards,<br>
-Melissa<br>
<br>
On Wed, Feb 23, 2011 at 03:06:13PM -0600, Garbett, Shawn P wrote:<br>
&gt; I noticed some code that slipped through the cracks on this reader.<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MetadataTools.setDefaultCreationDate(store, id, i);<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int well = i / (fieldRows * fieldCols);<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int field = i % (fieldRows * fieldCols);<br>
&gt;<br>
&gt; Should instead be something like (so that each image preserves it capture time):<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int well = i / (fieldRows * fieldCols);<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int field = i % (fieldRows * fieldCols);<br>
&gt;<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MetadataTools.setDefaultCreationDate(store, tiffs[well][field], i);<br>
&gt;<br>
&gt; But I'm having trouble debug / compiling an importer with this right now.<br>
&gt;<br>
&gt; Also I noticed a request for more BD Pathway files. If you have any requests, I could send a set of DVDs.<br>
&gt;<br>
&gt; Shawn Garbett<br>
<br>
&gt; _______________________________________________<br>
&gt; ome-devel mailing list<br>
&gt; <a href="x-msg://300/ome-devel@lists.openmicroscopy.org.uk">ome-devel@lists.openmicroscopy.org.uk</a><br>
&gt; <a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel</a><br>
<br>
<br>
</span></font></blockquote>
</div>


</blockquote></div><br></body></html>