We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e9a065 + d500bdd commit fbfed52Copy full SHA for fbfed52
validators/schemas/meg.json
@@ -24,11 +24,10 @@
24
"EMGChannelCount": {"type" : "integer"},
25
"MiscChannelCount": {"type" : "integer"},
26
"TriggerChannelCount": {"type" : "integer"},
27
- "EEGSamplingFrequency": {"type" : "number"},
28
"EEGPlacementScheme": {"type" : "string"},
29
"EEGReference": {"type" : "string"},
30
- "ManufacturersAmplifierModelName": {"type": "string"},
31
- "ManufacturersCapModelName": {"type": "string"},
+ "CapManufacturer": {"type": "string"},
+ "CapManufacturersModelName": {"type": "string"},
32
"DewarPosition": {"type" : "string"},
33
"SoftwareFilters": {
34
"anyOf": [
0 commit comments