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
I have some LFP data in an NWB file that I would like to insert into spyglass. I see that lfp/lfp_imported.py has an ImportedLFP table, but its make() method is NotImplemented.
I tried to just directly insert into ImportedLFP, but had some trouble with the intricacies of the AnalysisNwbfile.
The text was updated successfully, but these errors were encountered:
I have some LFP data in an NWB file that I would like to insert into spyglass. I see that lfp/lfp_imported.py has an
ImportedLFP
table, but its make() method is NotImplemented.I tried to just directly insert into ImportedLFP, but had some trouble with the intricacies of the AnalysisNwbfile.
The text was updated successfully, but these errors were encountered: