-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImDecorr Exception #3
Comments
Hi, I have the same error: I can run the plugin with the example.tif but not with mine. To be accurate I took a crop of my larger image to have the same dimensions as the example.tif: 512 x 512 pixels, 8 bit, grayscale. |
I am having the same issue on a Windows 10 system, 8-bit image, larger in size. "Exception in thread "Thread-5" java.lang.ArrayIndexOutOfBoundsException: 100 |
Hi Margaret. It was a similar error for me. I decreased the maximum radius
in the range from 0.5 to 0.7. It works for me and other partners when using
larger images.
El mié, 4 may 2022 a la(s) 11:41, Margaret Schroeder (
***@***.***) escribió:
… I am having the same issue on a Windows 10 system, 8-bit image, larger in
size.
"Exception in thread "Thread-5" java.lang.ArrayIndexOutOfBoundsException:
100
at
ImageDecorrelationAnalysis.getCorrCoefRing(ImageDecorrelationAnalysis.java:556)
at ImageDecorrelationAnalysis.computeD(ImageDecorrelationAnalysis.java:242)
at
ImageDecorrelationAnalysis.runAnalysis(ImageDecorrelationAnalysis.java:168)
at ImageDecorrelationAnalysis$1.run(ImageDecorrelationAnalysis.java:79)
at java.lang.Thread.run(Thread.java:748)"
—
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM7M3W6C6SJSREZ6TID67FDVIKSCRANCNFSM5TZOTVRA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
thank you - radius 0 to 0.5 worked! |
Hi, I was running the plugin and i get this exception:
Exception in thread "Thread-6" java.lang.ArrayIndexOutOfBoundsException: 102
at ImageDecorrelationAnalysis.getCorrCoefRing(ImageDecorrelationAnalysis.java:556)
at ImageDecorrelationAnalysis.computeD(ImageDecorrelationAnalysis.java:242)
at ImageDecorrelationAnalysis.runAnalysis(ImageDecorrelationAnalysis.java:168)
at ImageDecorrelationAnalysis$1.run(ImageDecorrelationAnalysis.java:79)
at java.lang.Thread.run(Thread.java:748)
Also I notice that does not work on all images. For example, if the image is too small less than 100x100 pixels, does not compute the values neither plots the decorrelation graph. I test the plugin on images of the same size and sometimes does not compute values.
The text was updated successfully, but these errors were encountered: