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
We could detect the format in the init of CEDRecordingInterface and chose the recording accordingly to offer support for srm files as well. I am not sure how popular is this recording device and how much the old format is still in used so I don't know what priority this should have.
The text was updated successfully, but these errors were encountered:
CodyCBakerPhD
changed the title
Add support for old format (smr) for CEDRecordingInterface
[New Format]: Add support for old format (smr) for CEDRecordingInterfaceAug 19, 2024
Spikeinterface has a recorder supporting the old format (
smr
, which is different from the extractor supporting the newsmrx
that we are using).https://github.com/SpikeInterface/spikeinterface/blob/master/spikeinterface/extractors/neoextractors/spike2.py
We could detect the format in the init of
CEDRecordingInterface
and chose the recording accordingly to offer support forsrm
files as well. I am not sure how popular is this recording device and how much the old format is still in used so I don't know what priority this should have.The text was updated successfully, but these errors were encountered: