forked from aopy/neural-activity-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog