Open pedriniedoardo opened 4 months ago
Hi! From macro, the plugin is still interactive. Have a look at this conversation in the forum:
You can use a script though and avoid the problem:
https://imagej.net/plugins/register-virtual-stack-slices#scripting--plugin
Hello, I was trying to automate the registration of some images. I have identified the sets of parameters that seem to be working for my case. I have registered the macro commands and was trying to save the core of the registration step so it can be looped across the different sets of images. I need to save the transformation files, but when I run the macro, it keeps prompting me for the directory where to save them. Here is the sample macro:
When I run it, it pops up the dialogue to select the destination folder of the transfromations. After specifying the destination directory, it all works as expected.
Can you suggest a way to save the transformation files programmatically? Is there a specific parameter I need to pass to the call of `run("Register Virtual Stack Slices")?
I am using the latest version of the plugin
Also the lates version of ImageJ
Thank you