cheryl-tootty commited on
Commit
e08ffed
·
verified ·
1 Parent(s): 48f387a

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +20 -3
  2. S019/S019_Trial04_Step01_Step02.npz +2 -2
  3. S019/S019_Trial05_Step01_Step02.npz +2 -2
  4. S031/S031_Trial01_Step01_Step02.npz +2 -2
  5. S031/S031_Trial02_Step01_Step02.npz +2 -2
  6. S031/S031_Trial03_Step01_Step02.npz +2 -2
  7. S031/S031_Trial04_Step01_Step02.npz +2 -2
  8. S031/S031_Trial05_Step01_Step02.npz +2 -2
  9. S038/S038_Trial04_Step01_Step02.npz +2 -2
  10. S039/S039_Trial05_Step01_Step02.npz +1 -1
  11. S041/S041_Trial05_Step01_Step02.npz +2 -2
  12. S054/S054_Trial03_Step01_Step02.npz +2 -2
  13. S064/S064_Trial01_Step01_Step02.npz +2 -2
  14. S064/S064_Trial02_Step01_Step02.npz +2 -2
  15. S075/S075_Trial05_Step01_Step02.npz +2 -2
  16. S081/S081_Trial01_Step01_Step02.npz +2 -2
  17. S081/S081_Trial02_Step01_Step02.npz +2 -2
  18. S081/S081_Trial03_Step01_Step02.npz +2 -2
  19. S081/S081_Trial04_Step01_Step02.npz +2 -2
  20. S084/S084_Trial03_Step01_Step02.npz +2 -2
  21. S084/S084_Trial04_Step01_Step02.npz +2 -2
  22. S091/S091_Trial05_Step01_Step02.npz +2 -2
  23. S108/S108_Trial02_Step01_Step02.npz +2 -2
  24. S108/S108_Trial03_Step01_Step02.npz +2 -2
  25. S108/S108_Trial04_Step01_Step02.npz +2 -2
  26. S108/S108_Trial05_Step01_Step02.npz +2 -2
  27. S109/S109_Trial01_Step01_Step02.npz +2 -2
  28. S109/S109_Trial02_Step01_Step02.npz +2 -2
  29. S109/S109_Trial03_Step01_Step02.npz +2 -2
  30. S109/S109_Trial04_Step01_Step02.npz +2 -2
  31. S109/S109_Trial05_Step01_Step02.npz +2 -2
  32. S110/S110_Trial01_Step01_Step02.npz +1 -1
  33. S110/S110_Trial02_Step01_Step02.npz +2 -2
  34. S116/S116_Trial01_Step01_Step02.npz +2 -2
  35. S116/S116_Trial02_Step01_Step02.npz +2 -2
  36. S116/S116_Trial03_Step01_Step02.npz +2 -2
  37. S116/S116_Trial04_Step01_Step02.npz +2 -2
  38. S116/S116_Trial05_Step01_Step02.npz +2 -2
  39. S117/S117_Trial01_Step01_Step02.npz +2 -2
  40. S117/S117_Trial02_Step01_Step02.npz +1 -1
  41. S117/S117_Trial03_Step01_Step02.npz +2 -2
  42. S117/S117_Trial04_Step01_Step02.npz +2 -2
  43. S117/S117_Trial05_Step01_Step02.npz +2 -2
  44. S119/S119_Trial01_Step01_Step02.npz +2 -2
  45. S119/S119_Trial02_Step01_Step02.npz +2 -2
  46. S119/S119_Trial03_Step01_Step02.npz +2 -2
  47. S119/S119_Trial04_Step01_Step02.npz +1 -1
  48. S119/S119_Trial05_Step01_Step02.npz +2 -2
  49. S120/S120_Trial01_Step01_Step02.npz +2 -2
  50. S120/S120_Trial05_Step01_Step02.npz +2 -2
README.md CHANGED
@@ -16,6 +16,23 @@ The files are intended for comparing policy inference outputs against OpenSim ID
16
 
17
  ID torques are normalized by the subject's weight in kg from `Subject_Demographics.xlsx`. GRF force components are normalized by body weight in Newtons, computed as `subject_weight_kg * 9.80665`.
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## Folder Structure
20
 
21
  ```text
@@ -47,18 +64,18 @@ Each file contains:
47
  | `original_id_source_time_sec` | `(N_id,)` | Original OpenSim ID timestamps before zero-shifting. |
48
  | `joint_angle` | `(T, N_angle)` | Joint angle / coordinate values from kinematics, on the kinematics timeline. |
49
  | `joint_angle_columns` | `(N_angle,)` | Column names for `joint_angle`. |
50
- | `joint_torque` | `(T, N_torque)` | ID torques aligned onto the kinematics timeline and divided by `subject_weight_kg`. Missing rows are `NaN`. |
51
  | `joint_torque_columns` | `(N_torque,)` | Column names for `joint_torque`. |
52
  | `joint_torque_valid` | `(T,)` | Boolean mask where `joint_torque` has valid ID values. |
53
  | `joint_torque_normalization` | scalar string | Normalization applied to `joint_torque`, currently `divided_by_subject_weight_kg`. |
54
  | `joint_torque_units` | scalar string | Normalized torque units, currently `original_ID_units_per_kg`. |
55
  | `subject_weight_kg` | scalar float | Subject weight used for normalizing `joint_torque`. |
56
  | `subject_body_weight_n` | scalar float | Subject body weight in Newtons, computed as `subject_weight_kg * 9.80665`. |
57
- | `computed_grf` | `(T, N_grf)` | Corrected GRF values interpolated onto the kinematics timeline. Force-vector columns are divided by `subject_body_weight_n`; COP and torque columns remain in original units. |
58
  | `computed_grf_columns` | `(N_grf,)` | Column names for `computed_grf`. |
59
  | `computed_grf_valid` | `(T,)` | Boolean mask where `computed_grf` has valid values. |
60
  | `computed_grf_normalization` | scalar string | Normalization applied to `computed_grf`, currently `force_columns_divided_by_subject_body_weight_n`. |
61
- | `computed_grf_units` | scalar string | Force columns are in body weight units; COP and torque columns remain in original units. |
62
  | `source_files` | `(3,)` | Source kinematics, ID torque, and GRF file paths used for export. |
63
 
64
  ## Policy Comparison
 
16
 
17
  ID torques are normalized by the subject's weight in kg from `Subject_Demographics.xlsx`. GRF force components are normalized by body weight in Newtons, computed as `subject_weight_kg * 9.80665`.
18
 
19
+ ## Processing Notes
20
+
21
+ The `.npz` files are exported from the processed OpenSim ID outputs in `OpenSim_ID/batch_id_results`.
22
+
23
+ Before inverse dynamics, the source pipeline applies the following trial-level processing:
24
+
25
+ - `Step01` and `Step02` kinematics and GRF files are combined into one `Step01_Step02` window.
26
+ - Kinematics are low-pass filtered before ID.
27
+ - Subject-specific scaled OpenSim models are used when available, preferring `OpenSim_ID/scaled_models/<subject>/<subject>_scaled.osim`.
28
+ - Trials are processed only when both step GRF files pass the double-peak vertical GRF check used by the batch ID script.
29
+ - GRF point columns are converted from millimeters to meters when needed.
30
+ - GRF force channels are assigned to `calcn_r` or `calcn_l` using TRC heel/toe marker proximity during stance. If TRC marker matching is unavailable, the script falls back to the COP-based side heuristic.
31
+ - A per-trial, per-force-channel COP offset is estimated when the COP point is far from the assigned foot marker segment. This corrects force-plate point locations before ID, for example when one channel's COP is shifted by approximately a force-plate-length offset.
32
+ - Trials are skipped during batch ID if the corrected COP has too little early-to-late displacement along the assigned foot's heel-to-toe marker segment, too little early-to-late movement in the lab frame, or remains too far from the assigned foot after correction. These checks are normalized by the subject's heel-to-toe marker length, so the QC is not based on an absolute foot size.
33
+
34
+ The exported `computed_grf` therefore reflects the corrected GRF file used for inverse dynamics. Force-vector columns are normalized by body weight in Newtons in the `.npz`; COP and ground-torque columns remain in their corrected physical units.
35
+
36
  ## Folder Structure
37
 
38
  ```text
 
64
  | `original_id_source_time_sec` | `(N_id,)` | Original OpenSim ID timestamps before zero-shifting. |
65
  | `joint_angle` | `(T, N_angle)` | Joint angle / coordinate values from kinematics, on the kinematics timeline. |
66
  | `joint_angle_columns` | `(N_angle,)` | Column names for `joint_angle`. |
67
+ | `joint_torque` | `(T, N_torque)` | ID torques from the processed OpenSim ID run, aligned onto the kinematics timeline and divided by `subject_weight_kg`. Missing rows are `NaN`. |
68
  | `joint_torque_columns` | `(N_torque,)` | Column names for `joint_torque`. |
69
  | `joint_torque_valid` | `(T,)` | Boolean mask where `joint_torque` has valid ID values. |
70
  | `joint_torque_normalization` | scalar string | Normalization applied to `joint_torque`, currently `divided_by_subject_weight_kg`. |
71
  | `joint_torque_units` | scalar string | Normalized torque units, currently `original_ID_units_per_kg`. |
72
  | `subject_weight_kg` | scalar float | Subject weight used for normalizing `joint_torque`. |
73
  | `subject_body_weight_n` | scalar float | Subject body weight in Newtons, computed as `subject_weight_kg * 9.80665`. |
74
+ | `computed_grf` | `(T, N_grf)` | Corrected GRF values used by ID, interpolated onto the kinematics timeline. Force-vector columns are divided by `subject_body_weight_n`; COP and torque columns remain in corrected physical units. |
75
  | `computed_grf_columns` | `(N_grf,)` | Column names for `computed_grf`. |
76
  | `computed_grf_valid` | `(T,)` | Boolean mask where `computed_grf` has valid values. |
77
  | `computed_grf_normalization` | scalar string | Normalization applied to `computed_grf`, currently `force_columns_divided_by_subject_body_weight_n`. |
78
+ | `computed_grf_units` | scalar string | Force columns are in body weight units; COP and torque columns remain in corrected physical units. |
79
  | `source_files` | `(3,)` | Source kinematics, ID torque, and GRF file paths used for export. |
80
 
81
  ## Policy Comparison
S019/S019_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f0e6db321ffd94c3af3a47d93eb67449787382a5e7222298aab3ea129a87b7b
3
- size 82832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7968d5069e2c2ffba8ac45fcb709b8cc72139ffc640024964b61dfe14b42b7a9
3
+ size 82844
S019/S019_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7e96641023d98c29a3f491184838d41c1be6390234b14998f62b2cf7ccf1a4d
3
- size 85491
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff463becc6322f0d43b43c5f82eb5be22f5034843e7c8d4c433c3ee6151166f5
3
+ size 85511
S031/S031_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10bf0647972fca7ea2dfe042af1e4980b5e1aff2b4a3135c48c6d2f9eac201d7
3
- size 85998
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33f3499632974784774d6fa13d10df4c7d74109b3bd27e9fbd08b32876ed81ae
3
+ size 86008
S031/S031_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:466877c2b854defdb984f7320d4cad1c1ff12dbb78c9a9a7d35fc2f70f77b990
3
- size 84378
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0303b20dc9ae93487d48d0011808eeb97e6557fee9e38c1eeb0f87ba7d795ab3
3
+ size 84376
S031/S031_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fbdef97f358d6e6fbb47d0f90bb867a84fe039e8bff5c587d2603eb552d5ffd
3
- size 85247
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd1a4781cce7f78f8c1e05dd6658997b03a775a4b989bd888a3a3e594610d0f
3
+ size 85238
S031/S031_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22528c19bae5ead52994ed692a3159b3308f9c941137c779233f773e77d68724
3
- size 82103
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103c69101f08f2230413e4dd1a297f7a0f872226a30fb2324f285b33ecf5142c
3
+ size 82113
S031/S031_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe6cbd3bd53b8c892c34f355a310f6e157a6159acb557ad653b5613b392d2550
3
- size 83471
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8e841b3e8bf67e843bb59a03c9f4eb611771956238ffeb4671c4e9e95ad7a04
3
+ size 83462
S038/S038_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55844787f6958ece18af3d27fac24af5fc205f1acb6a79b0e7a4831271a02a8c
3
- size 85957
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49852af4b6044eac703e3e013eb8017e0809f0eb128a46913da55f1678681467
3
+ size 85961
S039/S039_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e840d2a87b8d5c41d7291250c120de4a6277dbbaca1a8fdfdf85f7dc1b3cf2d
3
  size 88858
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5498393b0593887c27f3d29f82ffbc3bbaafbc71022b2424b9e7afb8b1b5cd94
3
  size 88858
S041/S041_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5cd3601aa878c34d071f371678f804f680c439422d6dff268063c1ec56242bc
3
- size 84229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:829e2739c829335e3f1faf8682f59d074498734246483592bd4ebb56cb49bcaf
3
+ size 84220
S054/S054_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7de5cd7d5885fd5050f42d7eb763928ee80b2b2825f185fe028eef7e64d11130
3
- size 85777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9af35fedf7ce409b92a01d80e28e5d5b7e3e06a8d753a06d73593c1232828a5
3
+ size 85803
S064/S064_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e06ac100d57241b4b2ccedafa88f7269b2ae0e173e69309a871048fa4d6f6e96
3
- size 90860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdfaeb689e4024074e95bb498680a16d9f4797eb9975e02b295321a01c276394
3
+ size 90888
S064/S064_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b30c5cf3ec3a84e7a974e1c3fe676bc8d391fc7edd42e597df0144e526a3246
3
- size 89949
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed54c9b3605f1115ba0baea96e299779ee673d7e418d3ecdf917cc5747a4e5f6
3
+ size 89970
S075/S075_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d08b69f87740e0f86e57316d0050fa20ab089b2ac5eb8bbbca4bfbeeb3bf965
3
- size 81755
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d874cf219bc75c4181f7dd9674a7a6741ada484b2a265819a82871db3e958cbc
3
+ size 81748
S081/S081_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ed8590a18d82ab517e54b577dd4edb8d56b2b6642b96aeeba860793bdabda4b
3
- size 77379
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e4373980ded2732ec0dca680ff11876342a65a303afd00f041f53f66a7ce88
3
+ size 77362
S081/S081_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8003284cd257c5981c8ccd32900e578ecd97686c657debe83ea782f4b155d69
3
- size 77281
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63f41dc75def71d5a765bc356aaa32d74bdd54d0d90b37c771076e2a858307b2
3
+ size 77260
S081/S081_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fd353fca5e4fac5fd19b726c5c541359e86a600dbb11cd7fbdc77f91f444985
3
- size 78725
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e421461c2b1a0b4832d3c575d374ac24e86efc8b5438da8c9db5f5923d6a82d
3
+ size 78724
S081/S081_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:605cf0466a580e72f0e13d9156023809d4123d80d8bcdb35a8c93b82e4f3aee0
3
- size 78035
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf65d0d6d51d65e923644ae47c3568b06f3effd08a7ad2cbfa64cf1982a95b52
3
+ size 78017
S084/S084_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33c120904252bc1c2bfcd4ee2fd7ef934ae5f84357a057954deeffdd034553d7
3
- size 80105
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc9f6e2ff7f2856ad3d4391eecb47ebfe32112342920529bf760f0562cedcd63
3
+ size 80066
S084/S084_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4c7164f4c821419e5195b9eaa0e1c6009432d05a672f6d299f84965018a9805
3
- size 82431
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4201a78e4a926e439c38e1ada5f4b4f56cbfd10d3d660923a96fbaadaedaf093
3
+ size 82413
S091/S091_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98f1eb57ff9684ce3a37a441c2529ce4fa95c6f3535031ab660980bc0b84cb05
3
- size 75887
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5003214b70487a2837979219a9e1d19de1f26676a295def6d796ae71904212
3
+ size 75929
S108/S108_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:192b34e5c9c2a33d8248cbc88e8f2fb81a45eda16b84ae451682cbfeea2e8367
3
- size 85500
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7807ad5d56d72876c6c926a1832ddba0a4128a26d0e8a567c55dfc85d8f37023
3
+ size 85514
S108/S108_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b2d096170bb37585f310722cc00718f6aac392f2d84ba626f2181204f1dcd1d
3
- size 84808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c787fdf5ad5094c9dbc4babb1f0558f67ac97fd2ffe83586dd95cc2fa1795510
3
+ size 84807
S108/S108_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffd8b87a557faf826e1cd9aeb6fab44bf05a5d1b12bc4548dff78749c401b600
3
- size 86021
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3beebb2a6916734d81e3dfd335ce768397eaac90895667174696915891d45f50
3
+ size 86006
S108/S108_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b173485ede4fea0516d3ee667a9333e3aa6092e02fc0d822994605cfab7e8487
3
- size 84249
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42e5fe928446d3fba56ec5e65020285667572517eba5ec35f67243b41d4a8cb
3
+ size 84223
S109/S109_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ec59b4133abbbf5c9eb3b450d7eb6807b6c283f885ea4b1b5fc4a59fe0c23f2
3
- size 83814
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d18186aecd1173c8e7e91d06ddbbb4190d62e0b09f25fc4c2de032f1f6cdd46a
3
+ size 83806
S109/S109_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fb924223c2da2c5faa86c0b08d3601d6116d12426192b3578e13db477294855
3
- size 83385
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf965e279ace18541b337c88f816aec86f9096dcc24ab6b4d6e50d53a198143f
3
+ size 83390
S109/S109_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dba9cf89b459045b52bece07e3e4d9aa7c95422c49278eab768c27cc2894c2ff
3
- size 84245
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a0c77e7c9eb7bca2aa59f7970b8a63db1805856fa66b01fc30ecde4d7b4c0bf
3
+ size 84228
S109/S109_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6defb255eb4a25a9c107019c76f218e7ac175ee851b065949c73d1b4014bce9
3
- size 83876
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a410c6fc3195805501f96b377aa6cecd7e3119c9d1cee6baf352c0bf346599de
3
+ size 83882
S109/S109_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd27e3bf4edd291e1a00a6a092ef9b28e97fb38d171d8790d1ce17b026331bd2
3
- size 82889
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898de233150faf450413b8f71ebb81a41b6729e27d271f5b637a47af62f45821
3
+ size 82897
S110/S110_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f82e786b22524d69f3c74229195ddfc1ff54f5db99b29994632ce78d660559ca
3
  size 86384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2bce350e63eb6721a0540d0d42ccb352c843d5e5040fb7fbff3a760185e3693
3
  size 86384
S110/S110_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90ee5a488a6fba9392062586e24109d1df9bb244dcc84cb28b1a0e81ac181543
3
- size 85814
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ebbf895a66e21d5d7739b60c8f0c9f6c8b7dafb87e62136949f12e4e6e03559
3
+ size 85811
S116/S116_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27ddc3bf85e5ca95adfe08f9d944a281732b9bc9b1e61f530d9da68908777459
3
- size 91349
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d7a933ff5c569a106b202f13ac3057c5a57a533ea544851133edfc2f4ce26f5
3
+ size 91327
S116/S116_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b35bccadde905603f3220ad00a9bcfc690ea118a0909817e517508af268f14bf
3
- size 89025
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2a7a26d1eae3eaf12096ac8d6a0aa35baa0d2a009adb0c3c602cf0eb8a08115
3
+ size 89014
S116/S116_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8bac5470c1447060f5190228f84efa123144fba3c38d0182ec481757eaf82e3
3
- size 88669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c03953cbc1e142262391dc56faae23cb2ce5ea850234d3f6a9851c0ae3fc99
3
+ size 88687
S116/S116_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0342ff5b182956ca5e3d2de5503307fe000979ab059ee85b8e1239d9e8d9ab0f
3
- size 89415
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e338b1677398391a9d573f739f4798815be44c7d891562062a6debfb1fd57c1
3
+ size 89426
S116/S116_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59376f3764539b8bda43df915b7cc384eb8923772f032f807143ab815ae09faa
3
- size 89240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b87e937b2c2257225f3e6abb12337b0a1eb99d41fe9db0b428171d17cd9087
3
+ size 89248
S117/S117_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3d55498281531db36d1fdf66bd771ee49fefa21252f2566fd648810840baa73
3
- size 79485
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61a22b4d478f05529b553575117888f31fd24cdfaa831edac27657817eff503d
3
+ size 79505
S117/S117_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f147f702285d427785dba359e8abf40341c4273f1afed2791b506e287a3ce6a5
3
  size 78918
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd3a5b68cea99748ddc6b96e432d10372db69faa7ef79221698bc416d6100b8
3
  size 78918
S117/S117_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9ac15e0f2f4a6f59bb5db26470b0fc2e1e8e41568a2dfc5bca0450db3547c6c
3
- size 78289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad993062532b3803502521e918b9ee1700f79f95b807faec20c644346bc5332
3
+ size 78305
S117/S117_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9bdce41da70e00492a9ce23ac1da0c9eeef2de57b92aa8b405113a8aba62ee7
3
- size 79225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4aa53f32491237d916d398b53baa74a7cff274d2506560bd1766841ca93e887
3
+ size 79218
S117/S117_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3958858637dbccde749592beaff7c70dcc0accba6ec617ebf34b25521f72710c
3
- size 79292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fa382fdcc5d1e925a4656ba7daeb6a7c97cae1411a56e8ccdb33bb5d757f3ee
3
+ size 79332
S119/S119_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfe47cb499ce0917e8d39f79ed658a123fb03fe27c1e6591bdb3982c51fca7ab
3
- size 78247
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc237c5441afcefd16df5b0e9d20ef6211d819680755aed8db8ed77a188319ba
3
+ size 78213
S119/S119_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc16720cb8cedead4f3a0299c6ef1f8b7e8e55f1e54b351c55e067bdd17822d7
3
- size 78732
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aceb8a52d2b5785ab19cd893bba372980caea645dd8b2c67f0af0f2e63908de6
3
+ size 78719
S119/S119_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46f166f2883c5a3a78ae4c565d7c5e17804c4927dc9353836d059784b231099d
3
- size 78459
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab778393d46562f7af716e49080617815911731d3474efc5092c86dceea029d3
3
+ size 78450
S119/S119_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c73d8af6a5407f5e1ef72be824cc29aa19e129b488bec434e321a9d0d699a114
3
  size 77861
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ae94e4184a5b2e6e30572749a5bad59b0cc14e8f7574f2f1ff849f58dc1618
3
  size 77861
S119/S119_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9f6ceb205440926bdebdda88f77315eca8a64d6134cc4009b9d0a918c3de346
3
- size 77010
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ccfe56aa80702efa9c812b19753dd34f029abd68dcab5ec1759c815a5752f3
3
+ size 76986
S120/S120_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3af6eee9702e798c0a3ed6d7cbf7121177e180a93da8774728938f9bb3e7e567
3
- size 79794
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e3bf466a03e936d63c1bc2f12f60dc7e6e03a5d2560c81dfffa900bb3810680
3
+ size 79792
S120/S120_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95f51a0aecb63ae2a5a366c54203aa6e89f636213eea7268fb45de152bb5e86f
3
- size 82324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:482784a48e46af5c016cbfe02807eb4dd1a0fb242f609827dea914c9260115aa
3
+ size 82328