diff --git a/apps/paramaps/itkimage2paramap.xml b/apps/paramaps/itkimage2paramap.xml
index e0d6a062..2d4af4a8 100644
--- a/apps/paramaps/itkimage2paramap.xml
+++ b/apps/paramaps/itkimage2paramap.xml
@@ -1,7 +1,7 @@
Informatics.Converters
- Encode DICOM Parametric Map
+ Convert ITK image to DICOM Parametric MapConvert a parametric map provided in any of the formats supported by ITK, such as NRRD or NIFTI, into a DICOM Parametric Map image object.1.0https://github.com/QIICR/dcmqi
@@ -10,7 +10,7 @@
This work is supported in part the National Institutes of Health, National Cancer Institute, Informatics Technology for Cancer Research (ITCR) program, grant Quantitative Image Informatics for Cancer Research (QIICR) (U24 CA180918, PIs Kikinis and Fedorov).
-
+
inputFileName
@@ -35,6 +35,19 @@
File name of the DICOM Parametric map object with the result of the conversion.
+
+ dicomDirectory
+
+ input
+ inputDICOMDirectory
+
+ Directory with the source DICOM images that were used to generate the parametric map.
+
+
+
+
+
+
dicomImageFileList
@@ -43,16 +56,6 @@
File name of the DICOM image file that should be used to populate the composite context (attributes related to the patient and imaging study).
-
-
- dicomDirectory
-
- input
- inputDICOMDirectory
-
- Directory with the source DICOM images that were used to generate the parametric map.
-
-
diff --git a/apps/paramaps/paramap2itkimage.xml b/apps/paramaps/paramap2itkimage.xml
index 25975de5..c901684f 100644
--- a/apps/paramaps/paramap2itkimage.xml
+++ b/apps/paramaps/paramap2itkimage.xml
@@ -10,6 +10,7 @@
This work is supported in part the National Institutes of Health, National Cancer Institute, Informatics Technology for Cancer Research (ITCR) program, grant Quantitative Image Informatics for Cancer Research (QIICR) (U24 CA180918, PIs Kikinis and Fedorov).
+
inputFileName
@@ -25,6 +26,10 @@
outputDirectoryDirectory to store parametric map in an ITK format, and the JSON metadata file.
+
+
+
+
outputType
diff --git a/apps/seg/itkimage2segimage.xml b/apps/seg/itkimage2segimage.xml
index b5adfe2b..8c6c90cc 100644
--- a/apps/seg/itkimage2segimage.xml
+++ b/apps/seg/itkimage2segimage.xml
@@ -1,7 +1,7 @@
Informatics.Converters
- Encode DICOM SEG
+ Convert ITK image(s) into DICOM Segmentation ImageConvert the volumetric segmentation(s) stored as labeled pixels using any of the formats supported by ITK, such as NRRD or NIFTI, into a DICOM Segmentation Object (further referred to as SEG).1.0https://github.com/QIICR/dcmqi
@@ -10,7 +10,7 @@
This work is supported in part the National Institutes of Health, National Cancer Institute, Informatics Technology for Cancer Research (ITCR) program, grant Quantitative Image Informatics for Cancer Research (QIICR) (U24 CA180918, PIs Kikinis and Fedorov).
-
+
metaDataFileName
@@ -50,6 +50,10 @@
inputImageListComma-separated list of file names of the segmentation images in a format readable by ITK (NRRD, NIfTI, MHD, etc.). Each of the individual files can contain one or more labels (segments). Segments from different files are allowed to overlap. See documentation for details.
+
+
+
+
skipEmptySlices
diff --git a/apps/seg/segimage2itkimage.xml b/apps/seg/segimage2itkimage.xml
index 384c58a1..3bee199d 100644
--- a/apps/seg/segimage2itkimage.xml
+++ b/apps/seg/segimage2itkimage.xml
@@ -1,7 +1,7 @@
Informatics
- Convert DICOM SEG into ITK image
+ Convert DICOM Segmentation Image into ITK image(s)This tool can be used to convert DICOM Segmentation into volumetric segmentations stored as labeled pixels using research format, such as NRRD or NIfTI, and meta information stored in the JSON file format.1.0https://github.com/QIICR/dcmqi
@@ -10,6 +10,7 @@
This work is supported in part the National Institutes of Health, National Cancer Institute, Informatics Technology for Cancer Research (ITCR) program, grant Quantitative Image Informatics for Cancer Research (QIICR) (U24 CA180918, PIs Kikinis and Fedorov).
+
inputSEGFileName
@@ -18,13 +19,18 @@
File name of the input DICOM Segmentation image object.
-
+ outputDirNameinputoutputDirectoryDirectory to store individual segments saved using the output format specified files. When specified, file names will contain prefix, followed by the segment number.
-
+
+
+
+
+
+
prefix