Open
Description
I would like to propose to allow the data type object of objects
additionally to string
for ElectricalStimulationParameters
in the *ieeg.json
file (see current specification).
To give you an impression of what this would allow for, this is an example of the standard that our collaborators and us use to share electrical stimulation parameters:
"ElectricalStimulationParameters": {
"BestClinicalSetting": "n/a",
"CurrentExperimentalSetting": {
...
}
}
I would propose something similar to this for the BIDS Specification:
Key name | Data type | Description |
---|---|---|
ElectricalStimulationParameters | object of objects or string | Description of stimulation parameters, such as frequency or shape. Can be key:value pairs (for example, {"StimulationAmplitude": 2, "StimulationPulseWidth": 60, "StimulationFrequency": 130} or free form (for example, "Stimulation amplitude was 2.0 mA, pulse width 60 µs and stimulation frequency was 130 Hz." . Stimulation onsets and durations can be specified in the events.tsv file. |