Class AnalyzeRotateVolume

java.lang.Object
mgui.io.foreign.analyze.AnalyzeRotateVolume

public class AnalyzeRotateVolume
extends java.lang.Object

Rotate an Analyze volume about a specified axis, by some multiple of 90 degrees.

Output is a new img file with the prefix 'trans'. New header files with this name will also be generated; these are simply copies of the originals.

Syntax: java AnalyzeRotateVolume [AXIS] [ROT] [FILE]

Arguments:

AXIS: one of X, Y, Z indicating the axis to rotate about

ROT: the rotation, which must be 90, 180, or 270

FILE: the input Analyze volume (*.img)

Author:
Andrew Reid
  • Constructor Summary

    Constructors
    Constructor Description
    AnalyzeRotateVolume()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    static void main_old​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnalyzeRotateVolume

      public AnalyzeRotateVolume()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • main_old

      public static void main_old​(java.lang.String[] args)
      Parameters:
      args -