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 would like an NWBIO function that takes an NWB of any backend, automatically determines the backend, and calls the proper NWB<backend>IO class (currently only NWBHDF5IO is available. This would allow us to create backend-agnostic code for reading from a file path, i.e.
withNWBIO('path/to/file', 'r') asio:
io.read()
This came up as a need in our collaboration with CaImAn.
Checklist
Have you ensured the feature or change was not already reported ?
Have you included a brief and descriptive title?
Have you included a clear description of the problem you are trying to solve?
Have you included a minimal code snippet that reproduces the issue you are encountering?
Feature Request
I would like an
NWBIO
function that takes an NWB of any backend, automatically determines the backend, and calls the properNWB<backend>IO
class (currently onlyNWBHDF5IO
is available. This would allow us to create backend-agnostic code for reading from a file path, i.e.This came up as a need in our collaboration with CaImAn.
Checklist
The text was updated successfully, but these errors were encountered: