-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi!
I get the following error when I'm trying Multiview Deconvolution.
Exception in thread "Thread-19" java.lang.ArrayIndexOutOfBoundsException: 1
at net.imglib2.img.cell.CellGrid.(CellGrid.java:129)
at net.preibisch.mvrecon.process.fusion.FusionTools.cacheRandomAccessibleInterval(FusionTools.java:802)
at net.preibisch.mvrecon.process.deconvolution.util.ProcessInputImages.cacheRandomAccessibleInterval(ProcessInputImages.java:260)
at net.preibisch.mvrecon.process.deconvolution.util.ProcessInputImages.cacheImages(ProcessInputImages.java:170)
at net.preibisch.mvrecon.process.deconvolution.util.ProcessInputImages.cacheImages(ProcessInputImages.java:171)
at net.preibisch.mvrecon.fiji.plugin.Image_Deconvolution.deconvolve(Image_Deconvolution.java:162)
at net.preibisch.mvrecon.fiji.plugin.Image_Deconvolution.deconvolve(Image_Deconvolution.java:89)
at net.preibisch.mvrecon.fiji.spimdata.explorer.popup.DeconvolutionPopup$MyActionListener$1.run(DeconvolutionPopup.java:82)
at java.lang.Thread.run(Thread.java:750)
The error persists even in those images where I've previously successfully performed the fusion. Unsure if this is an update related issue. But really need this to work and would appreciate any suggestions on how to circumvent this.