ToNIFTI - Convert a MultiSliceImage to NIFTI-1 Format

This script converts an existing MultiSliceImage (a UNC or Analyze image) to NIFTI-1 format. Note that the script runs a more general program called MSIConverter, with the environment variable OutputType=NIFTI-1, thus producing a NIFTI-1 format output image. Running the script without any arguments produces the following output.

Usage:
        MSIConverter [-v] [-h] image outputImage
Options:
        -v turns on verbose reporting.
        -h prints this message.
 
  -DOutputType=UNC creates UNC format output images.
  -DOutputType=Analyze creates Analyze format output images.
  -DOutputType=NIFTI-1 creates NIFTI-1 format output images.
    
Jim Home