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
Many ephys file formats handled by Neo spread their data over multiple files in a single directory, typically with the same filename root but different extensions.
Neo-Viewer cannot currently handle such formats.
There are three scenarios for the Neo IO module:
expects a single filename, and all data are in that file (e.g. PlexonIO, most other IOs)
expects a single filename, data are contained in that file and other files with the same root but different extensions (e.g. BlackRockIO, AsciiSignalIO)
expects a directory name (e.g. PhyIO)
For scenarios 1 and 2, providing a single URL is fine. For scenario 3, a single URL representing a directory may be sufficient (where the names of the files within the directory are fixed).
For scenarios 2 and 3 we should also support providing the URL of a zip or tar archive.
The text was updated successfully, but these errors were encountered:
Many ephys file formats handled by Neo spread their data over multiple files in a single directory, typically with the same filename root but different extensions.
Neo-Viewer cannot currently handle such formats.
There are three scenarios for the Neo IO module:
For scenarios 1 and 2, providing a single URL is fine. For scenario 3, a single URL representing a directory may be sufficient (where the names of the files within the directory are fixed).
For scenarios 2 and 3 we should also support providing the URL of a zip or tar archive.
The text was updated successfully, but these errors were encountered: