neuroconv OpenEphysRecordingInterface get_stream_names() #106
-
|
I'm trying to convert an OpenEphys session using python. The session contains multiple streams that I'd like to add to the nwb file. When I create the OpenEphysRecordingInterface I get an error about the multiple streams and I need to specify which stream to open. The error suggests using OpenEphysRecordingInterface.get_stream_names(folder_path=...) to get the stream names, but that fails with "no attribute 'get_stream_names'". How do I get the list of stream names and then convert and add each stream to the nwb file? I can create the interface and then get the stream names but I have to pass in a valid stream name to the constructor but I need to know the name of a stream first. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
|
I think the streams are just the directory names in the folder, i.e., I think you get the stream names that way via something like |
Beta Was this translation helpful? Give feedback.
-
|
Hi, can you describe two things for me:
Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Here: We can keep the discussion there |
Beta Was this translation helpful? Give feedback.
You need to update neuroconv to the latest version.