[ome-devel] BD Reader Datetimes of Images / Bio-formats

Garbett, Shawn P shawn.garbett at Vanderbilt.Edu
Wed Feb 23 21:06:13 GMT 2011


I noticed some code that slipped through the cracks on this reader.

      MetadataTools.setDefaultCreationDate(store, id, i);

      int well = i / (fieldRows * fieldCols);
      int field = i % (fieldRows * fieldCols);

Should instead be something like (so that each image preserves it capture time):

      int well = i / (fieldRows * fieldCols);
      int field = i % (fieldRows * fieldCols);

      MetadataTools.setDefaultCreationDate(store, tiffs[well][field], i);

But I'm having trouble debug / compiling an importer with this right now.

Also I noticed a request for more BD Pathway files. If you have any requests, I could send a set of DVDs.

Shawn Garbett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-devel/attachments/20110223/07dc0401/attachment.html>


More information about the ome-devel mailing list