|
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);
|
|
}
|