Ticket #367 (closed defect: fixed)
Opened 2009-03-13T11:11:24-05:00
Last modified 2009-03-16T13:18:30-05:00
NativeND2Reader does not read Z steps correctly
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | bio-formats | Severity: | serious |
Keywords: | Cc: | jonas.dorn@… | |
Blocked By: | Blocking: |
Description
data/nd2/jonas/header_test1.nd2 should have Dimensions.PhysicalSizeZ set to 0.5 um. However, NativeND2Reader currently sets PhysicalSizeZ to 1.0 um.
data/nd2/jonas/header_test2.nd2 has the same problem.
Change History
comment:1 Changed 2009-03-16T13:18:30-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
(In [4922]) Parse Z step from the 'dZStep' value instead of the 'dAspect' value. Fixes #367.