-
Notifications
You must be signed in to change notification settings - Fork 7
/
params_example.json
52 lines (47 loc) · 1.37 KB
/
params_example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"NCores": 2,
"EEGLabPath": "/rechenmagd4/toolboxes_and_functions/eeglab",
"FieldtripPath": "/rechenmagd4/toolboxes_and_functions/fieldtrip",
"BrainConnectivityToolboxPath" : "/rechenmagd4/toolboxes_and_functions/2019_03_03_BCT",
"StudyName": "test_demo",
"RawDataPath": "/rechenmagd3/Experiments/2021_preprocessing/datasets/demo_data",
"PreprocessedDataPath": [],
"Session" : [],
"Run" : [],
"Task" : [],
"BidsChanloc" : "off",
"NoseDir": [],
"RefCoord" : {
"X": [],
"Y": [],
"Z": []},
"DownsamplingRate" : 250,
"FlatLineCriterion" : 5,
"ChannelCriterion" : 0.8,
"LineNoiseCriterion" : 4,
"HighPass" : [0.25, 0.75],
"AddRefChannel" : "off",
"NICARepetitions": 10,
"ICLabel" : [[null, null], [0.8, 1], [0.8, 1], [null, null],[null, null],[null, null],[null, null]],
"BurstCriterion" : 20,
"WindowCriterion" : 0.25,
"WindowCriterionTolerances" : "[-Inf,7]",
"RejectBadTimeSegments" : "on",
"EpochLength" : 2,
"EpochOverlap" : 0.5,
"BrainFeatExtr":true,
"FreqRes" : 0.1,
"Pad": [],
"FreqBand" : {
"theta": [],
"alpha": [],
"beta": [],
"gamma": []},
"Taper" : "dpss",
"Tapsmofrq" : 1,
"HeadModelPath" : "standard_bem.mat",
"SurfaceModelPath" : "surface_white_both.mat",
"AtlasPath" : "parcellations/Schaefer2018_100Parcels_7Networks_order_FSLMNI152_1mm.Centroid_RAS.csv",
"FreqResConnectivity" : 0.5,
"ConnMatrixThreshold" : 0.2
}