Task #13181 (closed)
Opened 3 years ago
Closed 2 years ago
Imspector .msr file fails to load (divide by zero)
| Reported by: | imunro-x | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Unscheduled |
| Component: | from QA | Version: | Bio-Formats-5.1.8 |
| Keywords: | ImspectorReader, external, our-fault | Cc: | i.munro@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description (last modified by imunro-x)
There are 3 example files in QA-17102.(zipped)
File "1 channel binning 4 time series.msr" fails to load with the error below.
See also Task #13180
Java exception occurred:
java.lang.ArithmeticException?: / by zero
at loci.formats.in.ImspectorReader?.initFile(ImspectorReader?.java:421)
at loci.formats.FormatReader?.setId(FormatReader?.java:1426)
at loci.formats.ImageReader?.setId(ImageReader?.java:835)
at loci.formats.ReaderWrapper?.setId(ReaderWrapper?.java:651)
at loci.formats.ChannelFiller?.setId(ChannelFiller?.java:223)
at loci.formats.ReaderWrapper?.setId(ReaderWrapper?.java:651)
at loci.formats.ChannelSeparator?.setId(ChannelSeparator?.java:289)
Change History (3)
comment:1 Changed 3 years ago by imunro-x
- Description modified (diff)
comment:2 Changed 3 years ago by imunro-x
- Version changed from BIo-Formats-5.1.5 to Bio-Formats-5.1.8
comment:3 Changed 2 years ago by mlinkert
- Resolution set to fixed
- Status changed from new to closed
PR open for 5.6.x consideration: https://github.com/openmicroscopy/bioformats/pull/2913