Login  Register

Re: FFT RawPS in macro

Posted by Peter Haub on Oct 12, 2020; 7:26am
URL: http://imagej.273.s1.nabble.com/FFT-RawPS-in-macro-tp5024010p5024019.html

Thank you @Herbie and @Wayne !

Just a little "do" .. so easy.
:-)

Sorry for being stumped. I didn't had the intuition to only macro-record
the FFT Options instead of  macro-recording FFT.
:-(

Peter


On 11.10.2020 15:42, Wayne Rasband wrote:

>> 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

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