Task #8730 (closed)
Opened 7 years ago
Closed 7 years ago
Bug: ScanR datasets with no labels do not open
| Reported by: | mlinkert | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Bio-Formats | Version: | n.a. |
| Keywords: | n.a. | Cc: | christian.dietz@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-06-05 (16) |
Description
See scanr/christian, which produces this exception:
Exception in thread "main" java.lang.ArithmeticException: / by zero at loci.formats.in.ScanrReader.initFile(ScanrReader.java:550) at loci.formats.FormatReader.setId(FormatReader.java:1092) at loci.formats.ImageReader.setId(ImageReader.java:682) at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:492) at loci.formats.tools.ImageInfo.testRead(ImageInfo.java:972) at loci.formats.tools.ImageInfo.main(ImageInfo.java:1013)
Change History (3)
comment:1 Changed 7 years ago by mlinkert
- Remaining Time changed from 0.5 to 0.001
- Status changed from new to accepted
comment:2 Changed 7 years ago by jburel
- Sprint changed from 2012-05-22 (15) to 2012-06-05 (16)
Moved from sprint 2012-05-22 (15)
comment:3 Changed 7 years ago by mlinkert
- Remaining Time changed from 0.001 to 0
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
PR opened: https://github.com/openmicroscopy/bioformats/pull/69
(A new build is not yet available, but you can test using the branch mentioned in the PR.)