-
Notifications
You must be signed in to change notification settings - Fork 190
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
how to use S.I. with custom matlab data in MountainSort 5. #1975
Comments
Hi, @li1901 There was an issue recently were we discussed how to load data from matalab but I could not find it. Any chance @alejoe91 or @samuelgarcia remember the title? |
You're welcome for your reply. The sampling rate of my data is 20,000 Hz. My MATLAB data is currently in a variable in the workspace, with a size of 161,000,000 ( 50 seconds ) or bigger as 1612,000,000 (10 min) . I can convert or save it in a different format through MATLAB, for example, saving it as a .mat. |
i have soleved this by using trans my data to mda-format, and read it by spikeinterface.ex.... |
That's great. Would you mind sharing a small script on how you did this in case some user encounters this thread in the future? It could be useful for someone else. Sorry for not answering before, this has been a busy week for us. I was actually thinking on a solution along these lines which I will left here for future reference: |
@h-mayorquin I think we discussed about making an exporter to |
#2018 |
Closing this, we have a section on how to do this: https://spikeinterface.readthedocs.io/en/latest/how_to/load_matlab_data.html If any encounters this on the future and does not understand the how to guide or has some feedback please open a new issue and we will be happy to clarify or discuss. |
We have obtained a small dataset in MATLAB, which is of the format M*N (where M represents the number of channels, and N represents the number of timestamp points) using custom probes. Now, we would like to sort our data using MountainSort 5. However, I am encountering problems while using SpikeInterface to transform our private data into the correct format, as mentioned in the MountainSort 5 README:
recording = ... # Load your recording using SpikeInterface
Do you have any guide documents or examples for this?
thank u so much.
The text was updated successfully, but these errors were encountered: