-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi Alex, I started to explore the use of FindFoci GUI to count GFP fluorescent neurons in deconvolved and stitched brightfield stacks of cleared tissue, but I am getting an "An error occurred during processing: 51745980" whenever I use stacks larger than a certain size. For instance I'm getting it with a stack of size 1430x326x111 (32bit), which is just a cropped version for testing of what I would like to use for my actual analyses (up to 1400x5000x100).
Please note that I'm using a parameter set that works reasonably well in identifying my interest neurons in a highly cropped version of the same stack.
The console throws the following:
Exception in thread "Thread-5" java.lang.ArrayIndexOutOfBoundsException: 51745980
at gdsc.foci.FindFociFloatProcessor.buildHistogram(FindFociFloatProcessor.java:197)
at gdsc.foci.FindFociFloatProcessor.buildHistogram(FindFociFloatProcessor.java:138)
at gdsc.foci.FindFociBaseProcessor.findMaxima(FindFociBaseProcessor.java:211)
at gdsc.foci.FindFoci.findMaxima(FindFoci.java:1835)
at gdsc.foci.FindFoci.exec(FindFoci.java:991)
at gdsc.foci.controller.ImageJController.run(ImageJController.java:270)
at java.lang.Thread.run(Thread.java:748)
My system has 21GB allocated to Fiji. Is this an issue that you could look into or am I just missing something with the choice of parameters?