NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 27 - FFT (3D) launches an execption
FFT (3D) launches an execption
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P2 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2009-01-28 19:50 CST by Jean-Yves Tinevez
Modified: 2009-02-18 13:45 CST
2 users (show)

See Also:

Description Jean-Yves Tinevez 2009-01-28 19:50:20 CST
FFT (3D) in the Plugins > Process menu launches a java.lang.ArrayIndexOutOfBoundsException.
To reproduce, open sample "Bat-cochlea volume', launch FFT (3D) on it.
Comment 1 Johannes Schindelin 2009-02-13 16:34:42 CST
Bene, this code is too complicated for me...
Comment 2 Benjamin Schmid 2009-02-16 12:02:08 CST
This plugin is based on 'Numerical Recipes'. At the time I wrote this I wasn't aware of the copyright restrictions which result from this. So maybe it's better to use Stephan Preibisch's Fourier transform instead?
Comment 3 Johannes Schindelin 2009-02-16 12:17:28 CST
Unfortunately, I lack the time to find out what the differences are (i.e. is it really a 3D FFT, is it as easy to use?)...
Comment 4 Johannes Schindelin 2009-02-18 13:45:54 CST
Stephan Preibisch contributed a 2D/3D FFT already; it lives in registration_3d.jar and can be located at Plugins>Process>Fast FFT (2D/3D).  So I just removed the FFT from VIB.

Problem solved.