Skip to content

Commit 7db0b97

Browse files
authored
Merge pull request #509 from effigies/fix/column-typechecks
fix: Update column definitions that do not match column contents
2 parents 5060654 + 587f81b commit 7db0b97

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

eeg_rishikesh/task-meditation_events.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"Description": "Type of event (different from EEGLAB convention)",
1212
"Levels": {
1313
"stimulus": "Onset of first question",
14-
"response": "Response to question 1, 2 or 3"
14+
"response": "Response to question 1, 2 or 3",
15+
"STATUS": "Status event"
1516
}
1617
},
1718
"response_time": {
@@ -27,7 +28,8 @@
2728
"4": "Response 2 (this may be a response to question 1, 2 or 3)",
2829
"8": "Response 3 (this may be a response to question 1, 2 or 3)",
2930
"16": "Indicate involuntary response",
30-
"128": "First question onset (most important marker)"
31+
"128": "First question onset (most important marker)",
32+
"254": "Status event"
3133
}
3234
}
3335
}

mrs_fmrs/participants.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"participant_id": {
3-
"Description": "Unique participant identifier"
3+
"Description": "Unique participant identifier"
44
},
55
"sex": {
66
"Description": "Sex of the participant",
@@ -10,7 +10,13 @@
1010
}
1111
},
1212
"age": {
13-
"Description": "Age of the participant",
14-
"Units": "years"
13+
"Description": "Age of the participant, in 5-year intervals",
14+
"Format": "string",
15+
"Levels": {
16+
"20-25": "20 to 25 years",
17+
"25-30": "25 to 30 years",
18+
"30-35": "30 to 35 years",
19+
"35-40": "35 to 40 years"
20+
}
1521
}
1622
}

0 commit comments

Comments
 (0)