scratcharchive / reactopya_gallery

Example reactopy widgets
Apache License 2.0
1 stars 3 forks source link

support nwb format in all widgets #8

Open magland opened 5 years ago

magland commented 5 years ago

@bendichter

A next crucial step will be to have all the widgets support other input formats, including nwb. SpikeInterface is already set up to do this, but there is some trickiness regarding directories vs files as input parameters. I want to try to avoid a lot of if statements outside of SpikeInterface code because spikeextractors is supposed to handle it. I'm thinking about how to do that now.

bendichter commented 5 years ago

ok that makes sense!

bendichter commented 5 years ago

you might be interested to know about the NwbSortingExtractor currently under development here