macros.StacksMenuTool.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ij Show documentation
Show all versions of ij Show documentation
ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.
var sCmds = newMenu("Stacks Menu Tool",
newArray("Add Slice", "Delete Slice", "Set Slice...",
"-", "3D Project...", "Grouped Z Project...", "Z Project...", "Orthogonal Views", "Plot Z-axis Profile", "Reslice [/]...",
"-", "Images to Stack", "Stack to Images", "Make Montage...",
"-", "Make Substack...", "Stack to Hyperstack...",
"-", "Combine...", "Concatenate...", "Flip Z", "Label...", "Animation Options...",
"-", "T1 Head (2.4M, 16-bits)"));
macro "Stacks Menu Tool - C037T0b11ST8b09tTcb09k" {
cmd = getArgument();
if (cmd=="Images to Stack")
run(cmd, " ");
else if (cmd!="-")
run(cmd);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy