cheryl-tootty commited on
Commit
749a113
·
verified ·
1 Parent(s): d42924f

Replace policy reference NPZ dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +0 -72
  2. S011/S011_Trial01_Step01_Step02.npz +0 -3
  3. S011/S011_Trial02_Step01_Step02.npz +2 -2
  4. S011/S011_Trial03_Step01_Step02.npz +2 -2
  5. S011/S011_Trial04_Step01_Step02.npz +2 -2
  6. S011/S011_Trial05_Step01_Step02.npz +2 -2
  7. S012/S012_Trial01_Step01_Step02.npz +0 -3
  8. S012/S012_Trial02_Step01_Step02.npz +2 -2
  9. S012/S012_Trial03_Step01_Step02.npz +2 -2
  10. S012/S012_Trial04_Step01_Step02.npz +0 -3
  11. S012/S012_Trial05_Step01_Step02.npz +2 -2
  12. S013/S013_Trial01_Step01_Step02.npz +0 -3
  13. S013/S013_Trial02_Step01_Step02.npz +0 -3
  14. S013/S013_Trial03_Step01_Step02.npz +2 -2
  15. S013/S013_Trial04_Step01_Step02.npz +0 -3
  16. S013/S013_Trial05_Step01_Step02.npz +0 -3
  17. S014/S014_Trial01_Step01_Step02.npz +2 -2
  18. S014/S014_Trial02_Step01_Step02.npz +2 -2
  19. S014/S014_Trial03_Step01_Step02.npz +0 -3
  20. S014/S014_Trial04_Step01_Step02.npz +0 -3
  21. S014/S014_Trial05_Step01_Step02.npz +2 -2
  22. S015/S015_Trial01_Step01_Step02.npz +2 -2
  23. S015/S015_Trial02_Step01_Step02.npz +2 -2
  24. S015/S015_Trial03_Step01_Step02.npz +2 -2
  25. S015/S015_Trial04_Step01_Step02.npz +2 -2
  26. S015/S015_Trial05_Step01_Step02.npz +2 -2
  27. S016/S016_Trial01_Step01_Step02.npz +2 -2
  28. S016/S016_Trial02_Step01_Step02.npz +2 -2
  29. S016/S016_Trial03_Step01_Step02.npz +2 -2
  30. S017/S017_Trial02_Step01_Step02.npz +2 -2
  31. S017/S017_Trial03_Step01_Step02.npz +2 -2
  32. S017/S017_Trial04_Step01_Step02.npz +2 -2
  33. S017/S017_Trial05_Step01_Step02.npz +2 -2
  34. S018/S018_Trial01_Step01_Step02.npz +2 -2
  35. S018/S018_Trial02_Step01_Step02.npz +2 -2
  36. S018/S018_Trial03_Step01_Step02.npz +2 -2
  37. S018/S018_Trial04_Step01_Step02.npz +0 -3
  38. S018/S018_Trial05_Step01_Step02.npz +2 -2
  39. S019/S019_Trial01_Step01_Step02.npz +2 -2
  40. S019/S019_Trial02_Step01_Step02.npz +0 -3
  41. S019/S019_Trial03_Step01_Step02.npz +2 -2
  42. S019/S019_Trial04_Step01_Step02.npz +2 -2
  43. S019/S019_Trial05_Step01_Step02.npz +2 -2
  44. S020/S020_Trial01_Step01_Step02.npz +2 -2
  45. S020/S020_Trial02_Step01_Step02.npz +2 -2
  46. S021/S021_Trial02_Step01_Step02.npz +0 -3
  47. S021/S021_Trial03_Step01_Step02.npz +0 -3
  48. S021/S021_Trial04_Step01_Step02.npz +0 -3
  49. S021/S021_Trial05_Step01_Step02.npz +0 -3
  50. S022/S022_Trial01_Step01_Step02.npz +2 -2
README.md DELETED
@@ -1,72 +0,0 @@
1
- # Policy Reference NPZ Data
2
-
3
- This folder contains per-subject, per-trial `.npz` files exported from the processed OpenSim inverse dynamics results.
4
-
5
- The files are intended for comparing policy inference outputs against OpenSim ID torques. Each exported trial uses the kinematics timeline as the master timeline, with time and timestep reset to start from zero. ID torques are normalized by the subject's weight from `Subject_Demographics.xlsx`.
6
-
7
- ## Folder Structure
8
-
9
- ```text
10
- policy_reference_npz/
11
- S011/
12
- S011_Trial01_Step01_Step02.npz
13
- S011_Trial02_Step01_Step02.npz
14
- ...
15
- S012/
16
- S012_Trial01_Step01_Step02.npz
17
- ...
18
- ```
19
-
20
- Each `.npz` file corresponds to one subject/trial/step window.
21
-
22
- ## Arrays
23
-
24
- Each file contains:
25
-
26
- | Key | Shape | Description |
27
- | --- | --- | --- |
28
- | `subject` | scalar string | Subject ID, for example `S011`. |
29
- | `trial` | scalar string | Trial name, for example `Trial01`. |
30
- | `step_label` | scalar string | Step label, currently `Step01_Step02`. |
31
- | `timestep` | `(T,)` | Zero-based integer timestep over the kinematics sequence. |
32
- | `time_sec` | `(T,)` | Kinematics time in seconds, shifted so the first frame is `0.0`. |
33
- | `source_time_sec` | `(T,)` | Same zero-start kinematics time as `time_sec`. |
34
- | `original_kinematics_time_sec` | `(T,)` | Original OpenSim kinematics timestamps before zero-shifting. |
35
- | `id_source_time_sec` | `(N_id,)` | Original ID timestamps shifted relative to the first kinematics frame. |
36
- | `original_id_source_time_sec` | `(N_id,)` | Original OpenSim ID timestamps before zero-shifting. |
37
- | `joint_angle` | `(T, N_angle)` | Joint angle / coordinate values from kinematics, on the kinematics timeline. |
38
- | `joint_angle_columns` | `(N_angle,)` | Column names for `joint_angle`. |
39
- | `joint_torque` | `(T, N_torque)` | ID torques aligned onto the kinematics timeline and divided by `subject_weight_kg`. Missing rows are `NaN`. |
40
- | `joint_torque_columns` | `(N_torque,)` | Column names for `joint_torque`. |
41
- | `joint_torque_valid` | `(T,)` | Boolean mask where `joint_torque` has valid ID values. |
42
- | `joint_torque_normalization` | scalar string | Normalization applied to `joint_torque`, currently `divided_by_subject_weight_kg`. |
43
- | `joint_torque_units` | scalar string | Normalized torque units, currently `original_ID_units_per_kg`. |
44
- | `subject_weight_kg` | scalar float | Subject weight used for normalizing `joint_torque`. |
45
- | `computed_grf` | `(T, N_grf)` | Corrected GRF values interpolated onto the kinematics timeline. |
46
- | `computed_grf_columns` | `(N_grf,)` | Column names for `computed_grf`. |
47
- | `computed_grf_valid` | `(T,)` | Boolean mask where `computed_grf` has valid values. |
48
- | `source_files` | `(3,)` | Source kinematics, ID torque, and GRF file paths used for export. |
49
-
50
- ## Policy Comparison
51
-
52
- Run policy inference using `joint_angle`. The policy output should have the same first dimension `T`.
53
-
54
- Compare predicted normalized torque against OpenSim ID only where `joint_torque_valid` is true:
55
-
56
- ```python
57
- import numpy as np
58
-
59
- data = np.load("S011/S011_Trial01_Step01_Step02.npz")
60
-
61
- joint_angle = data["joint_angle"]
62
- target_torque = data["joint_torque"]
63
- valid = data["joint_torque_valid"]
64
- subject_weight_kg = float(data["subject_weight_kg"])
65
-
66
- predicted_torque = policy(joint_angle)
67
- predicted_torque = predicted_torque / subject_weight_kg
68
-
69
- error = predicted_torque[valid] - target_torque[valid]
70
- ```
71
-
72
- Rows where `joint_torque_valid` is false correspond to kinematics frames without an ID result and should be skipped for torque comparison.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
S011/S011_Trial01_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e05176ba4e1c28fffcbdf59251d72cba66850e3fc0359435900283c431e59051
3
- size 79724
 
 
 
 
S011/S011_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:853eb8c704473db08c1e4cdf8b0f846fbeb2bd525e22ea72f5fcc703c287af7c
3
- size 88776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dcfc116fb2d5bf90ca3bea139e3e9d1750ddb526ed5e82f162e227e9772bb89
3
+ size 89713
S011/S011_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1373f13f348ad1c63567053239bc96da98b2683488d1f22ad798135d722e178
3
- size 87312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f36905e6de601a055d642537a879bd03e8858f3fd51fac3d9cf0749c49b33e63
3
+ size 88267
S011/S011_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fb2162c97d12d03c8d50cfe5df5bbd04d34c86fe451e023776e1053d536460e
3
- size 85711
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c0e2bb25b417368b48d5d529e0d24c0db31d4cc5d909966b827ec0a720c59ca
3
+ size 86652
S011/S011_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc9a86ad8fdb76fb013b9f3dc5827873efcad356847e129ae8079c07d79c8037
3
- size 87047
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29276508be7c2469c2f04847f3c81bf966d552046d2c78a89e87654a8c828db2
3
+ size 87956
S012/S012_Trial01_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c958cb480e520cc5d453be21f5eacd2be642f90bd86e74b075e1ff4a0f1a0b14
3
- size 71903
 
 
 
 
S012/S012_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8858806b59063100d21c4c1fe0403fd88cce38ff3eee39fadb5095829642ed2e
3
- size 82063
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf0f0ed388138e60ddb53d25444b556d57d0a2568089e12a518c5998ba6ac9c4
3
+ size 82993
S012/S012_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba4ae204e6ee7d024afcca8e6da3259130db97b486f1c6a3e3001d0441e1dd8e
3
- size 81732
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf1e8746395c583646776ec49008ed321fde24381b54d9db715b42d46ec2f9c4
3
+ size 82639
S012/S012_Trial04_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:99d6e49aec3a3cb4f5b4380a872aded3de037737c6919b7d60ff90b55077d3c4
3
- size 72598
 
 
 
 
S012/S012_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cdb2785b5295d6f123f1a6c54f58b90dc7447ad26a4640681a53aa6a088821d6
3
- size 82284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da40d98f1afec38e92f42fe92f86420260d1cc144fbd7f36a30e8e62d011e2c9
3
+ size 83213
S013/S013_Trial01_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:823401537921b9733ffc6476c79b42f00d2388c94c716605b4a4d675c6ac66a2
3
- size 78878
 
 
 
 
S013/S013_Trial02_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:19bc15c2a1b330179a6103fe480fa6794564c6ed7d1ddcfaf744255b3af54598
3
- size 76793
 
 
 
 
S013/S013_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea1db3da0526a9b2cc7debdd88c07f0c2d433212af8ebcae47d93b61925e8419
3
- size 85885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6eaa13d91181cbd034982343141c11f8d5258774baa6e2e22e4d71607e8aa27
3
+ size 86816
S013/S013_Trial04_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e52f4ad62c288a1bd6600b165ecd2ea440923046d38765371b728479508b20fa
3
- size 77253
 
 
 
 
S013/S013_Trial05_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a77910c5ba75cce85dd5d1bf1b96bb73bb967461cb9749fb197895468fbcc562
3
- size 76963
 
 
 
 
S014/S014_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7bb4e60fa2158fd5a8c98ebecd7a6b7589733dabd19b4f8f030e95b900636fcc
3
- size 89742
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207356b4e56acade92b21f327317b1a269e43f87e38babd0f4fdb608af8bcd61
3
+ size 90663
S014/S014_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:589e03b8e5817d52466c882af30a920bfff226c0b9c487578d5519ac2a81bb13
3
- size 89311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d6c352b29c2831e936f68a5c41136667ad5183cba402f85339609f3129421b
3
+ size 90259
S014/S014_Trial03_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b15116e6f9a77c7f2e73866382ea165e8bde46c725f73798b7af059f07b7ce85
3
- size 85578
 
 
 
 
S014/S014_Trial04_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf78f497d97abfda762c88b37808d340c7efe77faca1e5c695061225e43ced39
3
- size 91947
 
 
 
 
S014/S014_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:456f2b4f9d84e7a4ed885ccc4c6e98e4e068c372d44b3198e5fccca5f8bae283
3
- size 87611
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fcb94b2683f56dfffbd82a26d8c68c731bfd9438a2932ae7a2de77d80799ccd
3
+ size 88521
S015/S015_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:499fc4884b47c046e05a3af628ea83c52e6c558102d96cc853531c478e43afb4
3
- size 86611
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8fa517c688277d14cf46ed480f56090efae3684ffce9fa571954b7187a69f6a
3
+ size 87535
S015/S015_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f0a722f7cc82400de401805e7a526a64b655c8d3f661c5f43b18cf196a74677
3
- size 88276
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2d8ba2a1378bae2890018d06fc61e1559a51043d1705584390402b5d99e5ae
3
+ size 89222
S015/S015_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74c805105e0dc5b535bcd9545cdacd4070583eacb2e728d0b0104d4b9917b397
3
- size 86188
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c16ff4c20235c57625df9f84f07a670f5ffbe76877b97866e599ac84a9ca2d8a
3
+ size 87082
S015/S015_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04864fc8e0f08db8247ed3c8e3142554c48b0ad07fb1f7cd0d1894790c4de7f4
3
- size 86267
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:787489074b4f75b370d6aef46d4c58872d8d1165399c3a7d782b6b1f1862c609
3
+ size 87222
S015/S015_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7182e54e7e015959f18877d33a8220adcbdf2b81c117e5c2a3980f5ce37027a9
3
- size 87268
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:238055d19c3177526f62494e33e682a1686da9c94f934d6817a513007d56cb04
3
+ size 88213
S016/S016_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3744d8474ce1aa9a679a81a15d2ad900e14aaed366f16d15564c64a343e74b5f
3
- size 78304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0ece1f019bdaab5af7095b628e20e242a0694b3cfe67dbfcf01ca5aef88c310
3
+ size 79195
S016/S016_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:428823f88fec5d4c27fd77ca6a01bac8b823c5195ed3c76439f1b87577970944
3
- size 78350
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a13fe3b3829003098ac5df62e932c65b6f114c76804207755332691fb8a20c
3
+ size 79250
S016/S016_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc2f41d93cfe7a06556c1645108cbc71c51e9d5441992301eaee4e2a262e0d7e
3
- size 79728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf2eec93f10531862e46aebe78ee533c8e33784fb02a054ea9d703ab7b31df09
3
+ size 80631
S017/S017_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21ce311928f2ebc2c8829837d3fad62f7b098eb7f672d7b06a60488657d33f6b
3
- size 92476
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69beabc44e55d1afb55b03bb02b6bacff90414a3407389152606b6f9e99a5d1e
3
+ size 93409
S017/S017_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb584e0ebc41624c5ab00b9d2935f0afaf31f9aadaf303690cce3191a72ca89e
3
- size 91105
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b418322d4deb6d0c98d84f0dc1c0e978a8423ce6343d3e514dd2e53be10870
3
+ size 92048
S017/S017_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4338300e5911e1ce6da3d3baccef9b732eb257f21a0d7d9e8dcd0c2f07b3149a
3
- size 91113
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fd52615ceecafef0e9100e9c93a46811d50f63682987c00bc4a2c701abfbc0e
3
+ size 92054
S017/S017_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a82c87991fba04ebb969d2a598a7837d196707008a2ae341a53d1527f1c260b1
3
- size 90875
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0d1091bab7b31093319fc0afdf8689ca1953203cafb553d10aa8fb71495341
3
+ size 91833
S018/S018_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03766410f4ab69dcdfd704d3b4fb781d79f753ba0bd36bfb487454605679783b
3
- size 87740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a39695af0b0c847e3cebb8477d05351a9049d8f2ea790127626237318db19c6e
3
+ size 88686
S018/S018_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a086c0fdaec85af049b23b05ed5beb599e3f76501be80b916599a5da4e22fc58
3
- size 85171
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b713c74d5d979de166af0922dfc41b559f19f05225ee4bc902ca7a35579901af
3
+ size 86099
S018/S018_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:075ccdc7d6113cdedfbe834e050c34503d9114f4e08f99bb8d33d8bd303199e8
3
- size 84668
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6385ad68e5394a5756a55eac3401220dc16deb47424c3973e52ae47f75d50dfb
3
+ size 85601
S018/S018_Trial04_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5eef99b8e02522d7ccb8032ae18a82ae0461150a08245bdaaab962d4cb104924
3
- size 83252
 
 
 
 
S018/S018_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03d8c78b554e21010927970042de80312cff3d4aa0a586c80bd5b0e3cb859278
3
- size 90081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f08be287159a5d2d98981c1fc298c3bbf36c225bb2464e55d206a7eb73bd917
3
+ size 91033
S019/S019_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03514965427bde7f41a2c1cb7840fbe4d026dcd1edbc3da79b35940c3c2ee2c5
3
- size 85730
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8519cc4830d08adcfbefb7fbd669bbcd28172235b552aa28123461be0446c307
3
+ size 86672
S019/S019_Trial02_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfac1dce44111b429484bd7227f020d30df1b8d5f8732225c7d0cecda52fbdb2
3
- size 75393
 
 
 
 
S019/S019_Trial03_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b55087b2db2e0efd186f0f8d06b6a3bbbff97ab96c07b481390719bdbede43e6
3
- size 84978
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3032de3de4195288bfeefbc0ddcf55f7a3bf86f584bceb06a07ae33947485ead
3
+ size 85922
S019/S019_Trial04_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d2af11f7b7264c5454b4ecedcf1371df569b22484beb2e62a14e7258f1656f2
3
- size 81923
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0e6db321ffd94c3af3a47d93eb67449787382a5e7222298aab3ea129a87b7b
3
+ size 82832
S019/S019_Trial05_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8f811146e54a544aec9dddce412794ecc36750bab409ddf36e08560fe2eda01
3
- size 84568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e96641023d98c29a3f491184838d41c1be6390234b14998f62b2cf7ccf1a4d
3
+ size 85491
S020/S020_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec79ac5407291b32450c7e2e46015b382c805cd1367cce92c1c87c8a663a720a
3
- size 86053
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a2ce7a5dfffc695ee2a7480c20597441886d7ac5e6cc51d55b19c004eb93c2
3
+ size 86993
S020/S020_Trial02_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba6d7e94d43e07ba3719a6f42423ba89ab3c4b8aa53a9e232f4a2ed67c6959a6
3
- size 86029
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d5a9c35acded4a6c1a4478d4495f97ea6a630b4424ed2243bb935dc42c441f8
3
+ size 86951
S021/S021_Trial02_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8567093fbe10efad3f1c22462343068badd0fcfea0057088a56edaa2d13fac01
3
- size 79924
 
 
 
 
S021/S021_Trial03_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e94339295e6b3537192d2b5e7b54fe462fd9f20e4239543ec4dcdc61cc1ba66
3
- size 80190
 
 
 
 
S021/S021_Trial04_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6afec24a303c9b93100c9e6bda2b71b78f1dbfbd8e0f2e21abf227ed12d3db0c
3
- size 80281
 
 
 
 
S021/S021_Trial05_Step01_Step02.npz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:374244719619654ca077ae6c2d2552f2a15224ddd6ad78c6571e801666b0d419
3
- size 80767
 
 
 
 
S022/S022_Trial01_Step01_Step02.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3df3639466f1806a60e17d78117f31007fa3f70e366aed86bb4cbdd4a9a48654
3
- size 91684
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9131b34bdfd713d2a1cbc11cc6d2f9a57e52b336fc5b7f7114e9be2295d2c078
3
+ size 92667