Task #10939 (closed)
Opened 11 years ago
Closed 10 years ago
Bug: NativeND2Reader divide by zero error in initFile
Reported by: | rleigh | Owned by: | mlinkert |
---|---|---|---|
Priority: | major | Milestone: | 5.0.3 |
Component: | Bio-Formats | Version: | 4.4.9 |
Keywords: | TAB | Cc: | cameron.nowell@…, ux@… |
Resources: | n.a. | Referenced By: | https://trello.com/c/ArelsNBe/51-bug-nd2-bio-formats |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
An image demonstrating this issue was provided by Cameron Nowell in https://www.openmicroscopy.org/community/viewtopic.php?f=13&t=4997 (CCd). I've put the downloaded image here: /ome/team/rleigh/samples/nd2/nowell/CamND2.nd2; please could this be copied to from_skyking?
Exception in thread "main" java.lang.ArithmeticException: / by zero at loci.formats.FormatTools.rasterToPosition(FormatTools.java:529) at loci.formats.FormatTools.rasterToPosition(FormatTools.java:514) at loci.formats.in.NativeND2Reader.initFile(NativeND2Reader.java:1110) at loci.formats.FormatReader.setId(FormatReader.java:1183) at loci.formats.DelegateReader.setId(DelegateReader.java:259) at loci.formats.ImageReader.setId(ImageReader.java:727) at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:529) at loci.formats.tools.ImageInfo.testRead(ImageInfo.java:992) at loci.formats.tools.ImageInfo.main(ImageInfo.java:1035)
Change History (4)
comment:1 Changed 11 years ago by jamoore
- Cc ux@… added
- Keywords TAB added
- Version set to 4.4.9
comment:2 Changed 10 years ago by mlinkert
- Milestone changed from Unscheduled to 5.0.3
comment:3 Changed 10 years ago by jamoore
- Referenced By set to https://trello.com/c/ArelsNBe/51-bug-nd2-bio-formats
comment:4 Changed 10 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.
PR opened for inclusion in 5.0.3: https://github.com/openmicroscopy/bioformats/pull/1159