Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the OSB NWB viewer be used to visualize LFP? #292

Open
salvadord opened this issue Mar 30, 2022 · 1 comment
Open

Can the OSB NWB viewer be used to visualize LFP? #292

salvadord opened this issue Mar 30, 2022 · 1 comment

Comments

@salvadord
Copy link

Here's some example LFP data generated in NetPyNE: https://drive.google.com/drive/folders/1qAfiOHMME6ICgHei_UIX99oHiARL_jMP?usp=sharing

The NetPyNE output is in v56_batch23_0_0_0_0.pkl inside ['simData']['LFP']. It is a 2D matrix since the LFP has multiple channels.

The gdrive folder also includes the LFP saved to Matlab format. There is a README describing the data and files.

@filippomc
Copy link
Collaborator

filippomc commented Mar 30, 2022

Certainly we can already show the timeseries, we only need to think about how we want to describe these timeseries in a nwb file.
For instance, timeseries could be added as separate acquisitions and would be displayed by nwb explorer without modifications, but that would not match the standard.

Better would be to use the specific LFP object: https://pynwb.readthedocs.io/en/stable/tutorials/domain/ecephys.html#lfp.

My suggestion would be to start creating some nwb files from those timeseries: a perfect job for a OSBv2 jupyterlab workspace!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants