You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Particle Analyser fails to complete properly, complaining for the last thread:
Exception in thread "Thread-132" java.lang.ArrayIndexOutOfBoundsException: 2016
at org.bonej.plugins.ConnectedComponents.lambda$firstIDAttribution$1(ConnectedComponents.java:264)
at java.lang.Thread.run(Thread.java:748)
and for many threads:
Exception in thread "Thread-126" java.lang.IllegalArgumentException: ID 7602176 is greater than the allowed range (max 7602175)
at org.bonej.plugins.ConnectedComponents.expandMap(ConnectedComponents.java:998)
at org.bonej.plugins.ConnectedComponents.lambda$firstIDAttribution$1(ConnectedComponents.java:323)
at java.lang.Thread.run(Thread.java:748)
To Reproduce
Steps to reproduce the behavior:
Open a huge image, e.g. 150 GB with 3 million particle on a big machine e.g. 132 CPU threads
Describe the bug
Particle Analyser fails to complete properly, complaining for the last thread:
and for many threads:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Particle Analyser completes successfully
Environment
Additional context
First reported here:
https://forum.image.sc/t/bonej-analyse-particles-file-size-limitation/45137/7
The text was updated successfully, but these errors were encountered: