bmtool 0.6.9.28__py3-none-any.whl → 0.6.9.29__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bmtool/analysis/entrainment.py +2 -0
- {bmtool-0.6.9.28.dist-info → bmtool-0.6.9.29.dist-info}/METADATA +1 -1
- {bmtool-0.6.9.28.dist-info → bmtool-0.6.9.29.dist-info}/RECORD +7 -7
- {bmtool-0.6.9.28.dist-info → bmtool-0.6.9.29.dist-info}/WHEEL +0 -0
- {bmtool-0.6.9.28.dist-info → bmtool-0.6.9.29.dist-info}/entry_points.txt +0 -0
- {bmtool-0.6.9.28.dist-info → bmtool-0.6.9.29.dist-info}/licenses/LICENSE +0 -0
- {bmtool-0.6.9.28.dist-info → bmtool-0.6.9.29.dist-info}/top_level.txt +0 -0
bmtool/analysis/entrainment.py
CHANGED
@@ -12,6 +12,8 @@ from .lfp import wavelet_filter,butter_bandpass_filter
|
|
12
12
|
from typing import Dict, List
|
13
13
|
from tqdm.notebook import tqdm
|
14
14
|
import scipy.stats as stats
|
15
|
+
import seaborn as sns
|
16
|
+
import matplotlib.pyplot as plt
|
15
17
|
|
16
18
|
|
17
19
|
def calculate_signal_signal_plv(x1: np.ndarray, x2: np.ndarray, fs: float, freq_of_interest: float = None,
|
@@ -9,7 +9,7 @@ bmtool/plot_commands.py,sha256=Tqujyf0c0u8olhiHOMwgUSJXIIE1hgjv6otb25G9cA0,12298
|
|
9
9
|
bmtool/singlecell.py,sha256=imcdxIzvYVkaOLSGDxYp8WGGssGwXXBCRhzhlqVp7hA,44267
|
10
10
|
bmtool/synapses.py,sha256=Ow2fZavA_3_5BYCjcgPjW0YsyVOetn1wvLxL7hQvbZo,64556
|
11
11
|
bmtool/analysis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
bmtool/analysis/entrainment.py,sha256=
|
12
|
+
bmtool/analysis/entrainment.py,sha256=gq7xuE4quwwBO4eXBDpfPT32hnNuwMOd2X1DLBU9dmg,21626
|
13
13
|
bmtool/analysis/lfp.py,sha256=pMXhqWO5TB-B1cIkR9ZhPgJZi7zpiqrGdRb-JNjjI2Y,18707
|
14
14
|
bmtool/analysis/netcon_reports.py,sha256=7moyoUC45Cl1_6sGqwZ5aKphK_8i4AimroePXcgUnIo,3057
|
15
15
|
bmtool/analysis/spikes.py,sha256=x24kd0RUhumJkiunfHNEE7mM6JUqdWy1gqabmkMM4cU,14129
|
@@ -21,9 +21,9 @@ bmtool/util/commands.py,sha256=zJF-fiLk0b8LyzHDfvewUyS7iumOxVnj33IkJDzux4M,64396
|
|
21
21
|
bmtool/util/util.py,sha256=XR0qZnv_Q47jMBKQpFzCSkCuKe9u8L3YSGJAOpP2zT0,57630
|
22
22
|
bmtool/util/neuron/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
23
|
bmtool/util/neuron/celltuner.py,sha256=xSRpRN6DhPFz4q5buq_W8UmsD7BbUrkzYBEbKVloYss,87194
|
24
|
-
bmtool-0.6.9.
|
25
|
-
bmtool-0.6.9.
|
26
|
-
bmtool-0.6.9.
|
27
|
-
bmtool-0.6.9.
|
28
|
-
bmtool-0.6.9.
|
29
|
-
bmtool-0.6.9.
|
24
|
+
bmtool-0.6.9.29.dist-info/licenses/LICENSE,sha256=qrXg2jj6kz5d0EnN11hllcQt2fcWVNumx0xNbV05nyM,1068
|
25
|
+
bmtool-0.6.9.29.dist-info/METADATA,sha256=g1w2cc1P9-NgBJxpw6JYlqMEVoSaglK7hIYKd082lVc,2769
|
26
|
+
bmtool-0.6.9.29.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
27
|
+
bmtool-0.6.9.29.dist-info/entry_points.txt,sha256=0-BHZ6nUnh0twWw9SXNTiRmKjDnb1VO2DfG_-oprhAc,45
|
28
|
+
bmtool-0.6.9.29.dist-info/top_level.txt,sha256=gpd2Sj-L9tWbuJEd5E8C8S8XkNm5yUE76klUYcM-eWM,7
|
29
|
+
bmtool-0.6.9.29.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|