Re: Stack Aligner does not work in a macro with AstroImageJ V5
Posted by GeorgeF on Mar 30, 2023; 6:30pm
URL: http://astroimagej.170.s1.nabble.com/Stack-Aligner-does-not-work-in-a-macro-with-AstroImageJ-V5-tp2180p2202.html
Hi Karen
I had one last thought and I put a wait(10000); before close of flat image and wait(10000); after image sequence load and it appears to work - all these commands are running async in threads - really messing up macros.
With ImageJ macros I can see someone has lost the plot (open and close async?? ). Really need a flag on astroimagej plugins which use threads async in normal use, then have a single thread capability when running in a macro?
regards
George