Skip to content

Commit

Permalink
Merge pull request #1831 from sappelhoff/elec_stim_meeg
Browse files Browse the repository at this point in the history
ENH: add ElectricalStimulation and *Parameters to MEEG
  • Loading branch information
rwblair authored Nov 2, 2023
2 parents c2b727e + 953294c commit 44679a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bids-validator/validators/json/schemas/eeg.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
"EpochLength": {
"$ref": "common_definitions.json#/definitions/EpochLength"
},
"SubjectArtefactDescription": { "type": "string" }
"SubjectArtefactDescription": { "type": "string" },
"ElectricalStimulation": { "type": "boolean" },
"ElectricalStimulationParameters": { "type": "string" }
},
"required": [
"TaskName",
Expand Down
4 changes: 3 additions & 1 deletion bids-validator/validators/json/schemas/meg.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
"MaxMovement": { "type": "number" },
"SubjectArtefactDescription": { "type": "string" },
"DigitizedLandmarks": { "type": "boolean" },
"DigitizedHeadPoints": { "type": "boolean" }
"DigitizedHeadPoints": { "type": "boolean" },
"ElectricalStimulation": { "type": "boolean" },
"ElectricalStimulationParameters": { "type": "string" }
},
"required": [
"TaskName",
Expand Down

0 comments on commit 44679a8

Please sign in to comment.