|
|
@ -26,20 +26,31 @@ import eyelinker |
|
|
|
|
|
|
|
|
|
|
|
import SaccadePursuit |
|
|
|
import SaccadePursuit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
disableTracker = False # For Debugging |
|
|
|
|
|
|
|
mikeComp = False # Also for debugging |
|
|
|
|
|
|
|
|
|
|
|
# Experimental Parameters |
|
|
|
# Experimental Parameters |
|
|
|
monitor_name = 'testMonitor' |
|
|
|
monitor_name = 'testMonitor' |
|
|
|
monitor_width = 41 # 25.8 height |
|
|
|
|
|
|
|
distance_to_monitor = 74 |
|
|
|
distance_to_monitor = 74 |
|
|
|
monitor_px = [1440, 900] |
|
|
|
|
|
|
|
window_screen = 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
disableTracker = False # For Debugging |
|
|
|
if mikeComp: |
|
|
|
|
|
|
|
window_screen = 0 |
|
|
|
|
|
|
|
monitor_px = [2560,1440] |
|
|
|
|
|
|
|
monitor_width = 59 |
|
|
|
|
|
|
|
else: |
|
|
|
|
|
|
|
window_screen = 1 |
|
|
|
|
|
|
|
monitor_px = [1440, 900] |
|
|
|
|
|
|
|
monitor_width = 41 # 25.8 height |
|
|
|
|
|
|
|
|
|
|
|
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') |
|
|
|
# image_directory = os.path.join(os.getcwd(),'Images') |
|
|
|
if mikeComp: |
|
|
|
image_directory = os.path.join( |
|
|
|
image_directory = os.path.join(os.getcwd(),'Images') |
|
|
|
os.path.expanduser('~'), 'Desktop', 'SaccadePursuitExperiment', 'Images') |
|
|
|
else: |
|
|
|
|
|
|
|
image_directory = os.path.join( |
|
|
|
|
|
|
|
os.path.expanduser('~'), 'Desktop', 'SaccadePursuitExperiment', 'Images') |
|
|
|
|
|
|
|
|
|
|
|
new_trial_sound = 'A' |
|
|
|
new_trial_sound = 'A' |
|
|
|
instHeight = 6 |
|
|
|
instHeight = 6 |
|
|
|
|
|
|
|
|
|
|
|