Task #12880 (closed)
Opened 4 years ago
Closed 4 years ago
Bug: Incorrect time-stamp for ND2 files
| Reported by: | bramalingam | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | minor | Milestone: | 5.1.2 |
| Component: | Bio-Formats | Version: | 5.1.1 |
| Keywords: | n.a. | Cc: | enno.oldewurtel@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
ref : http://lists.openmicroscopy.org.uk/pipermail/ome-users/2015-May/005360.html
QA : 11064
Code used for testing
r = loci.formats.ChannelFiller();
r = loci.formats.ChannelSeparator(r);
r.setMetadataStore(loci.formats.MetadataTools.createOMEXMLMetadata());
r.setId('/Volumes/ome/apache_repo/11064/t1_mp8_z4_chOff_005.nd2');
metadata=r.getMetadataStore();
i=0;
for j = 0:metadata.getPlaneCount(i)-1
j=loci.formats.FormatTools.getIndex(r, metadata.getPlaneTheZ(i,j).getValue,
metadata.getPlaneTheC(i,j).getValue, metadata.getPlaneTheT(i,j).getValue);
t=double(metadata.getPlaneDeltaT(i,j).value);
disp(t);
end
Change History (1)
comment:1 Changed 4 years ago by mlinkert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Should be fixed with https://github.com/openmicroscopy/bioformats/pull/1798