-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparameters.json
154 lines (144 loc) · 5.24 KB
/
parameters.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"thank_you_img": "./images/instructions/Slide15.png",
"current_monitor": "BENQ",
"run_tests": true,
"default_colours":{
"bg_grey": [128, 128, 128],
"fg_grey": [136, 136, 136],
"bg_col": [0, 64, 0],
"fg_col": [225, 0, 0]
},
"Monitors":{
"BENQ":{
"monitor_name": "labBENQ",
"refresh_rate": 120,
"viewing_distance": 50,
"width_cm": 53.13,
"size_pix": [1920, 1080],
"lin_method": 4,
"gamma_grid": [
[0.2319, 227.9, 2.277518043, 0.23189, 0.006377166, 10.78968513],
[0.3615, 46.35, 2.506580215, 0.338386652, 0.222465774, 4.36741704],
[0.3556, 157.8, 2.29441308, 0.35559, 0.006619016, 9.029464538],
[0.3631, 16.86, 2.50347016, 0.362978004, 0.02733434, 3.00433964]],
"dkl2rgb": [
[1.0, 1.0, -0.153802987],
[1.0, -0.29572174, 0.160287141],
[1.0, 0.009668977, -1.0]],
"lms2rgb": [
[16.05193661, -15.89307613, 0.854759975],
[-1.975267986, 6.40459477, -0.890795651],
[-0.100139467, -0.310702556, 5.557499174]]
},
"DELL":{
"monitor_name": "labDELL",
"refresh_rate": 60,
"viewing_distance": 40,
"width_cm": 52,
"size_pix": [1920, 1200],
"lin_method": 4,
"gamma_grid": [
[1.966, 329.3, 2.073652432, 1.837481697, 0.371797511, 15.89493319],
[1.937, 93.9, 2.156706458, 1.645202603, 0.56490357, 7.557928371],
[1.937, 201.8, 2.059747517, 1.895346681, 0.21371985, 12.78687456],
[1.928, 25.09, 2.287230788, 1.851545365, 0.324947401, 3.637656494]],
"dkl2rgb": [
[1.0, 1.0, -0.066718257],
[1.0, -0.468980888, 0.162595221],
[1.0, 0.04565501, -1.0]],
"lms2rgb": [
[7.559966779, -6.726183468, 0.338443633],
[-1.338363402, 4.51191445, -0.824801482],
[0.025019783, -0.503963608, 5.072728931]]
}
},
"ColourTest":{
"images_dir": "./images/colour_test",
"export_filename": "colour_test.csv",
"stim_size": [9, 9],
"instructions_img": "./images/instructions/Slide1.png"
},
"ContrastDetection":{
"images_dir": "./images/line_drawings",
"export_filename": "contrast.csv",
"stim_size": [9.26, 9.26],
"n_trials": 15,
"p_catch": 0.15,
"colour_delta": [1, 1, 1],
"instructions_img": "./images/instructions/Slide2.png",
"t_stim": 0.25,
"t_prestim": 0.5,
"t_poststim": 0.5,
"pos_key": "right",
"neg_key": "left"
},
"IsoluminanceDetection":{
"images_dir": "./images/line_drawings",
"export_filename": "isoluminance.csv",
"stim_size": [9.26, 9.26],
"instructions_img": "./images/instructions/Slide3.png",
"instructions_img_up": "./images/instructions/Slide4.png",
"instructions_img_down": "./images/instructions/Slide5.png",
"blocks_seq": ["up", "down", "up", "down"],
"n_trials": 5,
"col_delta": [0, 2, 0],
"up_key": "up",
"down_key": "down",
"flicker_fs": 30,
"t_prestim": 0,
"t_poststim": 0.5
},
"FreeChoiceExperiment":{
"images_dir": "./images/letters_free_choice",
"export_filename": "free_choice.csv",
"seq_file": "./imgs_seq_free_choice.csv",
"instructions_img": "./images/instructions/Slide6.png",
"n_trials": 5,
"t_fix": 1,
"t_stim": 0.25,
"t_prestim": 1,
"t_poststim": 1,
"stim_size": [7.84, 9.26],
"left_key": "left",
"right_key": "right"
},
"DividedAttentionExperiment":{
"images_dir": "./images/letters_div_attention",
"export_filename": "divided_attention.csv",
"seq_file": "./imgs_seq_div_attention.csv",
"instructions_img": "./images/instructions/Slide7.png",
"instructions_img_practice": "./images/instructions/Slide8.png",
"instructions_img_exp": "./images/instructions/Slide9.png",
"n_practice_blocks": 1,
"n_practice_trials": 2,
"n_blocks": 2,
"n_trials": 5,
"t_fix": 1,
"t_prestim": 0.5,
"t_poststim": 1,
"stim_size": [7.84, 9.26],
"pos_key": "right",
"neg_key": "left",
"target_letter": "h"
},
"SelectiveAttentionExperiment":{
"images_dir": "./images/letters_free_choice",
"export_filename": "selective_attention.csv",
"seq_file": "./imgs_seq_sel_attention.csv",
"instructions_img": "./images/instructions/Slide10.png",
"instructions_img_local_practice": "./images/instructions/Slide11.png",
"instructions_img_local": "./images/instructions/Slide12.png",
"instructions_img_global_practice": "./images/instructions/Slide13.png",
"instructions_img_global": "./images/instructions/Slide14.png",
"local_first": true,
"n_blocks": 2,
"n_trials": 5,
"n_practice_trials": 2,
"t_fix": 1,
"t_prestim": 0.5,
"t_poststim": 1,
"stim_size": [7.84, 9.26],
"left_key": "left",
"right_key": "right"
}
}