Login  Register

Possible bug in "Make Substack..."

Posted by jbalsam on Feb 27, 2014; 9:11pm
URL: http://imagej.273.s1.nabble.com/Possible-bug-in-Make-Substack-tp5006704.html

I have written a macro which works, but is slow. So I tried hiding all of the images using setBatchMode(true) and setBatchMode("exit and display") at the beginning and end of the code. However, when the code arrives at the first call to run("Make Substack..." --- it throws an error that says [Invalid input string: "1-5"]. This doesn't happen when I comment out the two lines for batch mode.

So, it seems to me that "Make Substack..." just doesn't play well with batch mode. I have searched for other mentions of this and haven't found anything.

-Josh