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
When doing an inverse complex FFT on a stack with a short name, the following error appears: java.lang.StringIndexOutOfBoundsException: String index out of range: -9. This has to do with line 553 in FFT.java: String name = WindowManager.getUniqueName(imp.getTitle().substring(10)).
Steps to reproduce:
Open an image
Do a complex FFT
Rename the stack to something with <10 characters
Do an inverse FFT
Workaround: rename the stack to something with >10 characters
The text was updated successfully, but these errors were encountered:
When doing an inverse complex FFT on a stack with a short name, the following error appears: java.lang.StringIndexOutOfBoundsException: String index out of range: -9. This has to do with line 553 in FFT.java: String name = WindowManager.getUniqueName(imp.getTitle().substring(10)).
Steps to reproduce:
Workaround: rename the stack to something with >10 characters
The text was updated successfully, but these errors were encountered: