-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetStimVec.py
72 lines (70 loc) · 1.04 KB
/
netStimVec.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
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
##################################################################################################
## NetStim start vector. Each element corresponds with the start time corresponding NetStim object
## NetStim will produce 20 event burst with interval of 1000 ms
##################################################################################################
ABdelay = [
1004.264,
1006.999,
1001.817,
1007.248,
1004.958,
1005.760,
1002.536,
1003.836,
1004.214,
1005.061,
1002.529,
1005.121,
1003.082,
1004.630,
1005.339,
]
ADdelay = [
1033.271,
1040.826,
1040.061,
1023.491,
1032.571,
1020.556,
1016.782,
1039.248,
1030.0,
1029.451,
1039.111,
1035.946,
1033.502,
1042.503,
1039.298,
]
Cdelay = [
1167.795,
1260.321,
1125.34,
1220.268,
1192.804,
1161.509,
1114.023,
1158.608,
1169.999,
1090.231,
1186.087,
1127.562,
1169.563,
1194.396,
1122.811,
1158.37,
1195.195,
1069.089,
1234.765,
1314.867,
1230.348,
1156.783,
1199.727,
1115.234,
1283.334,
1229.269,
1220.422,
1124.471,
1193.458,
1142.792,
]