-
Notifications
You must be signed in to change notification settings - Fork 0
/
IceProgramGadgetron_launchSVRTK.xml
62 lines (58 loc) · 4.45 KB
/
IceProgramGadgetron_launchSVRTK.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<IceGadgetronConfiguration xmlns="http://gadgetron.sf.net/gadgetron" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://gadgetron.sf.net/gadgetron IceGadgetron.xsd">
<GadgetronEmitter>
<!-- This is the gadgetron ini file which provides the hostname and network port; if not set, the default ini will be used -->
<IniFile>gadgetron.ini</IniFile>
<!-- This is the gadgetron *.xml config file which will be started on the remote host -->
<Config>gadgetron_svrtk.xml</Config>
<!-- This is the gadgetron *.xml config file will be used to map parameters from ICE to the Gadgetron -->
<ParameterMap>IsmrmrdParameterMap_Siemens.xml</ParameterMap>
<!-- This style sheet is applied (XSLT) to the XML parameters produced by the map above -->
<XslStylesheet>IsmrmrdParameterMap_Siemens_NX50.xsl</XslStylesheet>
<!-- <XslStylesheet>IsmrmrdParameterMap_Siemens_NX_Vida_ID_dummy.xsl</XslStylesheet> -->
<!-- This is the Functor in the ICE chain that the emitter will be inserted after -->
<Anchor>Flags</Anchor>
<!-- This parameter controls whether the original data will be passed on down the functor chain -->
<PassOnData>false</PassOnData>
<!-- This parameter controls whether the separate ref lines are acquired with Flash readout -->
<RefAsFlashReadOut>false</RefAsFlashReadOut>
<!-- This parameter controls the waiting time to start gadgetron on MARS if needed -->
<WaitingIntervalForStartOnMarsInSeconds>1.0</WaitingIntervalForStartOnMarsInSeconds>
<!-- This parameter controls the interval time to check and stop gadgetron on MARS if needed -->
<WaitingIntervalForCheckToStopOnMarsInSeconds>3.0</WaitingIntervalForCheckToStopOnMarsInSeconds>
<!-- This parameter controls the time out period to establish gadgetron connection, in seconds -->
<ConnectionTimeOut>2.0</ConnectionTimeOut>
<!-- This parameter controls the time out period to run the gadgetron client, in seconds -->
<ClientTimeOut>4.0</ClientTimeOut>
</GadgetronEmitter>
<GadgetronInjector>
<!-- This is the Functor in the ICE chain that the injector will be inserted BEFORE -->
<Anchor>DistorCor2D</Anchor>
<!-- Whether to use ICE mini header filling service -->
<UseIceFillingMiniHeader>true</UseIceFillingMiniHeader>
</GadgetronInjector>
<GadgetronConfigurator>
<!-- If true, the configurator of gadgetron will auto determine where to insert GadgetronInjector -->
<AutoConfigure>true</AutoConfigure>
<!-- If true, the gadgetron will first process dependency measurements if there are any -->
<ProcessDependency>false</ProcessDependency>
<!-- If true, the gadgetron will be queried to find out whether the required dependency has already been stored -->
<QueryDependencyStatus>false</QueryDependencyStatus>
<!-- If true, the dependency file will not be sent to gadgetron if the local dependency ISMRMRD file exists -->
<CheckDependencyStatusUsingISMRMRDFile>false</CheckDependencyStatusUsingISMRMRDFile>
<!-- If true, the stored dependency will be deleted after certain time period, e.g. one day -->
<CleanStoredDependency>false</CleanStoredDependency>
<!-- Time limit to keep the dependencies, in the unit of hour -->
<TimeLimitStoredDependency>240.0</TimeLimitStoredDependency>
<!-- This is the gadgetron chain to process dependency measurements -->
<DependencyConfig>default_measurement_dependencies.xml</DependencyConfig>
<!-- This is the gadgetron *.xml config file will be used to map parameters from ICE to the Gadgetron for dependency measurements -->
<DependencyParameterMap>IsmrmrdParameterMap_Siemens.xml</DependencyParameterMap>
<!-- This style sheet is applied (XSLT) to the XML parameters produced by the map above -->
<DependencyXslStylesheet>IsmrmrdParameterMap_Siemens_NX50.xsl</DependencyXslStylesheet>
<!-- <DependencyXslStylesheet>IsmrmrdParameterMap_Siemens_NX_Vida_ID_dummy.xsl</DependencyXslStylesheet> -->
<!-- This lists the functors to be removed by IceGadgetron -->
<FunctorRemoveList>FunctorRemoval1</FunctorRemoveList>
<FunctorRemoveList>FunctorRemoval2</FunctorRemoveList>
</GadgetronConfigurator>
</IceGadgetronConfiguration>