You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NWB support is limited to opening an NWB file in Python (pynwb>=2.3.0) and reading an object named "ieeg" with data & rate (presumably an ElectricalSeries) and an "audio" object with data and rate (presumably a TimeSeries) from nwbfile.acquisition. This is not particularly robust. There is also no documentation on how to read data from an NWB file or structure the file to be readable. pynwb is also not installed during the pip install naplib process.
See https://github.com/naplab/naplib-python/blob/main/naplib/io/load_nwb.py
The text was updated successfully, but these errors were encountered:
naplib-python: Neural acoustic data processing and analysis tools in python
Paper: https://www.sciencedirect.com/science/article/pii/S2665963823000787
The paper says "Convenient data loading functions are available for common raw data recording structures including Neurodata Without Borders format (NWB) [33]"
Code repo: https://github.com/naplab/naplib-python
The NWB support is limited to opening an NWB file in Python (pynwb>=2.3.0) and reading an object named "ieeg" with data & rate (presumably an ElectricalSeries) and an "audio" object with data and rate (presumably a TimeSeries) from
nwbfile.acquisition
. This is not particularly robust. There is also no documentation on how to read data from an NWB file or structure the file to be readable. pynwb is also not installed during thepip install naplib
process.See https://github.com/naplab/naplib-python/blob/main/naplib/io/load_nwb.py
The text was updated successfully, but these errors were encountered: