fiji / Stitching

Fiji's Stitching plugins reconstruct big images from tiled input images.
http://imagej.net/Stitching
GNU General Public License v2.0
96 stars 64 forks source link

Batch runs? #36

Closed SirSteel closed 8 years ago

SirSteel commented 8 years ago

I am a python native programmer and don't know much java. But as far as I can read from the code, the GUI is embedded in the main code. Is there something I missed? Is there a way to run this as a batch on a series of folders? I would want the same settings for all folders, so basically the only thing that would change would be the directory setting. I am not that familiar with macros, could it be done that way?

StephanPreibisch commented 8 years ago

Hi, it can be done using the ImageJ Macro Recorder and modifying the recorded command. To do that use Plugins > Macro > Record and choose the language accordingly.

Hope this helps, Stephan

SirSteel commented 8 years ago

Thank you, it does!