We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53f0312 + f07bd44 commit c7f92afCopy full SHA for c7f92af
element_array_ephys/readers/openephys.py
@@ -6,8 +6,7 @@
6
import numpy as np
7
import pyopenephys
8
9
-logger = logging.getLogger(__name__)
10
-
+logger = logging.getLogger("datajoint")
11
12
"""
13
The Open Ephys Record Node saves Neuropixels data in binary format according to the following the directory structure:
requirements.txt
@@ -2,5 +2,5 @@ datajoint>=0.13
2
element-interface>=0.4.0
3
openpyxl
4
plotly
5
-pyopenephys @ git+https://github.com/datajoint-company/pyopenephys.git
+pyopenephys>=1.1.6
seaborn
0 commit comments