Locating 'electrical_series_path' in NWB file raw data #84
Unanswered
developersrkl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello NWB community,
Hope this is the right place to ask this question. I am currently using Spike Interface to help read and load raw data into Kilosort4, an algorithm used for spike sorting.
I have ran into an issue using the 'read_nwb_recording()'. When I put just my file as a parameter, I get this error: "ValueError: Multiple ElectricalSeries found in the file. Please specify the 'electrical_series_path' argument:Available options are: []."
Then I look into the raw data using h5py, and couldn't find anything related to electrical_series. So then I used the next best thing which was to use 'acquisition/timeseries/broadband/data', but then I got this error: "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()".
Not sure what to do, have been stuck on this problem for a few days now, here are some images. First image is the full paths of the raw data and the second is the error message.
Beta Was this translation helpful? Give feedback.
All reactions