-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefault.config
31 lines (31 loc) · 875 Bytes
/
default.config
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
{
"appen_job": 2138901,
"num_stimuli": 84,
"num_stimuli_participant": 42,
"allowed_min_time": 1800,
"num_repeat": 1,
"kp_resolution": 100,
"hm_resolution": 100,
"mask_id": 86890879,
"allowed_stimuli_wrong_duration": 0.75,
"files_heroku": ["heroku_0.json", "heroku_1.json"],
"files_appen": ["f2138901.csv", "questionnaire_lab.csv"],
"file_cheaters": "/_output/cheaters.csv",
"path_source": "/videos/source_videos",
"path_stimuli": "/public/videos",
"mapping_stimuli": "/public/videos/mapping.csv",
"plotly_template": "plotly_white",
"stimulus_width": 1280,
"stimulus_height": 720,
"aoi": "/aoi_values.csv",
"separate_lab": 0,
"smoothen_signal": 1,
"freq": 120,
"mincutoff": 0.1,
"beta": 0.1,
"dcutoff": 1.0,
"font_family": "Open Sans, verdana, arial, sans-serif",
"font_size": 12,
"p_value": 0.001,
"save_figures": 0
}