]> Creatis software - STMS.git/blob - Data/Parsers/P1_NiiPerf.xml
87d1bcc8540a23a385c4a1221301a92cd5e972a0
[STMS.git] / Data / Parsers / P1_NiiPerf.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!-- 
3         experimentPath     : Absolute path to the folder containing all the experiment data
4         imageExtension     : Extension of the image files. There is no default value, has to be specified.
5         commonRoot         : The beginning of the image file names has to be the same. The images should be noted "commonRoot"+"timePoint"+"imageExtension"
6
7         ### listInput ###
8         inputFolder        : Folder containing the input image sequence
9         maskImage          : Specify a mask image if you want to process STMS only with the mask pixel values. It has to be stored in the "Mask" folder and to be a binary image (0/1). Set tu null if no mask.
10
11         ### listOutput ###
12         outputFolder        : Folder containing the output image sequence
13         commonRoot         : The beginning of the image file names has to be the same. The images will be saved as "commonRoot"+"timePoint"+"scaleParameters"+"imageExtension"
14 -->
15
16 <STMS_ProcessInfo
17         experimentPath="/run/media/mure/HDD/Recherche/These/Repositories/Mure/Dev/Cpp/itkSTMS/Data/Images/"
18         imageExtension=".nii.gz" >
19
20         <listInput
21                 inputFolder="P1_NiiPerf/"
22                 commonRoot="Perf_"
23                 maskImage="null"
24         />
25
26         <listOutput
27                 outputFolder="P1_NiiPerf-out/"
28                 commonRoot="P1-Perf_"
29         />
30 </STMS_ProcessInfo>