]> Creatis software - STMS.git/blob - Data/Parsers/P1_NiiPerf.xml
ajout du champs outputImageExtension=".nii.gz" >
[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         outputImageExtension=".nii.gz" >
20         
21
22         <listInput
23                 inputFolder="P1_NiiPerf/"
24                 commonRoot="Perf_"
25                 maskImage="null"
26         />
27
28         <listOutput
29                 outputFolder="P1_NiiPerf-out/"
30                 commonRoot="P1-Perf_"
31         />
32 </STMS_ProcessInfo>