Skip to content

Commit fbfed52

Browse files
authored
Merge pull request #479 from robertoostenveld/meg-bids-1.1.1
ENH - updated meg.json specification in line with BIDS version 1.1.1
2 parents 2e9a065 + d500bdd commit fbfed52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

validators/schemas/meg.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424
"EMGChannelCount": {"type" : "integer"},
2525
"MiscChannelCount": {"type" : "integer"},
2626
"TriggerChannelCount": {"type" : "integer"},
27-
"EEGSamplingFrequency": {"type" : "number"},
2827
"EEGPlacementScheme": {"type" : "string"},
2928
"EEGReference": {"type" : "string"},
30-
"ManufacturersAmplifierModelName": {"type": "string"},
31-
"ManufacturersCapModelName": {"type": "string"},
29+
"CapManufacturer": {"type": "string"},
30+
"CapManufacturersModelName": {"type": "string"},
3231
"DewarPosition": {"type" : "string"},
3332
"SoftwareFilters": {
3433
"anyOf": [

0 commit comments

Comments
 (0)