File: StacksMenuTool.txt

package info (click to toggle)
skyview 3.4.2%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,176 kB
  • sloc: java: 29,396; makefile: 18; sh: 1
file content (15 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  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);
  }