debug macro about the argument from command line?
Posted by
nickxtsui on
Jan 21, 2014; 10:28pm
URL: http://imagej.273.s1.nabble.com/debug-macro-about-the-argument-from-command-line-tp5006216.html
Dear Folks:
I am wondering is there anyway to debug Fiji macro from command line?
For example, is following command is input:
fiji D:\fiji\macros\myFFTmacro.ijm D:\inputImage\ --headless
where inside D:\inputIMage\ there are two images that should be processed
FFT by this macro.
Inside the macro, there is
filePath = getArgument;
So in this case, how can I debug macro regarding the argument input from
the command line?
Thanks a lot.
Nick
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html