|
|
|
@ -31,7 +31,7 @@ distance_to_monitor = 74
@@ -31,7 +31,7 @@ distance_to_monitor = 74
|
|
|
|
|
monitor_px = [1440,900] |
|
|
|
|
window_screen = 1 |
|
|
|
|
|
|
|
|
|
disableTracker = False # For Debugging |
|
|
|
|
disableTracker = True # For Debugging |
|
|
|
|
isi_time = 2 # Interstimulus Interval |
|
|
|
|
data_directory = os.path.join( |
|
|
|
|
os.path.expanduser('~'), 'Desktop', 'ExperimentalData', 'SaccadePursuitEyeTracking') |
|
|
|
@ -41,7 +41,7 @@ new_trial_sound = 'A'
@@ -41,7 +41,7 @@ new_trial_sound = 'A'
|
|
|
|
|
# Saccade / Antisaccade Parameters |
|
|
|
|
number_of_saccade_trials = 1 |
|
|
|
|
number_of_saccade_blocks = 1 |
|
|
|
|
saccade_distance = 15 # Degrees per direction |
|
|
|
|
saccade_distance = 2#15 # Degrees per direction |
|
|
|
|
saccade_time = 3 # Maximum Time |
|
|
|
|
stimulus_size = 0.3 |
|
|
|
|
stim_color = [1,-1,-1] |
|
|
|
@ -54,8 +54,8 @@ antisaccade_file_scale = 1
@@ -54,8 +54,8 @@ antisaccade_file_scale = 1
|
|
|
|
|
number_of_pursuit_trials = 1 |
|
|
|
|
number_of_pursuit_blocks = 1 |
|
|
|
|
pursuit_distance = 15 |
|
|
|
|
pursuit_frequencies = [0.1,0.2,0.4] |
|
|
|
|
pursuit_time = [40,20,15] |
|
|
|
|
pursuit_frequencies = [0.4]#[0.1,0.2,0.4] |
|
|
|
|
pursuit_time = [5]#[40,20,15] |
|
|
|
|
|
|
|
|
|
# Necker Cube Parameters |
|
|
|
|
number_of_necker_trials = 1 |
|
|
|
|