]> Creatis software - STMS.git/blob - Data/Parsers/Simu_Parser_RP.xml
ajout du champs outputImageExtension=".nii.gz" >
[STMS.git] / Data / Parsers / Simu_Parser_RP.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         numberOfTimePoints : Number of time points in the sequence. The time points should be comprised between 1 and numberOfTimePoints.
10         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.
11
12         ### listOutput ###
13         outputFolder        : Folder containing the output image sequence
14         commonRoot         : The beginning of the image file names has to be the same. The images will be saved as "commonRoot"+"timePoint"+"scaleParameters"+"imageExtension"
15 -->
16
17 <STMS_ProcessInfo
18         experimentPath="../../itkSTMS/Data/Images/"
19         imageExtension=".nii.gz" 
20         outputImageExtension=".nii.gz" >
21
22         <listInput
23                 inputFolder="Simu/"
24                 commonRoot="Simu"
25                 maskImage="null"
26         />
27
28         <listOutput
29                 outputFolder="Simu_Outputs/"
30                 commonRoot="Simu_STMS_"
31         />
32 </STMS_ProcessInfo>