-
Notifications
You must be signed in to change notification settings - Fork 11
channels_(SUBJECTID).json
Eric Denovellis edited this page Dec 7, 2015
·
3 revisions
This .json
file contains information about each channel for a given subject. Each channel requires:
- subjectID: Identifying key for the subject
- channelID: Identifying key for the recording channel/sensor
- region: brain region of the channel
- x: x-coordinate location of the channel on the corresponding brainImage_(SUBJECTID).png
- y: y-coordinate location of the channel on the corresponding brainImage_(SUBJECTID).png
For example:
[
{
"subjectID": "B",
"channelID": "5",
"region": "Rolandic",
"x": -2.75,
"y": 22.07,
"fixed": "true"
},
{
"subjectID": "B",
"channelID": "6",
"region": "Rolandic",
"x": 2.41,
"y": 14.02,
"fixed": "true"
}
]