-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Whenever I try to run the deconvolution in the cached settings I get this error message:
Exception in thread "Thread-43" 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)
These are the settings I use:
I've been using the virtual settings and they have been working but it takes much longer.
I encountered the same error running with cached settings on a linux server.
Is it possible to look into this?
Thanks!
