Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions of data from custom electrodes #671

Closed
dcgggg opened this issue Apr 22, 2024 · 1 comment
Closed

Questions of data from custom electrodes #671

dcgggg opened this issue Apr 22, 2024 · 1 comment

Comments

@dcgggg
Copy link

dcgggg commented Apr 22, 2024

Describe the issue:

Hello,

    I would like to ask how to import the data collected by non-INTAN microfilament array electrodes into kilosort4. I am stuck in the first step of converting to binary.
    Thank you.
@jacobpennington
Copy link
Collaborator

Hello @dcgggg,

I don't know what format your data is in, so it's hard to give any advice. It needs to end up as a binary file (typically .bin, .bat, .dat or .raw) stored with shape (time_samples, number of channels). Kilosort's data conversion tools are just a thin (and incomplete) wrappers for SpikeInterface functions, so I would start by checking the list of "Raw Data Formats" supported by that package:
https://spikeinterface.readthedocs.io/en/latest/modules/extractors.html

If you see your data format on that list, let me know, and I can add it to the list supported in our GUI, or you can use SpikeInterface directly to convert your data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants