Skip to content

Commit 218b726

Browse files
more detailed events
1 parent a1dd72b commit 218b726

File tree

4 files changed

+30
-45
lines changed

4 files changed

+30
-45
lines changed
Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
{
2+
"onset": {
3+
"Description": "Onset time of the event in seconds",
4+
"Units": "s"
5+
},
6+
"duration": {
7+
"Description": "Duration of the event in seconds",
8+
"Units": "s"
9+
},
210
"trial_type": {
3-
"LongName": "Event category",
4-
"Description": "Type of stimulus",
11+
"Description": "Type of trial or event",
512
"Levels": {
6-
"foo": "Foo stimulus was present",
7-
"bar": "Bar stimulus was present"
13+
"jump_start": "Beginning of jumping motion",
14+
"jump_peak": "Peak of jumping motion",
15+
"jump_land": "Landing phase of jump"
816
}
917
},
10-
"StimulusPresentation": {
11-
"Code": "https://github.com/LABSN/expyfun/tree/58634c159404ea64e1d89c0b4e70bd13c2b77723"
18+
"response_time": {
19+
"Description": "Response time in seconds",
20+
"Units": "s"
1221
}
1322
}
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
onset duration trial_type
2-
0.0 0 foo
2+
0.5 0.1 jump_start
3+
0.8 0.2 jump_peak
4+
1.2 0.3 jump_land
5+
2.0 0.1 jump_start
6+
2.3 0.2 jump_peak
7+
2.7 0.3 jump_land
8+
4.5 0.1 jump_start
9+
4.8 0.2 jump_peak
10+
5.2 0.3 jump_land
11+
7.0 0.1 jump_start
12+
7.3 0.2 jump_peak
13+
7.7 0.3 jump_land
14+
9.5 0.1 jump_start
15+
9.8 0.2 jump_peak
16+
10.2 0.3 jump_land

emg_concurrentIndepndentUnits/sub-01/emg/sub-01_task-jumping_events.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

emg_concurrentIndepndentUnits/sub-01/emg/sub-01_task-jumping_events.tsv

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)