On Tuesday 27 Sep 2016 03:27:01 Danae wrote:
> I'm currently doing a plugin on JAVA for imagej that needs to call the
> function "Maximum Intensity Z-projection" which I know it's already in
> imagej if you go for "Image/Stacks/Z Project...".
You can find this out by using the macro recorder.
Choose "java" for the target language in the recorder window.
In you case what you are after is:
IJ.run(imp, "Z Project...", "projection=[Max Intensity]");
There might be another way of doing, like calling the code directly, but the
above would do too.
Cheers
Gabriel
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html