Datasets:
Add files using upload-large-folder tool
Browse files- README.md +20 -3
- S019/S019_Trial04_Step01_Step02.npz +2 -2
- S019/S019_Trial05_Step01_Step02.npz +2 -2
- S031/S031_Trial01_Step01_Step02.npz +2 -2
- S031/S031_Trial02_Step01_Step02.npz +2 -2
- S031/S031_Trial03_Step01_Step02.npz +2 -2
- S031/S031_Trial04_Step01_Step02.npz +2 -2
- S031/S031_Trial05_Step01_Step02.npz +2 -2
- S038/S038_Trial04_Step01_Step02.npz +2 -2
- S039/S039_Trial05_Step01_Step02.npz +1 -1
- S041/S041_Trial05_Step01_Step02.npz +2 -2
- S054/S054_Trial03_Step01_Step02.npz +2 -2
- S064/S064_Trial01_Step01_Step02.npz +2 -2
- S064/S064_Trial02_Step01_Step02.npz +2 -2
- S075/S075_Trial05_Step01_Step02.npz +2 -2
- S081/S081_Trial01_Step01_Step02.npz +2 -2
- S081/S081_Trial02_Step01_Step02.npz +2 -2
- S081/S081_Trial03_Step01_Step02.npz +2 -2
- S081/S081_Trial04_Step01_Step02.npz +2 -2
- S084/S084_Trial03_Step01_Step02.npz +2 -2
- S084/S084_Trial04_Step01_Step02.npz +2 -2
- S091/S091_Trial05_Step01_Step02.npz +2 -2
- S108/S108_Trial02_Step01_Step02.npz +2 -2
- S108/S108_Trial03_Step01_Step02.npz +2 -2
- S108/S108_Trial04_Step01_Step02.npz +2 -2
- S108/S108_Trial05_Step01_Step02.npz +2 -2
- S109/S109_Trial01_Step01_Step02.npz +2 -2
- S109/S109_Trial02_Step01_Step02.npz +2 -2
- S109/S109_Trial03_Step01_Step02.npz +2 -2
- S109/S109_Trial04_Step01_Step02.npz +2 -2
- S109/S109_Trial05_Step01_Step02.npz +2 -2
- S110/S110_Trial01_Step01_Step02.npz +1 -1
- S110/S110_Trial02_Step01_Step02.npz +2 -2
- S116/S116_Trial01_Step01_Step02.npz +2 -2
- S116/S116_Trial02_Step01_Step02.npz +2 -2
- S116/S116_Trial03_Step01_Step02.npz +2 -2
- S116/S116_Trial04_Step01_Step02.npz +2 -2
- S116/S116_Trial05_Step01_Step02.npz +2 -2
- S117/S117_Trial01_Step01_Step02.npz +2 -2
- S117/S117_Trial02_Step01_Step02.npz +1 -1
- S117/S117_Trial03_Step01_Step02.npz +2 -2
- S117/S117_Trial04_Step01_Step02.npz +2 -2
- S117/S117_Trial05_Step01_Step02.npz +2 -2
- S119/S119_Trial01_Step01_Step02.npz +2 -2
- S119/S119_Trial02_Step01_Step02.npz +2 -2
- S119/S119_Trial03_Step01_Step02.npz +2 -2
- S119/S119_Trial04_Step01_Step02.npz +1 -1
- S119/S119_Trial05_Step01_Step02.npz +2 -2
- S120/S120_Trial01_Step01_Step02.npz +2 -2
- 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
|
| 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
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:482784a48e46af5c016cbfe02807eb4dd1a0fb242f609827dea914c9260115aa
|
| 3 |
+
size 82328
|