ToUnc - Convert a MultiSliceImage to UNC Format

This script converts an existing MultiSliceImage (an Analyze or NIFTI-1 image) to UNC format. Note that the script runs a more general program called MSIConverter, with the variable OutputType=UNC, thus producing an UNC 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