Skip to content

Commit 2914a57

Browse files
dzenanzSunderlandkyl
authored andcommitted
Update Capistrano configuration file
* Correct misspelling of PulserFrequency to PulseFrequency * Change some parameters from default values, so this can be used to test reading of configuration file and invocation of setters. * Remove trailing white space * Update name and description
1 parent 796d7eb commit 2914a57

1 file changed

Lines changed: 25 additions & 24 deletions

File tree

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
<PlusConfiguration version="2.3">
22

33
<DataCollection StartupDelaySec="1.0" >
4-
<DeviceSet
5-
Name="TEST Data collection in file mode 3 NWires + OpenIGTLink broadcasting through OpenIGTLinkServer (IMAGE and TRANSFORM messages)"
6-
Description="The SequenceMetafile names should be defined either from command line argument or from configuration file + OpenIGTLink broadcasting (IMAGE and TRANSFORM messages)" />
4+
<DeviceSet
5+
Name="TEST Data collection for CapistranoVideo Device and PlusOpenIGTLinkServer at default address"
6+
Description="Defines CapistranoVideo and " />
77
<Device
88
Id="VideoDevice"
99
Type="CapistranoVideo"
10-
UpdateParameters="TRUE"
11-
BidirectionalMode="FALSE"
12-
CineBuffers="32"
13-
PluserFrequency="35.0"
14-
Interpolate="TRUE"
15-
AverageMode="FALSE"
16-
BModeViewOption="4"
17-
LutCenter="110"
18-
LutWindow="230">
10+
UpdateParameters="TRUE"
11+
BidirectionalMode="FALSE"
12+
CineBuffers="64"
13+
PulseFrequency="35.0"
14+
Interpolate="TRUE"
15+
AverageMode="FALSE"
16+
BModeViewOption="4"
17+
JitterCompensation="60"
18+
LutCenter="125"
19+
LutWindow="250">
1920
<UsImagingParameters>
2021
<Parameter name="Voltage" value="50"/>
2122
<Parameter name="SoundVelocity" value="1532"/>
22-
<Parameter name="DepthMm" value="36"/>
23+
<Parameter name="DepthMm" value="54"/>
2324
<Parameter name="ImageSize" value="550 700"/>
2425
<Parameter name="Intensity" value="255"/>
2526
<Parameter name="Contrast" value="150"/>
@@ -38,28 +39,28 @@
3839
</OutputChannels>
3940
</Device>
4041
</DataCollection>
41-
42-
<PlusOpenIGTLinkServer
43-
ListeningPort="18944"
44-
OutputChannelId="VideoStream" >
45-
<DefaultClientInfo>
46-
<MessageTypes>
42+
43+
<PlusOpenIGTLinkServer
44+
ListeningPort="18944"
45+
OutputChannelId="VideoStream" >
46+
<DefaultClientInfo>
47+
<MessageTypes>
4748
<Message Type="IMAGE" />
4849
</MessageTypes>
4950
<ImageNames>
5051
<Image Name="US" EmbeddedTransformToFrame="Reference" />
5152
</ImageNames>
5253
</DefaultClientInfo>
5354
</PlusOpenIGTLinkServer>
54-
55+
5556
<CoordinateDefinitions>
5657
<Transform From="Reference" To="US"
5758
Matrix="
5859
1.0 0.0 0.0 100.0
59-
0.0 1.0 0.0 200.0
60-
0.0 0.0 1.0 300.0
60+
0.0 1.0 0.0 200.0
61+
0.0 0.0 1.0 300.0
6162
0.0 0.0 0.0 1.0"
6263
Date="2016.01.06 17:57:00" />
63-
</CoordinateDefinitions>
64-
64+
</CoordinateDefinitions>
65+
6566
</PlusConfiguration>

0 commit comments

Comments
 (0)