|
|
@ -31,7 +31,7 @@ distance_to_monitor = 74 |
|
|
|
monitor_px = [1440,900] |
|
|
|
monitor_px = [1440,900] |
|
|
|
window_screen = 1 |
|
|
|
window_screen = 1 |
|
|
|
|
|
|
|
|
|
|
|
disableTracker = True # For Debugging |
|
|
|
disableTracker = False # For Debugging |
|
|
|
isi_time = 2 # Interstimulus Interval |
|
|
|
isi_time = 2 # Interstimulus Interval |
|
|
|
data_directory = os.path.join( |
|
|
|
data_directory = os.path.join( |
|
|
|
os.path.expanduser('~'), 'Desktop', 'ExperimentalData', 'SaccadePursuitEyeTracking') |
|
|
|
os.path.expanduser('~'), 'Desktop', 'ExperimentalData', 'SaccadePursuitEyeTracking') |
|
|
@ -48,7 +48,7 @@ stim_color = [1,-1,-1] |
|
|
|
saccade_fixation_color = [255,255,255] |
|
|
|
saccade_fixation_color = [255,255,255] |
|
|
|
saccade_dot_color = [100,100,100] |
|
|
|
saccade_dot_color = [100,100,100] |
|
|
|
antisaccade_instruct_file = os.path.join(image_directory,'AntiSaccadeInstruct2.tif') |
|
|
|
antisaccade_instruct_file = os.path.join(image_directory,'AntiSaccadeInstruct2.tif') |
|
|
|
antisaccade_file_scale = 2.5 |
|
|
|
antisaccade_file_scale = 1 |
|
|
|
|
|
|
|
|
|
|
|
# Pursuit Parameters |
|
|
|
# Pursuit Parameters |
|
|
|
number_of_pursuit_trials = 1 |
|
|
|
number_of_pursuit_trials = 1 |
|
|
@ -407,7 +407,7 @@ class EyeTrackingSaccadePursuit(SaccadePursuit.SPtask): |
|
|
|
self.display_text_screen(text='Remember:\n\n' + pursuit_instruct_text) |
|
|
|
self.display_text_screen(text='Remember:\n\n' + pursuit_instruct_text) |
|
|
|
elif condition=='Necker': |
|
|
|
elif condition=='Necker': |
|
|
|
self.display_text_screen(text='Remember:\n\n' + necker_instruct_text, |
|
|
|
self.display_text_screen(text='Remember:\n\n' + necker_instruct_text, |
|
|
|
image_file=self.response_box_file, |
|
|
|
image_file=self.necker_response_box_file, |
|
|
|
image_scale=self.necker_response_box_scale) |
|
|
|
image_scale=self.necker_response_box_scale) |
|
|
|
elif condition=='Rivalry': |
|
|
|
elif condition=='Rivalry': |
|
|
|
self.display_text_screen(text='Remember:\n\n' + rivalry_instruct_text, |
|
|
|
self.display_text_screen(text='Remember:\n\n' + rivalry_instruct_text, |
|
|
|