All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macros.StacksMenuTool.txt Maven / Gradle / Ivy

Go to download

ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.

There is a newer version: 1.54m
Show newest version
  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