Skip to content

Commit b48fa2b

Browse files
committed
fix(xeeg_hed_score): Update seizure_zone levels
1 parent b57a728 commit b48fa2b

File tree

1 file changed

+43
-40
lines changed

1 file changed

+43
-40
lines changed
Lines changed: 43 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,44 @@
11
{
2-
"name": {
3-
"Description": "REQUIRED. Name of the electrode"
4-
},
5-
"x": {
6-
"Description": "REQUIRED. Recorded position along the x-axis"
7-
},
8-
"y": {
9-
"Description": "REQUIRED. Recorded position along the y-axis"
10-
},
11-
"z": {
12-
"Description": "REQUIRED. Recorded position along the z-axis"
13-
},
14-
"size": {
15-
"Description": "Surface area of the electrode in mm^2"
16-
},
17-
"hemisphere": {
18-
"Description": "Hemisphere in which the electrode is placed",
19-
"Levels": {
20-
"L": "Left hemisphere",
21-
"R": "Right hemisphere"
22-
}
23-
},
24-
"seizure_zone": {
25-
"LongName": "Seizure onset zone",
26-
"Description": "Conclusion drawn by an epileptologist on electrode involvement in the seizures",
27-
"Levels": {
28-
"SOZ": "Seizure Onset Zone, the region where the recorded clinical seizures started during the recording period",
29-
"IrritativeZone": "Region of cortex that generates interictal epileptiform discharges, but not seizures",
30-
"EarlyPropagationZone": "Seizures propagate into this region within first 3 seconds after seizure onset. Not seizure onset",
31-
"Resected": "Region of cortex that was resected",
32-
"ResectedEdge": "Region of cortex that is within 1 cm of the edge of the resected area"
33-
}
34-
},
35-
"Destrieux_label": {
36-
"Description": "Label number according to the Destrieux Brain Atlas obtained from Freesurfer"
37-
},
38-
"Destrieux_label_text": {
39-
"Description": "Label name of the brain region according to the Destrieux Brain Atlas obtained from Freesurfer"
40-
}
41-
}
2+
"name": {
3+
"Description": "REQUIRED. Name of the electrode"
4+
},
5+
"x": {
6+
"Description": "REQUIRED. Recorded position along the x-axis"
7+
},
8+
"y": {
9+
"Description": "REQUIRED. Recorded position along the y-axis"
10+
},
11+
"z": {
12+
"Description": "REQUIRED. Recorded position along the z-axis"
13+
},
14+
"size": {
15+
"Description": "Surface area of the electrode in mm^2"
16+
},
17+
"hemisphere": {
18+
"Description": "Hemisphere in which the electrode is placed",
19+
"Levels": {
20+
"L": "Left hemisphere",
21+
"R": "Right hemisphere"
22+
}
23+
},
24+
"seizure_zone": {
25+
"LongName": "Seizure onset zone",
26+
"Description": "Conclusion drawn by an epileptologist on electrode involvement in the seizures",
27+
"Levels": {
28+
"SOZ": "Seizure Onset Zone, the region where the recorded clinical seizures started during the recording period",
29+
"IrritativeZone": "Region of cortex that generates interictal epileptiform discharges, but not seizures",
30+
"EarlyPropagationZone": "Seizures propagate into this region within first 3 seconds after seizure onset. Not seizure onset",
31+
"Resected": "Region of cortex that was resected",
32+
"ResectedEdge": "Region of cortex that is within 1 cm of the edge of the resected area",
33+
"IrritativeZone, EarlyPropagationZone": "Combined region"
34+
}
35+
},
36+
"Destrieux_label": {
37+
"Description": "Label number according to the Destrieux Brain Atlas obtained from Freesurfer",
38+
"Format": "integer"
39+
},
40+
"Destrieux_label_text": {
41+
"Description": "Label name of the brain region according to the Destrieux Brain Atlas obtained from Freesurfer",
42+
"Format": "string"
43+
}
44+
}

0 commit comments

Comments
 (0)