-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathparams.max.py
25 lines (16 loc) · 2.5 KB
/
params.max.py
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
tuningFRA = {'subject':'acid','experimenter':'max', 'minFreq':2000, 'maxFreq':40000,
'numTones':16, 'stimType':'Sine', 'stimDur':0.1, 'isiMean':1, 'isiHalfRange':0,
'minInt':10, 'maxInt':60, 'numInt':6 }
tuningFreq = {'subject':'acid','experimenter':'max', 'minFreq':2000, 'maxFreq':40000,
'numTones':16, 'stimType':'Sine', 'stimDur':0.1, 'isiMean':1.2, 'isiHalfRange':0.2,
'minInt':70, 'maxInt':70, 'numInt':1, 'syncLightMode':'from_stim_offset', 'syncLight':'centerLED', 'delayToSyncLight': 0.2, 'syncLightDuration':0.1 }
tuningFreqHalf = {'subject':'acid001','experimenter':'max', 'minFreq':2000, 'maxFreq':40000,
'numTones':8, 'stimType':'Sine', 'stimDur':0.1, 'isiMean':1.2, 'isiHalfRange':0.2,
'minInt':70, 'maxInt':70, 'numInt':1, 'syncLightMode':'from_stim_offset', 'syncLight':'centerLED', 'delayToSyncLight': 0.2, 'syncLightDuration':0.1 }
tuningAM = {'subject':'feat004','experimenter':'jenny', 'minFreq':4, 'maxFreq':128, 'numTones':11,
'stimType':'AM', 'stimDur':0.5, 'isiMean':1.2, 'isiHalfRange':0.2, 'minInt':60,
'maxInt':60, 'syncLightMode':'from_stim_offset', 'syncLight':'centerLED', 'delayToSyncLight': 0.2, 'syncLightDuration':0.1}
oddballHighFreq = {'experimenter':'maxh', 'subject':'acid', 'stimType':'Chord', 'oddballStim':'high_freq', 'soundIntensity': 50, 'stimDuration':0.05, 'isiMean':0.5, 'isiHalfRange':0, 'oddballPeriod':10, 'oddballPeriodHalfRange':1, 'highFreq':13000, 'lowFreq':8000, 'syncLight':'centerLED', 'soundLocation':'left'}
oddballLowFreq = {'experimenter':'maxh', 'subject':'acid', 'stimType':'Chord', 'oddballStim':'low_freq', 'soundIntensity': 50, 'stimDuration':0.05, 'isiMean':0.5, 'isiHalfRange':0, 'oddballPeriod':10, 'oddballPeriodHalfRange':1, 'highFreq':13000, 'lowFreq':8000, 'syncLight':'centerLED', 'soundLocation':'left'}
oddballFMDown= {'experimenter':'maxh', 'subject':'acid', 'stimType':'FM', 'oddballStim':'FM_down', 'soundIntensity': 70, 'stimDuration':0.1, 'isiMean':0.5, 'isiHalfRange':0, 'oddballPeriod':10, 'oddballPeriodHalfRange':1, 'highFreq':13000, 'lowFreq':8000, 'syncLight':'centerLED', 'soundLocation':'left'}
oddballFMUp= {'experimenter':'maxh', 'subject':'acid', 'stimType':'FM', 'oddballStim':'FM_up', 'soundIntensity': 70, 'stimDuration':0.1, 'isiMean':0.5, 'isiHalfRange':0, 'oddballPeriod':10, 'oddballPeriodHalfRange':1, 'highFreq':13000, 'lowFreq':8000, 'syncLight':'centerLED', 'soundLocation':'left'}