-
Notifications
You must be signed in to change notification settings - Fork 266
Description
Hi,
Reading Axona data
I am with CatalystNeuro and we want to build support for reading Axona data files with python-neo, and then write a wrapper for spikeextractors using the python-neo implementation.
I can share some example files if requested.
I will start working on this here: https://github.com/catalystneuro/python-neo/tree/axonarawio
This is a useful resource for reading continuous raw data from Axona .bin files by the Hussaini Lab (Geoff Barrett): https://github.com/HussainiLab/BinConverter/blob/master/BinConverter/core/readBin.py
For the moment I will focus on the raw continuous data (.bin files containing the raw data and .set files with meta information of the recording setup), but TINT data formats should be readable as well (e.g. .eeg, .eeg1, .1, egf, .egfX, .pos, .cut and .set files).
Additional considerations
We also want to be able to perform some preprocessing and spike sorting using SpikeInterface and subsequently export data to TINT format. I am not sure if it is a good idea to interface with python-neo for this as well and I am happy to discuss options.
Since I am completely new to python-neo, any tips or hints will be appreciated. :-)
Cheers,
Steffen.