-
Notifications
You must be signed in to change notification settings - Fork 0
/
myIMUMappings.xml
42 lines (42 loc) · 2.42 KB
/
myIMUMappings.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
<?xml version="1.0" encoding="UTF-8" ?>
<OpenSimDocument Version="40000">
<XsensDataReaderSettings>
<!--Name of trial (Common prefix of txt files representing trial).-->
<trial_prefix>MT_012005D6_009-001</trial_prefix>
<!--List of Experimental sensors and desired associated names in resulting tables-->
<ExperimentalSensors>
<ExperimentalSensor name="_00B42268">
<!--The name of the PhysicalFrame representing a sensor (IMU) in Model.When loading sensor data, it will be used as a table column label.-->
<name_in_model>torso_imu</name_in_model>
</ExperimentalSensor>
<ExperimentalSensor name="_00B42279">
<!--The name of the PhysicalFrame representing a sensor (IMU) in Model. When loading sensor data, it will be used as a table column label.-->
<name_in_model>pelvis_imu</name_in_model>
</ExperimentalSensor>
<ExperimentalSensor name="_00B4227D">
<!--The name of the PhysicalFrame representing a sensor (IMU) in Model. When loading sensor data, it will be used as a table column label.-->
<name_in_model>tibia_r_imu</name_in_model>
</ExperimentalSensor>
<ExperimentalSensor name="_00B4227C">
<!--The name of the PhysicalFrame representing a sensor (IMU) in Model. When loading sensor data, it will be used as a table column label.-->
<name_in_model>femur_r_imu</name_in_model>
</ExperimentalSensor>
<ExperimentalSensor name="_00B421ED">
<!--The name of the PhysicalFrame representing a sensor (IMU) in Model. When loading sensor data, it will be used as a table column label.-->
<name_in_model>tibia_l_imu</name_in_model>
</ExperimentalSensor>
<ExperimentalSensor name="_00B421EE">
<!--The name of the PhysicalFrame representing a sensor (IMU) in Model. When loading sensor data, it will be used as a table column label.-->
<name_in_model>femur_l_imu</name_in_model>
</ExperimentalSensor>
<ExperimentalSensor name="_00B421EF">
<!--The name of the PhysicalFrame representing a sensor (IMU) in Model. When loading sensor data, it will be used as a table column label.-->
<name_in_model>calcn_r_imu</name_in_model>
</ExperimentalSensor>
<ExperimentalSensor name="_00B421E6">
<!--The name of the PhysicalFrame representing a sensor (IMU) in Model. When loading sensor data, it will be used as a table column label.-->
<name_in_model>calcn_l_imu</name_in_model>
</ExperimentalSensor>
</ExperimentalSensors>
</XsensDataReaderSettings>
</OpenSimDocument>