Re: FFT RawPS in macro

Posted by Wayne Rasband-2 on
URL: http://imagej.273.s1.nabble.com/FFT-RawPS-in-macro-tp5024010p5024012.html

> On Oct 11, 2020, at 6:21 AM, Peter Haub <[hidden email]> wrote:
>
> Hi,
>
> I would like to create the FFT RawPS per macro.
>
> Executing
>      run("FFT Options...", "raw");
>      run("FFT");
> delivers the FFT but not the RawPS.
>
> Changing the FFT options also doesn't help.

Use

  run("FFT Options...", "raw do”);

The ‘do’ enables the “Do forward transform” option, which is required.

-wayne


> There seems to be an issue with the static option variables in FFT.java.
>
> Or is this a my mistake?
>
> (Tested with IJ 1.53f26)
>
> Thanks and regards
> Peter

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html