Just saw that one when helping a friend working on her first BIDS EEG data set. Copy pasted the current example below. SoftwareFilters is missing.
Not super familiar with the EEG / MEG, just wanna make sure I am not missing something.
But if I am right, I got a PR ready to go if needed.
{
"TaskName":"Seeing stuff",
"TaskDescription":"Subjects see various images for which phase, amplitude spectrum, and color vary continuously",
"Instructions":"Your task is to detect images when they appear for the 2nd time, only then press the response button with your right/left hand (counterbalanced across subjects)",
"InstitutionName":"The world best university, 10 Beachfront Avenue, Papeete",
"SamplingFrequency":2400,
"Manufacturer":"Brain Products",
"ManufacturersModelName":"BrainAmp DC",
"CapManufacturer":"EasyCap",
"CapManufacturersModelName":"M1-ext",
"EEGChannelCount":87,
"EOGChannelCount":2,
"ECGChannelCount":1,
"EMGChannelCount":0,
"MiscChannelCount":0,
"TriggerChannelCount":1,
"PowerLineFrequency":50,
"EEGPlacementScheme":"10 percent system",
"EEGReference":"single electrode placed on FCz",
"EEGGround":"placed on AFz",
"HardwareFilters":{
"ADC's decimation filter (hardware bandwidth limit)":{
"-3dB cutoff point (Hz)":480,
"Filter order sinc response":5
}
},
"RecordingDuration":600,
"RecordingType":"continuous"
}
Just saw that one when helping a friend working on her first BIDS EEG data set. Copy pasted the current example below.
SoftwareFiltersis missing.Not super familiar with the EEG / MEG, just wanna make sure I am not missing something.
But if I am right, I got a PR ready to go if needed.
{ "TaskName":"Seeing stuff", "TaskDescription":"Subjects see various images for which phase, amplitude spectrum, and color vary continuously", "Instructions":"Your task is to detect images when they appear for the 2nd time, only then press the response button with your right/left hand (counterbalanced across subjects)", "InstitutionName":"The world best university, 10 Beachfront Avenue, Papeete", "SamplingFrequency":2400, "Manufacturer":"Brain Products", "ManufacturersModelName":"BrainAmp DC", "CapManufacturer":"EasyCap", "CapManufacturersModelName":"M1-ext", "EEGChannelCount":87, "EOGChannelCount":2, "ECGChannelCount":1, "EMGChannelCount":0, "MiscChannelCount":0, "TriggerChannelCount":1, "PowerLineFrequency":50, "EEGPlacementScheme":"10 percent system", "EEGReference":"single electrode placed on FCz", "EEGGround":"placed on AFz", "HardwareFilters":{ "ADC's decimation filter (hardware bandwidth limit)":{ "-3dB cutoff point (Hz)":480, "Filter order sinc response":5 } }, "RecordingDuration":600, "RecordingType":"continuous" }