]> Creatis software - clitk.git/blob - tools/clitkImage2DicomSeries.ggo
3067e34dadebbb748d351a363c11608d0260ef66
[clitk.git] / tools / clitkImage2DicomSeries.ggo
1 #File clitkImage2DicomSeries.ggo
2 package "clitkImage2DicomSeries"
3 version "1.0"
4 purpose "Convert the mhd input image (int image) into a dicom serie in outputDir base on the dictionary of the dicoms in inputDir."
5
6 option "config"     - "Config file"             string  no
7 option "verbose"    v "Verbose"                 flag    off
8
9 option "input"      i "Input image filename"    string  yes
10 option "inputDir"   d "Input dicom directory"   string  yes
11 option "outputDir"  o "Output dicom directory"  string  yes
12