Ticket #616 (closed defect: fixed)
Opened 2010-12-07T13:59:07-06:00
Last modified 2010-12-09T13:15:35-06:00
Openlab LIFF reader assumes non-sparse planes
| Reported by: | melissa | Owned by: | melissa |
|---|---|---|---|
| Priority: | major | Milestone: |
|
| Component: | bio-formats | Severity: | serious |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description (last modified by melissa)
It does not correctly handle cases where some planes are missing along a particular axis. In particular, if we have these planes:
C = 0, Z = 0 C = 1, Z = 0 C = 1, Z = 1 C = 1, Z = 2
the reader would detect SizeC = 2 and SizeZ = 2, when it should detect SizeC = 2 and SizeZ = 3 with blank planes inserted as appropriate.