-
Notifications
You must be signed in to change notification settings - Fork 5
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
Test mat file #13
Comments
Hi, We are thrilled to see researchers worldwide using ROSS for their work! However, the ROSS toolbox does not natively support various file types—it would be challenging to accommodate them all. Therefore, the user needs to convert their data into a Regarding your issue on macOS, please refer to issue #11 (this comment) to see if the proposed solution resolves your problem. As for the Note that this file only contains 1000 samples (to keep the file size small), so you likely won’t be able to proceed with detection or sorting. However, by loading it into MATLAB, you can examine the structure and shape of the variable inside it as a reference. |
Hi, I noticed that my waveform file has the format 48 X 1006999, which isn’t loading because it’s not in a 1 X N or N X 1 format. Do you recommend converting the data to a 1 X N format? If so, could you advise on the appropriate data structure? GIwon |
I solved the issue by reshaping matrix into 1XN format. Thanks! |
Thank you for sharing your issues and the approach you used to address them. Since we do not currently support multi-channel spike sorting, alternative methods such as flattening the multi-channel data need to be employed as a workaround. We appreciate you sharing your insights. |
Hello,
I’ve tried running the Python code multiple times, but I kept encountering issues. After some troubleshooting, I realized that the problem was due to my Apple Silicon chip. I then tried running the code on a computer cluster with Linux, but it didn’t work due to the lack of graphics support.
I decided to switch back to the MATLAB version, but I’ve encountered several errors. The main issue is that my .nev file won’t load into the MATLAB code. To work around this, I attempted to use the NPMK (https://github.com/BlackrockNeurotech/NPMK/tree/v5.5.5.0) code to convert the .nev file to a .mat file for use in your code. However, this approach also didn’t work.
I suspect it might be a compatibility issue, or perhaps the .mat file I generated isn’t compatible with your code. Could you please share a test .mat file for reference? The video description you provided seems to differ from my experience. When I loaded my converted .mat file, it only showed the RawData option, and I couldn’t access LFP or Spike options.
Thank you for your help!
The text was updated successfully, but these errors were encountered: