[ome-users] Bug-report Leica timestamps

Marjolein Meddens marjolein at unm.edu
Tue Jul 18 21:13:00 BST 2017


Hello.

I think I found a bug in Bio-Formats.
The issue is that I'm not able to load time stamps from my Leica .lif files. I ran into the problem while using Matlab toolbox, but I checked whether I could get the time stamps in Fiji and I also couldn't get them there.
One thing to note is that my data was acquired using "Live Data Mode" which allows you to acquire different 'jobs' in the Leica software.
I can see the timestamps in the LASX software (see screenshot) so they're saved in the lif file.

I have uploaded my file on the QA system. (BugReport_MM.lif).

Code that reproduces problem in Matlab:
Reader = bfGetReader('BugReport_MM.lif');
Reader.setSeries(0);
omeMeta = Reader.getMetadataStore();
deltaT = omeMeta.getPlaneDeltaT(0,0); %deltaT is empty

Code that reproduces problem in Fiji
run("Bio-Formats Macro Extensions");
Ext.setId("Y:\\Marjolein\\OME bug report\\BugReport_MM.lif")
Ext.getPlaneTimingDeltaT(deltaT, 1)
print(deltaT); // deltaT is NaN

System info:
Windows 8.1 Enterprise 64-bit
Java 1.8.0_111
BioFormats 5.5.3

Thank you,
Marjolein

Marjolein Meddens PhD | Postdoc

Department of Physics and Astronomy
Department of Pathology
University of New Mexico
Albuquerque, USA


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-users/attachments/20170718/be9dcfe4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LASX screenshot.jpg
Type: image/jpeg
Size: 227244 bytes
Desc: LASX screenshot.jpg
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-users/attachments/20170718/be9dcfe4/attachment.jpg>


More information about the ome-users mailing list