updated model full
This commit is contained in:
parent
d40b6e14a8
commit
ebe6f5324b
Binary file not shown.
Binary file not shown.
10195
calc_auc_three_core-spikes_core_AUCI.csv
Normal file
10195
calc_auc_three_core-spikes_core_AUCI.csv
Normal file
File diff suppressed because it is too large
Load Diff
BIN
model_full.pdf
BIN
model_full.pdf
Binary file not shown.
BIN
model_full.png
Normal file
BIN
model_full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
@ -4,67 +4,77 @@ def model_full():
|
||||
|
||||
plot_style()
|
||||
default_figsize(column=2, length=2.3)
|
||||
grid = gridspec.GridSpec(1, 2, wspace=0.6, bottom = 0.1,hspace=0.15, top=0.95, left=0.075, right=0.87)
|
||||
grid = gridspec.GridSpec(1, 1, wspace=0.6, bottom = 0.1,hspace=0.15, top=0.95, left=0.075, right=0.87)
|
||||
|
||||
axes = []
|
||||
##################################
|
||||
# model part
|
||||
ls = '--'
|
||||
lw = 0.5
|
||||
ax = plt.subplot(grid[1])
|
||||
ax = plt.subplot(grid[0])
|
||||
|
||||
axes.append(ax)
|
||||
|
||||
perc,im,stack_final = plt_model_big(ax, ls = ls, lw = 0.5)
|
||||
fr_waves = 139
|
||||
fr_noise = 120
|
||||
f1 = 33
|
||||
f2 = 139
|
||||
|
||||
#embed()
|
||||
ax.plot(fr_noise * f1/fr_waves, fr_noise*f2/fr_waves, 'o', ms = 5, markeredgecolor = 'white', markerfacecolor="None")
|
||||
ax.plot(fr_noise * f1 / fr_waves, -fr_noise * f2 / fr_waves, 'o', ms = 5, markeredgecolor='white', markerfacecolor="None")
|
||||
|
||||
# if len(cbar) > 0:
|
||||
###############################
|
||||
# data part
|
||||
|
||||
|
||||
ax = plt.subplot(grid[0])
|
||||
axes.append(ax)
|
||||
cell = '2012-07-03-ak-invivo-1'
|
||||
mat_rev,stack_final_rev = load_stack_data_susept(cell, save_name = version_final(), end = '_revQuadrant_')
|
||||
mat, stack = load_stack_data_susept(cell, save_name=version_final(), end = '')
|
||||
#embed()
|
||||
#try:
|
||||
full_matrix = create_full_matrix2(np.array(mat),np.array(mat_rev))
|
||||
#except:
|
||||
# print('full matrix something')
|
||||
# embed()
|
||||
data_extra = False
|
||||
if data_extra:
|
||||
ax = plt.subplot(grid[0])
|
||||
axes.append(ax)
|
||||
cell = '2012-07-03-ak-invivo-1'
|
||||
mat_rev,stack_final_rev = load_stack_data_susept(cell, save_name = version_final(), end = '_revQuadrant_')
|
||||
mat, stack = load_stack_data_susept(cell, save_name=version_final(), end = '')
|
||||
#embed()
|
||||
#try:
|
||||
full_matrix = create_full_matrix2(np.array(mat),np.array(mat_rev))
|
||||
#except:
|
||||
# print('full matrix something')
|
||||
# embed()
|
||||
|
||||
stack_final = get_axis_on_full_matrix(full_matrix, mat)
|
||||
stack_final = get_axis_on_full_matrix(full_matrix, mat)
|
||||
|
||||
abs_matrix = np.abs(stack_final)
|
||||
#embed()
|
||||
#if np.
|
||||
abs_matrix, add_nonlin_title, resize_val = rescale_colorbar_and_values(abs_matrix)
|
||||
abs_matrix = np.abs(stack_final)
|
||||
#embed()
|
||||
#if np.
|
||||
abs_matrix, add_nonlin_title, resize_val = rescale_colorbar_and_values(abs_matrix)
|
||||
|
||||
|
||||
ax.axhline(0, color = 'white', linestyle = ls, linewidth = lw)
|
||||
ax.axvline(0, color='white', linestyle = ls, linewidth = lw)
|
||||
im = plt_RAM_perc(ax, perc, abs_matrix)
|
||||
cbar, left, bottom, width, height = colorbar_outside(ax, im, add=5, width=0.01)
|
||||
ax.axhline(0, color = 'white', linestyle = ls, linewidth = lw)
|
||||
ax.axvline(0, color='white', linestyle = ls, linewidth = lw)
|
||||
im = plt_RAM_perc(ax, perc, abs_matrix)
|
||||
cbar, left, bottom, width, height = colorbar_outside(ax, im, add=5, width=0.01)
|
||||
|
||||
set_clim_same_here([im], mats=[abs_matrix], lim_type='up', nr_clim='perc', clims='', percnr=95)
|
||||
set_clim_same_here([im], mats=[abs_matrix], lim_type='up', nr_clim='perc', clims='', percnr=95)
|
||||
|
||||
#clim = im.get_clim()
|
||||
#if clim[1]> 1000:
|
||||
#todo: change clim values with different Hz values
|
||||
#embed()
|
||||
cbar.set_label(nonlin_title(add_nonlin_title = ' ['+add_nonlin_title), rotation=90, labelpad=8)
|
||||
#clim = im.get_clim()
|
||||
#if clim[1]> 1000:
|
||||
#todo: change clim values with different Hz values
|
||||
#embed()
|
||||
cbar.set_label(nonlin_title(add_nonlin_title = ' ['+add_nonlin_title), rotation=90, labelpad=8)
|
||||
|
||||
set_ylabel_arrow(ax, xpos = -0.07, ypos = 0.97)
|
||||
set_xlabel_arrow(ax, xpos=1, ypos=-0.07)
|
||||
''' eod_fr, stack_spikes = plt_data_suscept_single(ax, cbar_label, cell, cells, f, fig, file_names_exclude, lp, title,
|
||||
width)'''
|
||||
cbar, left, bottom, width, height = colorbar_outside(ax, im, add=5, width=0.01)
|
||||
set_ylabel_arrow(ax, xpos = -0.07, ypos = 0.97)
|
||||
set_xlabel_arrow(ax, xpos=1, ypos=-0.07)
|
||||
''' eod_fr, stack_spikes = plt_data_suscept_single(ax, cbar_label, cell, cells, f, fig, file_names_exclude, lp, title,
|
||||
width)'''
|
||||
cbar, left, bottom, width, height = colorbar_outside(ax, im, add=5, width=0.01)
|
||||
|
||||
#print('finished model_full')
|
||||
fig = plt.gcf()
|
||||
#axes = plt.gca()
|
||||
fig.tag(axes[::-1], xoffs=-4.5, yoffs=0.4) # ax_ams[3],
|
||||
#fig.tag(axes[::-1], xoffs=-4.5, yoffs=0.4) # ax_ams[3],
|
||||
|
||||
save_visualization()
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
BIN
motivation.pdf
BIN
motivation.pdf
Binary file not shown.
BIN
motivation.png
Normal file
BIN
motivation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
15506
motivation_05_012.csv
Normal file
15506
motivation_05_012.csv
Normal file
File diff suppressed because it is too large
Load Diff
15506
motivation_05_base_0.csv
Normal file
15506
motivation_05_base_0.csv
Normal file
File diff suppressed because it is too large
Load Diff
15506
motivation_05_control_01.csv
Normal file
15506
motivation_05_control_01.csv
Normal file
File diff suppressed because it is too large
Load Diff
15506
motivation_05_control_02.csv
Normal file
15506
motivation_05_control_02.csv
Normal file
File diff suppressed because it is too large
Load Diff
15506
motivation_original_012.csv
Normal file
15506
motivation_original_012.csv
Normal file
File diff suppressed because it is too large
Load Diff
15506
motivation_original_base_0.csv
Normal file
15506
motivation_original_base_0.csv
Normal file
File diff suppressed because it is too large
Load Diff
15506
motivation_original_control_01.csv
Normal file
15506
motivation_original_control_01.csv
Normal file
File diff suppressed because it is too large
Load Diff
15506
motivation_original_control_02.csv
Normal file
15506
motivation_original_control_02.csv
Normal file
File diff suppressed because it is too large
Load Diff
87
motivation_spikes_012.csv
Normal file
87
motivation_spikes_012.csv
Normal file
@ -0,0 +1,87 @@
|
||||
,0,1,2
|
||||
0,5.360000000375287,3.6000000003509633,5.439999999890446
|
||||
1,6.9100000003272655,5.150000000302942,7.064999999766755
|
||||
2,28.034999999628774,6.5749999997747075,26.89000000007671
|
||||
3,29.509999999656422,8.299999999853288,28.31500000045797
|
||||
4,31.210000000366556,12.724999999936234,29.739999999929736
|
||||
5,34.28499999999257,29.175000000013355,34.21499999965907
|
||||
6,36.98499999999694,30.750000000243276,35.765000000520544
|
||||
7,43.310000000285065,35.04999999984601,37.4149999997653
|
||||
8,58.38499999962732,36.59999999979799,58.16500000035465
|
||||
9,61.23500000038984,42.7999999996059,59.6400000003823
|
||||
10,64.23500000009153,59.30000000023891,61.34000000018294
|
||||
11,65.88500000024578,60.89999999983728,65.69000000034156
|
||||
12,88.18499999987762,65.2499999999959,67.26499999966198
|
||||
13,89.70999999955166,66.75000000030148,88.31499999994865
|
||||
14,91.45999999990818,68.64999999959717,89.76499999969836
|
||||
15,94.73499999993874,89.34999999963064,91.39000000048416
|
||||
16,97.10999999996784,90.89999999958262,94.7649999998075
|
||||
17,118.16000000025451,95.32499999966556,97.59000000029208
|
||||
18,119.73499999957494,96.8500000002491,117.14000000027318
|
||||
19,121.30999999980486,98.49999999949385,118.63999999966927
|
||||
20,124.36000000006243,119.37499999965394,120.06500000005053
|
||||
21,126.01000000021668,120.90000000023747,123.1150000003081
|
||||
22,127.68499999973938,124.00000000014143,125.96500000016113
|
||||
23,148.43500000032873,125.65000000029568,147.1899999996649
|
||||
24,150.06000000020504,127.14999999969177,148.66499999969255
|
||||
25,154.46000000001004,134.67499999967868,150.06499999979587
|
||||
26,156.03500000023996,149.6250000003597,154.69000000028336
|
||||
27,157.58500000019194,151.32500000016034,156.2149999999574
|
||||
28,178.48499999972046,155.5750000001167,174.49000000031538
|
||||
29,180.03499999967244,157.07499999951278,178.6650000003474
|
||||
30,184.48500000003332,163.14999999974998,180.1150000000971
|
||||
31,186.0349999999853,179.650000000383,181.7900000005293
|
||||
32,187.58499999993728,181.37499999955207,186.11500000040996
|
||||
33,208.58499999966807,185.57499999986203,187.84000000048854
|
||||
34,210.08499999997366,187.09999999953607,208.9400000004216
|
||||
35,212.38500000007843,189.05000000029713,210.28999999996904
|
||||
36,216.03499999973064,194.75000000000318,211.9400000001233
|
||||
37,217.58499999968262,209.77499999969905,216.1649999998017
|
||||
38,238.68499999961568,211.32499999965103,217.86500000051183
|
||||
39,240.21000000019922,215.77500000001191,238.83999999996468
|
||||
40,241.8849999997219,217.2750000003175,240.34000000027027
|
||||
41,246.05999999975393,223.27499999972088,241.91500000050019
|
||||
42,247.6099999997059,239.87499999964666,245.0399999997726
|
||||
43,268.76000000019485,241.62500000000318,246.54000000007818
|
||||
44,270.2849999998689,245.8499999996816,267.59000000036485
|
||||
45,271.88500000037675,247.37500000026512,269.0650000003925
|
||||
46,276.2100000002574,249.07500000006576,270.5150000001422
|
||||
47,277.6850000002851,269.89999999966994,274.98999999987154
|
||||
48,298.90999999978885,271.39999999997553,276.56500000010146
|
||||
49,300.35999999953856,275.79999999978054,297.61500000038814
|
||||
50,301.9600000000464,277.3499999997325,299.11499999978423
|
||||
51,305.010000000304,279.10000000008904,300.5400000001655
|
||||
52,306.56000000025597,300.0249999998955,303.86499999984244
|
||||
53,308.1349999995764,301.54999999956954,306.6150000004027
|
||||
54,329.00999999973646,306.02500000020837,308.3150000002033
|
||||
55,330.51000000004206,307.52499999960446,329.16500000008546
|
||||
56,335.1100000002516,309.24999999968304,330.61499999983516
|
||||
57,336.58500000027925,330.09999999956517,332.2399999997115
|
||||
58,338.1849999998776,331.6250000001487,335.4399999998177
|
||||
59,359.2350000001643,334.6999999997747,337.0150000000476
|
||||
60,360.8600000000406,336.3000000002826,359.1649999998308
|
||||
61,365.0099999997947,337.7500000000323,360.6650000001364
|
||||
62,366.55999999974665,344.0500000000425,362.31500000029064
|
||||
63,368.10999999969863,360.2750000003466,365.3649999996387
|
||||
64,374.3349999997845,361.8250000002986,366.9650000001466
|
||||
65,389.4599999996826,366.0999999996234,388.01500000043325
|
||||
66,392.159999999687,367.64999999957536,389.41500000053657
|
||||
67,395.2849999998689,373.89999999993915,390.8650000002863
|
||||
68,396.88500000037675,390.39999999966267,392.5150000004405
|
||||
69,398.4100000000508,394.85000000002356,396.7899999997653
|
||||
70,419.63499999955457,396.3749999996976,398.61500000004617
|
||||
71,422.2599999996346,397.8750000000032,418.2399999999516
|
||||
72,425.45999999974083,402.6250000000614,419.8649999998279
|
||||
73,426.91000000040003,420.72500000029277,421.3150000004871
|
||||
74,428.43500000007407,425.12500000009777,425.5899999998119
|
||||
75,435.960000000061,426.62499999949387,427.09000000011747
|
||||
76,450.8349999999082,428.07500000015307,449.4899999999516
|
||||
77,452.4100000001381,433.97500000026366,450.9649999999792
|
||||
78,455.51000000004206,435.9749999997616,452.66499999977987
|
||||
79,457.18499999956475,454.9499999997165,455.6899999997595
|
||||
80,458.68499999987034,456.4999999996685,457.215000000343
|
||||
81,480.8100000002851,457.97499999969614,479.56500000053074
|
||||
82,482.3849999996055,461.324999999651,481.06499999992684
|
||||
83,485.3850000002167,,482.91500000048563
|
||||
84,486.98499999981505,,
|
||||
85,488.60999999969135,,
|
|
71
motivation_spikes_base_0.csv
Normal file
71
motivation_spikes_base_0.csv
Normal file
@ -0,0 +1,71 @@
|
||||
,0,1,2
|
||||
0,4.374999999527063,0.8000000000265572,3.375000000005457
|
||||
1,12.3249999996915,9.94999999988977,9.649999999737702
|
||||
2,19.900000000234286,15.899999999646752,17.150000000356158
|
||||
3,25.649999999586726,22.12499999973261,24.5250000004944
|
||||
4,31.525000000328873,31.100000000378714,33.44999999967513
|
||||
5,40.77500000039436,38.499999999885404,39.524999999912325
|
||||
6,46.55000000002474,44.67500000032487,48.62500000012915
|
||||
7,52.64999999963038,50.700000000006185,53.24999999970714
|
||||
8,61.674999999922875,58.0000000002201,62.050000000226646
|
||||
9,72.19999999961146,65.67500000005566,72.6750000001175
|
||||
10,79.62500000030559,73.2250000003205,78.69999999979882
|
||||
11,85.72499999991123,82.09999999985484,87.6000000005206
|
||||
12,94.62499999972351,88.25000000001637,90.75000000007094
|
||||
13,99.79999999995925,95.87500000020555,96.7500000003838
|
||||
14,106.87500000040018,104.67499999981555,108.67500000017571
|
||||
15,115.67500000001019,106.3749999996162,111.65000000050895
|
||||
16,117.57500000021537,115.27500000033797,120.67499999989195
|
||||
17,127.87500000013097,121.27499999974134,126.7249999998512
|
||||
18,133.74999999996362,130.59999999973115,132.8000000000884
|
||||
19,142.74999999997817,136.39999999963948,138.95000000024993
|
||||
20,146.09999999993306,142.549999999801,147.87500000034015
|
||||
21,156.45000000040454,149.77500000009059,155.50000000052933
|
||||
22,160.874999999578,160.600000000386,161.4999999999327
|
||||
23,171.62499999994907,169.37499999971806,169.09999999984393
|
||||
24,177.47500000041327,172.60000000010223,179.42500000003747
|
||||
25,182.24999999983993,181.42499999999018,183.97499999969114
|
||||
26,188.17500000022847,186.22499999969477,191.74999999972897
|
||||
27,197.1000000003187,193.44999999998436,198.97500000001855
|
||||
28,206.0750000000553,202.40000000035252,207.9750000000331
|
||||
29,212.12500000001455,208.5250000002361,211.04999999965912
|
||||
30,218.10000000004948,215.97500000029868,223.0749999996533
|
||||
31,230.0999999997657,222.32499999995525,229.00000000004184
|
||||
32,233.17500000030122,231.07499999991887,235.0500000000011
|
||||
33,242.1249999997599,235.7249999997748,241.0749999996824
|
||||
34,245.2499999999418,241.72500000008768,250.07499999969696
|
||||
35,254.37499999952706,250.599999999622,256.32500000006075
|
||||
36,263.1499999997686,253.92500000020846,265.2000000005046
|
||||
37,264.9250000004031,265.800000000354,271.2250000001859
|
||||
38,275.3999999995358,272.0750000000862,280.17499999964457
|
||||
39,279.9750000003769,277.8499999997166,287.900000000036
|
||||
40,291.7749999996886,285.3749999997035,296.699999999646
|
||||
41,293.4750000003987,290.15000000003965,298.3250000004318
|
||||
42,299.4749999998021,296.0249999998723,307.3250000004464
|
||||
43,308.324999999968,306.7750000002434,313.27500000020336
|
||||
44,315.87500000023283,316.850000000386,322.4999999999909
|
||||
45,323.4499999998661,320.1000000001386,331.3999999998032
|
||||
46,329.47499999954744,328.9500000003045,337.425000000394
|
||||
47,335.62499999970896,335.09999999955653,343.47500000035325
|
||||
48,346.3000000001557,344.124999999849,352.6500000004944
|
||||
49,350.8249999995314,352.949999999737,358.4250000001248
|
||||
50,359.69999999997526,360.69999999949687,361.70000000015534
|
||||
51,367.2500000002401,365.19999999950414,372.12499999964166
|
||||
52,371.6500000000451,374.2750000003525,379.70000000018445
|
||||
53,382.09999999980937,381.8000000003394,387.34999999974207
|
||||
54,386.55000000017026,389.0750000002754,394.62499999967804
|
||||
55,392.57499999985157,395.17499999988104,405.05000000007385
|
||||
56,398.92499999950815,404.1250000002492,406.5749999997479
|
||||
57,409.1500000004089,413.17499999991014,412.7249999999094
|
||||
58,415.29999999966094,419.175000000223,418.82500000042455
|
||||
59,422.82499999964784,426.77500000013424,427.67499999968095
|
||||
60,431.775000000016,435.6749999999465,436.92499999974643
|
||||
61,437.8999999998996,437.4000000000251,445.97500000031687
|
||||
62,445.34999999996217,447.8750000000673,454.7749999999269
|
||||
63,452.8250000003027,455.37499999977626,461.29999999971005
|
||||
64,461.9750000001659,461.67499999978645,468.4500000000753
|
||||
65,470.97500000018044,470.34999999982574,475.87499999985994
|
||||
66,475.4499999999098,476.37499999950705,482.0999999999458
|
||||
67,481.4249999999447,482.32500000017353,489.72500000013497
|
||||
68,487.5499999998283,488.52499999998145,496.95000000042455
|
||||
69,497.90000000029977,496.09999999961474,
|
|
79
motivation_spikes_control_01.csv
Normal file
79
motivation_spikes_control_01.csv
Normal file
@ -0,0 +1,79 @@
|
||||
,1,0,2
|
||||
0,0.9749999995259713,5.37499999973079,6.675000000271757
|
||||
1,6.624999999585635,6.87500000003638,12.875000000079671
|
||||
2,14.17499999985048,13.200000000324508,14.525000000233922
|
||||
3,15.949999999575448,20.599999999831198,21.774999999891953
|
||||
4,21.650000000190992,22.149999999783176,29.40000000008113
|
||||
5,29.575000000077488,31.124999999519787,36.77500000021937
|
||||
6,38.50000000016771,37.04999999990832,43.17500000043183
|
||||
7,44.59999999977335,44.574999999895226,51.82500000019318
|
||||
8,51.899999999987266,52.05000000023574,53.574999999640205
|
||||
9,59.299999999493956,58.2750000003216,59.6499999998774
|
||||
10,61.15000000005275,67.00000000000728,67.12500000021791
|
||||
11,68.89999999981265,73.44999999986612,74.5249999997246
|
||||
12,80.52499999990724,80.87499999965075,81.89999999986284
|
||||
13,81.97499999965694,89.5250000003216,88.02499999974643
|
||||
14,89.42499999971952,91.34999999969295,89.74999999982501
|
||||
15,90.99999999994944,97.22499999952561,97.65000000034306
|
||||
16,97.37499999988395,103.5249999995358,104.60000000030377
|
||||
17,104.72499999974426,112.19999999957508,112.05000000036634
|
||||
18,112.05000000023611,118.37500000001455,113.8749999997377
|
||||
19,119.50000000029868,127.1999999999025,125.74999999988322
|
||||
20,121.24999999974571,133.37500000034197,127.2500000001888
|
||||
21,133.37499999994216,135.00000000021828,134.6000000000491
|
||||
22,136.19999999951725,142.39999999972497,136.40000000005202
|
||||
23,142.250000000386,148.44999999968422,149.77500000050313
|
||||
24,149.67500000017063,157.4000000000524,157.17500000000982
|
||||
25,151.34999999969332,164.9250000000393,158.9000000000884
|
||||
26,157.42499999993052,172.37500000010186,164.82500000047693
|
||||
27,166.47499999959146,179.87499999981083,172.19999999970568
|
||||
28,172.25000000013134,181.57499999961146,179.87500000045074
|
||||
29,179.7000000001939,187.64999999984866,187.3750000001597
|
||||
30,181.50000000019682,196.6499999998632,193.29999999963874
|
||||
31,194.77499999953616,202.52499999969586,194.97500000007093
|
||||
32,196.49999999961474,210.17500000016298,202.45000000041145
|
||||
33,202.324999999801,217.49999999974534,210.15000000052495
|
||||
34,208.5750000001648,225.09999999965657,217.40000000018298
|
||||
35,217.29999999985048,226.92499999993743,225.07500000001855
|
||||
36,224.775000000191,232.60000000027503,232.37500000023246
|
||||
37,226.77499999968896,240.37500000031287,234.1249999996795
|
||||
38,238.5499999996322,247.6249999999709,241.72500000050022
|
||||
39,240.17499999950851,255.3250000000844,247.5000000001306
|
||||
40,247.45000000035398,262.775000000147,253.8750000000651
|
||||
41,253.67499999953034,268.72499999990396,262.5249999998265
|
||||
42,262.42499999949393,270.34999999978027,270.22499999994
|
||||
43,268.62500000021134,277.75000000019645,277.5749999998003
|
||||
44,277.42499999982135,285.2999999995518,279.27500000051043
|
||||
45,279.124999999622,292.699999999968,292.5250000004813
|
||||
46,286.57499999968456,298.82499999985157,294.3000000002063
|
||||
47,292.6249999996438,300.50000000028376,300.22499999968534
|
||||
48,300.17499999990866,314.2250000000786,307.74999999967224
|
||||
49,307.57500000032485,322.82500000019354,315.325000000215
|
||||
50,315.19999999960453,328.84999999987485,322.7249999997217
|
||||
51,321.3250000003976,330.5000000000291,330.3499999999109
|
||||
52,329.0750000001575,337.8999999995358,336.4250000001481
|
||||
53,337.60000000034813,345.7250000001295,337.97500000010007
|
||||
54,339.30000000014877,352.8500000002168,351.5500000000462
|
||||
55,346.7749999995798,359.0750000003027,353.0999999999982
|
||||
56,352.87500000009493,368.02499999976135,360.47500000013645
|
||||
57,360.34999999952595,369.8500000000422,367.8500000002747
|
||||
58,367.7249999996642,381.67499999963184,374.07500000036055
|
||||
59,375.3249999995754,383.20000000021537,377.0499999997843
|
||||
60,382.79999999991594,389.3500000003769,383.1500000002994
|
||||
61,390.4250000001051,398.0249999995067,390.8749999997814
|
||||
62,397.8249999996118,404.1749999996682,397.92499999994436
|
||||
63,399.6249999996147,406.04999999959546,405.9249999997552
|
||||
64,405.4750000000789,413.1250000000364,413.15000000004477
|
||||
65,407.3750000002841,420.7249999999476,420.525000000183
|
||||
66,419.075000000303,428.14999999973224,428.0500000001699
|
||||
67,427.94999999983736,435.6999999999971,434.24999999997783
|
||||
68,429.649999999638,437.4500000003536,435.9000000001321
|
||||
69,435.7249999998752,449.39999999951397,443.2499999999924
|
||||
70,443.1499999996598,456.9000000001324,450.8000000002572
|
||||
71,450.774999999849,458.34999999988213,458.1249999998396
|
||||
72,458.02499999950703,465.82500000022264,465.75000000002876
|
||||
73,465.5749999997719,473.2750000002852,473.20000000009134
|
||||
74,473.15000000031466,480.92499999984284,480.7749999997246
|
||||
75,479.4250000000469,488.27499999970314,482.6000000000055
|
||||
76,488.1000000000862,494.4500000001426,488.3999999999138
|
||||
77,489.87499999981117,,
|
|
88
motivation_spikes_control_02.csv
Normal file
88
motivation_spikes_control_02.csv
Normal file
@ -0,0 +1,88 @@
|
||||
,0,1,2
|
||||
0,18.92999999987338,2.57499999995375,20.395000000194614
|
||||
1,20.47999999982536,20.775000000387397,21.99499999979298
|
||||
2,22.05500000005528,23.249999999709278,23.595000000300843
|
||||
3,24.930000000186247,25.04999999971219,26.494999999800257
|
||||
4,26.655000000264828,28.474999999591407,29.519999999779884
|
||||
5,29.77999999953723,32.59999999997703,50.52000000042017
|
||||
6,49.204999999947596,50.474999999525934,52.120000000018536
|
||||
7,52.330000000129495,52.374999999731116,55.09500000035177
|
||||
8,55.07999999978025,55.100000000013424,56.645000000303746
|
||||
9,56.97999999998543,58.12499999999305,59.64500000000543
|
||||
10,61.27999999958816,80.59999999975149,80.6950000002921
|
||||
11,80.73000000027648,82.17499999998141,83.4700000002208
|
||||
12,82.3049999995969,85.1250000000367,85.14499999974349
|
||||
13,85.15500000035942,86.70000000026663,86.67000000032702
|
||||
14,86.85500000016006,88.57500000019387,89.56999999982644
|
||||
15,89.80500000021536,110.59999999949683,110.6699999997595
|
||||
16,110.90500000014842,112.24999999965108,112.31999999991375
|
||||
17,112.50499999974679,113.89999999980533,113.89500000014367
|
||||
18,115.20499999975115,116.65000000036558,116.7449999999967
|
||||
19,116.88000000018334,119.67500000034521,119.72000000032995
|
||||
20,118.45500000041326,140.77500000027825,140.74500000033868
|
||||
21,139.35499999994178,142.44999999980095,142.27000000001271
|
||||
22,142.30499999999708,143.95000000010654,143.84500000024263
|
||||
23,145.3299999999767,146.77499999968163,146.69500000009566
|
||||
24,147.0050000004089,149.67500000009053,149.844999999646
|
||||
25,150.22999999988357,152.99999999976748,171.04499999978134
|
||||
26,171.2549999998923,173.69999999980095,173.7950000003416
|
||||
27,173.90500000025028,175.3000000003088,175.369999999662
|
||||
28,175.50499999984865,176.92500000018512,177.16999999966492
|
||||
29,177.25500000020517,179.87500000024042,179.92000000022517
|
||||
30,181.52999999952996,183.24999999956376,200.9949999998803
|
||||
31,202.47999999961436,202.3750000002768,202.59500000038815
|
||||
32,204.0050000001979,203.97499999987517,205.41999999996324
|
||||
33,205.60499999979626,205.80000000015602,207.09500000039543
|
||||
34,207.40499999979917,208.47499999988244,209.99499999989484
|
||||
35,211.7050000003114,213.12499999973838,231.01999999990358
|
||||
36,229.9300000001135,231.15000000004542,232.67000000005783
|
||||
37,232.7050000000422,233.99999999989845,235.7200000003154
|
||||
38,235.6049999995416,235.75000000025497,237.37000000046964
|
||||
39,237.30500000025174,239.9499999996554,241.77000000027465
|
||||
40,238.9049999998501,241.89999999950697,261.22000000005346
|
||||
41,261.22999999975985,261.249999999993,262.89500000048565
|
||||
42,262.73000000006544,264.2000000000483,265.8699999999094
|
||||
43,265.6050000001964,267.04999999990133,267.6699999999123
|
||||
44,267.2300000000727,268.89999999955063,270.3200000002703
|
||||
45,268.9049999995954,290.09999999968596,291.1700000001524
|
||||
46,290.23000000021096,292.92500000017054,292.7200000001044
|
||||
47,292.70499999953284,295.7250000003772,294.2950000003343
|
||||
48,294.405000000243,297.3500000002535,297.26999999975806
|
||||
49,297.50500000014694,300.3000000003088,299.12000000031685
|
||||
50,299.42999999972056,321.52499999981256,321.39499999967074
|
||||
51,320.1050000003856,324.39999999994353,323.1199999997493
|
||||
52,322.92999999996067,326.0750000003757,325.79500000038524
|
||||
53,325.854999999738,329.0249999995215,327.5200000004638
|
||||
54,327.55499999953867,330.6749999996758,330.3450000000389
|
||||
55,329.22999999997086,351.67500000031606,351.3950000003256
|
||||
56,332.35500000015276,354.27500000011815,352.99499999992395
|
||||
57,352.95499999998395,355.94999999964085,354.6450000000782
|
||||
58,354.5549999995823,358.95000000025203,357.4200000000069
|
||||
59,356.12999999981224,361.09999999959865,359.1450000000855
|
||||
60,359.07999999986754,381.47499999965686,381.64500000012185
|
||||
61,362.20500000004944,383.09999999953317,383.14500000042744
|
||||
62,381.9799999998035,384.7499999996874,384.89499999987447
|
||||
63,384.5799999996056,387.5249999996161,387.6200000001568
|
||||
64,386.28000000031574,390.6000000001516,390.5199999996562
|
||||
65,389.13000000016876,411.5749999996045,392.47000000041726
|
||||
66,392.330000000275,413.100000000188,413.2200000000971
|
||||
67,413.1800000001571,414.69999999978637,414.69500000012476
|
||||
68,414.7799999997555,417.57499999991734,417.5449999999778
|
||||
69,416.2800000000611,420.6250000001749,419.27000000005637
|
||||
70,417.9799999998617,441.90000000023457,421.04499999978134
|
||||
71,422.22999999981806,444.6249999996074,441.7950000003707
|
||||
72,441.8800000000014,446.3000000000396,444.6199999999458
|
||||
73,443.380000000307,447.8249999997136,446.3700000003023
|
||||
74,446.23000000016003,450.84999999969324,448.14500000002727
|
||||
75,449.2299999998617,471.7749999994997,453.8950000002892
|
||||
76,451.10499999978896,473.4999999995783,471.8950000003183
|
||||
77,471.93000000030264,476.2999999997849,474.7949999998177
|
||||
78,473.42999999969874,477.99999999958555,476.4700000002499
|
||||
79,476.37999999975403,481.00000000019674,478.12000000040416
|
||||
80,478.00499999963034,,481.07000000045946
|
||||
81,482.45499999999123,,501.89500000006365
|
||||
82,500.6549999995153,,
|
||||
83,503.4799999999999,,
|
||||
84,505.35499999992714,,
|
||||
85,508.1550000001338,,
|
||||
86,509.88000000021236,,
|
|
@ -10197,7 +10197,7 @@ def plt_psds_ROC(add_burst_corr, arrays, ax00, ax_ps, cell, color_psd, colors_p,
|
||||
|
||||
|
||||
def df2_core(DF1):
|
||||
return '$|\Delta f_{2}|=|f_{1}-f_{EOD}|=%s$' %(np.abs(DF1)) + '\,Hz'
|
||||
return '$|\Delta f_{2}|=|f_{2}-f_{EOD}|=%s$' %(np.abs(DF1)) + '\,Hz'
|
||||
|
||||
|
||||
def df1_core(DF2):
|
||||
|
Loading…
Reference in New Issue
Block a user