forked from tknapen/hrf_mapper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefaults.yml
121 lines (102 loc) · 3.52 KB
/
defaults.yml
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
window:
size: [1920, 1080]
pos: [0, 0]
color: [0, 0, 0]
fullscr: True
#winType: pyglet
waitBlanking: True
monitor:
name: 7T
width: 70 # in cm
distance: 200 # in cm
gamma: 2.2
mouse:
visible: False
eyetracker:
address: "100.1.1.1"
dot_size: 0.1 # in deg
options:
active_eye: left # [right]
binocular_enabled: NO # [YES]
heuristic_filter: 0 # [0, OFF, 1, ON]
pupil_size_diameter: YES # [NO]
#simulate_head_camera: NO # [YES] # GIVES ERROR?
#simulation_screen_distance
file_event_filter: "LEFT,RIGHT,FIXATION,SACCADE,BLINK,MESSAGE,BUTTON,INPUT"
link_event_filter: "LEFT,RIGHT,FIXATION,SACCADE,BLINK,BUTTON"
link_sample_data: "LEFT,RIGHT,GAZE,GAZERES,AREA,STATUS,HTARGET"
#file_sample_data: LEFT,RIGHT,GAZE,AREA,GAZERES,STATUS,HTARGET,INPUT' # GIVES ERROR?
calibration_type: HV9 # [H3, HV3, HV5, HV9]
x_gaze_constraint: AUTO
y_gaze_constraint: AUTO
enable_automatic_calibration: YES # [NO]
automatic_calibration_pacing: 1000
enable_search_limits: YES
track_search_limits: YES
autothreshold_click: YES
autothreshold_repeat: YES
enable_camera_position_detect: YES
sample_rate: 1000
mri:
simulate: False
TR: 1.6 # seconds between volume acquisitions
TA: 1.6 # seconds to acquire one slice (?)
volumes: 10 # number of 3D volumes to obtain in a given scanning run
sync: t # character used as flag for sync timing, default=‘5’
skip: 0 # how many frames to silently omit initially during T1 stabilization, no sync pulse.
sound: False # simulate scanner noise
experiment:
fixation_center_size: 0.05
fixation_center_color: 'black'
fixation_surround_size: 0.25
fixation_surround_fw: 0.5
stim_duration: 0.05 # s times two
interstim_interval: 0.05
grating_size: 8
grating_contrast: 0.3
grating_sf: 1.5
grating_fringewidth: 0.1
warn_duration: 0.75
total_trial_duration: 3.2 # s
start_end_period: 16 # s
instruction_text: "please report the direction of rotation of the presented grating: CW (right index) or CCW (left index)"
pretrigger_text: "waiting for scanner"
# qwerty buttons from 'sure' to 'unsure'
ccw_buttons: ['a', 's', 'd', 'f']
cw_buttons: [';', 'l', 'k', 'j']
# fOrp buttons - check the order !!!!
# ccw_buttons: ['d', 'n', 'w', 'e']
# ccw_buttons: ['b', 'y', 'g', 'r']
various:
text_width: 5
text_height: 0.3
text_position_x: 0
text_position_y: 7
gamma_stim_size: [13,13]
buttons: ['b', 'j', 'k', 'l', 'semicolon']
stim_position_info:
repositioning_required: False
x_offset: 0
y_offset: 0
width: 1
height: 1
screen_rotation: 0
position_experiment:
keys: []
questplus:
intensityVals: [0.2, 0.4, 0.6, 0.8, 1. , 1.2, 1.4, 1.6, 1.8, 2. , 2.2, 2.4,
2.6, 2.8, 3. , 3.2, 3.4, 3.6, 3.8, 4. , 4.2, 4.4, 4.6, 4.8, 5. ,
5.2, 5.4, 5.6, 5.8, 6. , 6.2, 6.4, 6.6, 6.8, 7. , 7.2]
thresholdVals: [0.2, 0.4, 0.6, 0.8, 1. , 1.2, 1.4, 1.6, 1.8, 2. , 2.2, 2.4,
2.6, 2.8, 3. , 3.2, 3.4, 3.6, 3.8, 4. , 4.2, 4.4, 4.6, 4.8, 5. ,
5.2, 5.4, 5.6, 5.8, 6. , 6.2, 6.4, 6.6, 6.8, 7. , 7.2]
slopeVals: [0.2, 0.4, 0.6, 0.8, 1. , 1.2, 1.4, 1.6, 1.8, 2. , 2.2, 2.4,
2.6, 2.8, 3. , 3.2, 3.4, 3.6, 3.8, 4. , 4.2, 4.4, 4.6, 4.8, 5. ,
5.2, 5.4, 5.6, 5.8, 6. , 6.2, 6.4, 6.6, 6.8, 7. , 7.2]
lowerAsymptoteVals: [0.5]
lapseRateVals: [0.0125, 0.025, 0.0375, 0.05, 0.625, 0.075, 0.0875, 0.1]
responseVals: [True, False]
prior: {threshold: 3, slope: 1, lowerAsymptote: 0.5, lapseRate: 0.025}
startIntensity: 3.5
stimScale: 'linear'
stimSelectionMethod: 'minEntropy'