Ticket #206 (closed defect: fixed)
Opened 2007-10-29T10:37:33-05:00
Last modified 2007-10-30T13:22:02-05:00
Color merge throws an exception
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | plugins | Severity: | major |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The option to "Merge channels to RGB" can throw an exception. For example, the dataset in data/zeiss-zvi/cecilia/Day 1 Naked NB positive 1-2007-0055.zvi throws the following exception if anything other than "Do not merge" is chosen:
java.lang.ArrayIndexOutOfBoundsException: 2 at loci.plugins.Importer.makeRGB(Importer.java:793) at loci.plugins.Importer.displayStack(Importer.java:689) at loci.plugins.Importer.showStack(Importer.java:624) at loci.plugins.Importer.run(Importer.java:488) at loci.plugins.LociImporter.run(LociImporter.java:74) at ij.IJ.runUserPlugIn(IJ.java:158) at ij.IJ.runPlugIn(IJ.java:124) at ij.Executer.runCommand(Executer.java:95) at ij.Executer.run(Executer.java:49) at java.lang.Thread.run(Thread.java:613)
Change History
comment:1 Changed 2007-10-30T13:22:02-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
Fixed in r3330.