Login  Register

Re: Stack Aligner does not work in a macro with AstroImageJ V5

Posted by keastrid on Mar 26, 2023; 10:39pm
URL: http://astroimagej.170.s1.nabble.com/Stack-Aligner-does-not-work-in-a-macro-with-AstroImageJ-V5-tp2180p2191.html

Hi George,

Using .13 and the interactive interpreter, I cannot reproduce the issue with stack aligner. Are you not seeing any movement within the stack?

var i = 100;
run("Stack Aligner", "first=1 last=i radius=8 inner=14 outer=21 use=false use_0=false use_1=false allow=false use_2=true remove=false align=false show=false");

Kevin