-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings_scaling.xml
77 lines (77 loc) · 3.71 KB
/
settings_scaling.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0"?>
<data>
<!--path to the folder the unscaled model is stored-->
<folder_model_input>path/to/folder/</folder_model_input>
<!--filename of the unscaled model (including '.osim')-->
<filename_model_input>model.osim</filename_model_input>
<!--path to the folder in which the scale setup is stored-->
<folder_scale_setup>path/to/folder/</folder_scale_setup>
<!--filename of the scale setup (including .xml)-->
<filename_scale_setup>scale_settings.xml</filename_scale_setup>
<!--path to the folder the scaled model will be stored-->
<folder_model_output>path/to/folder/</folder_model_output>
<!--filename the scaled model will be saved as (including '.osim')-->
<filename_model_scaled>model_scaled.osim</filename_model_scaled>
<!--folder in which all .trc marker files are stored-->
<folder_trc>path/to/folder/</folder_trc>
<!--filenames of the marker data file used for scaling (neutral pose)-->
<filename_scalingfile>scalingfile.trc</filename_scalingfile>
<!--time range in scaling file to use for scaling-->
<time_range>0 0.01</time_range>
<!--filenames of the five marker data files used for the personalization of the scapulohumeral rhythm of the right shoulder-->
<filenames_calibration_right>
<abd0>right_abd_0.trc</abd0>
<abd180>right_abd_180.trc</abd180>
<flex180>right_flex_180.trc</flex180>
<horiz_abd>right_horiz_abd.trc</horiz_abd>
<horiz_add>right_horiz_add.trc</horiz_add>
</filenames_calibration_right>
<!--filenames of the five marker data files used for the personalization of the scapulohumeral rhythm of the left shoulder-->
<filenames_calibration_left>
<abd0>left_abd_0.trc</abd0>
<abd180>left_abd_180.trc</abd180>
<flex180>left_flex_180.trc</flex180>
<horiz_abd>left_horiz_abd.trc</horiz_abd>
<horiz_add>left_horiz_add.trc</horiz_add>
</filenames_calibration_left>
<!--names of the upper body markers in your study protocol.-->
<marker_names>
<IJ>Sternum</IJ>
<C7>C7</C7>
<PX>PX</PX>
<T8>T8</T8>
<TS_r>ts_r</TS_r>
<AI_r>ai_r</AI_r>
<AA_r>aa_r</AA_r>
<Acromion_r>r_AMC2</Acromion_r>
<EL_r>r_elbow_lateral</EL_r>
<EM_r>r_elbow_medial</EM_r>
<upperarm_tracking_marker_r>r_humerous</upperarm_tracking_marker_r>
<wrist_ulna_r>r_wrist_ulna</wrist_ulna_r>
<wrist_radius_r>r_wrist_radius</wrist_radius_r>
<forearm_tracking_marker_r>r_forearm</forearm_tracking_marker_r>
<TS_l>ts_l</TS_l>
<AI_l>ai_l</AI_l>
<AA_l>aa_l</AA_l>
<Acromion_l>l_AMC2</Acromion_l>
<EL_l>l_elbow_lateral</EL_l>
<EM_l>l_elbow_medial</EM_l>
<upperarm_tracking_marker_l>l_humerous</upperarm_tracking_marker_l>
<wrist_ulna_l>l_wrist_ulna</wrist_ulna_l>
<wrist_radius_l>l_wrist_radius</wrist_radius_l>
<forearm_tracking_marker_l>l_forearm</forearm_tracking_marker_l>
</marker_names>
<!--flag indicating if your palpated and measured scapula markers need to be moved from the scapula locator L-frame tool onto the skin.
This needs to be true if the locator had pins that were placed on the skin locations but led to the measured markers being at a small distance from the skin. -->
<move_scapula_markers_to_skin>True</move_scapula_markers_to_skin>
<!--In your scapula locator L-Frame: distance from skin to bottom of markers; only needed if flag above is set to True-->
<scapula_distance>57</scapula_distance>
<!--In your scapula locator L-Frame: names of the markers on the locator, can be the same or different from the marker names defined above; only needed if flag above is set to True-->
<marker_names_scapula_tool>
<AA>AA</AA>
<AI>AI</AI>
<TS>TS</TS>
</marker_names_scapula_tool>
<!--flag indicating if the ISB coordinate systems should be updated after scaling (recommended for model personalization)-->
<update_ISB_coordinate_systems>True</update_ISB_coordinate_systems>
</data>