catalystneuro / neuroconv

Create NWB files by converting and combining neural data in proprietary formats and adding essential metadata.
https://neuroconv.readthedocs.io
BSD 3-Clause "New" or "Revised" License
48 stars 22 forks source link

[New Format]: BCI2000 #548

Open bendichter opened 11 months ago

bendichter commented 11 months ago

What format would you like to see added to NeuroConv?

BCI2000 is a popular software/format for ECoG data, requested by @dorahermes

Dora, would you be able to provide an example data file? Ideally < 10MB

Does the format have any documentation?

No response

Existing APIs for format

No response

Do you have any example files you are willing to share?

No response

Do you have any interest in helping implement the feature?

No.

Code of Conduct

CodyCBakerPhD commented 11 months ago

There's some example data (and a IO I assume) for this already on NEO: https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/src/master/bci2000

@dorahermes does yours seem to match that structure?

CodyCBakerPhD commented 11 months ago

There doesn't seem to be an SI extractor for it however, though from https://github.com/SpikeInterface/spikeinterface/issues/1399 it seems someone has tried using spike sorting on the data

@alejoe91 would SI be open to having an extractor for this?

dorahermes commented 11 months ago

There's some example data (and a IO I assume) for this already on NEO: https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/src/master/bci2000

@dorahermes does yours seem to match that structure? yes!