-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest_yaml3.yml
More file actions
63 lines (62 loc) · 1.45 KB
/
test_yaml3.yml
File metadata and controls
63 lines (62 loc) · 1.45 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
config:
workers: 1
logger: stdout
output_dir: .
trial_time: 2.5
baseline_time: -1
baseline: [0, 1]
triggers:
- S11
- S12
- S13
- S14
trigger_pre_processing:
- name: get_sums
config:
- srate: 5
trial_post_processing:
- name: default
config: []
testing: false
dataset1:
dataset_path: resources\pupillsl2data\test_with_stim_n_eye_pylsl2.xdf
data_names:
- confidence
- norm_pos_x
- norm_pos_y
- gaze_point_3d_x
- gaze_point_3d_y
- gaze_point_3d_z
- eye_center0_3d_x
- eye_center0_3d_y
- eye_center0_3d_z
- eye_center1_3d_x
- eye_center1_3d_y
- eye_center1_3d_z
- gaze_normal0_x
- gaze_normal0_y
- gaze_normal0_z
- gaze_normal1_x
- gaze_normal1_y
- gaze_normal1_z
- diameter0_2d
- diameter1_2d
- diameter0_3d
- diameter1_3d
datasets:
eye0:
trigger_pre_processing:
- name: None
config: []
eye1:
trigger_pre_processing:
- name: None
config: []
gaze_x:
trigger_pre_processing:
- name: None
config: []
norm_pos_y:
trigger_pre_processing:
- name: None
config: []