Setting options for Subtract Background in Java
Posted by Cspr on Mar 30, 2010; 6:08pm
URL: http://imagej.273.s1.nabble.com/Setting-options-for-Subtract-Background-in-Java-tp3688734.html
Hello ImageJ users.
I'm in the middle of creating a small plugin for ImageJ Fiji. One of the steps involved here is the use of the subtract background. When you start the Subtract Background routine none of the options are checked. I would like only the preview option to be checked here.
The usual call IJ.run(image, "Subtract Background...", ""); starts the routine which is fine but i've yet to be able to decipher how I add arguements to the call i.e. how do I fill out the third parameter in the above call (currently the empty string) to set the Subtract Background window to appear with the preview option enabled? I have tried enabling the Macro recording (using imageJ 1.43) but unfortunately it doesnt provide any answers for the Preview option, unlike for instance the disable setting.
Thank you.