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
{{ message }}
This repository has been archived by the owner on May 4, 2023. It is now read-only.
I'm just starting to incorporate Get_spikes and Do_clustering into my spike sorting workflow, but I'm confused about what some of the output files are, and how I should work with them/store them.
Can you please explain what the purpose of the .dg_01 and LAB files are? Additionally, where in the Do_clustering.m code can I suppress the saving of .png files?
Thank you!
Chelsea
The text was updated successfully, but these errors were encountered:
The .dg_01 and LAB files are the files created for the SPC clustering. You want to keep them if you want to edit the clustering using the GUI to select other clusters, change the temperature, etc. Some people don't save them, I usually save them just in case.
Running Do_clustering(YOUR ARGUMENTS,'make_plots',False) will suppress the figure step.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I'm just starting to incorporate Get_spikes and Do_clustering into my spike sorting workflow, but I'm confused about what some of the output files are, and how I should work with them/store them.
Can you please explain what the purpose of the .dg_01 and LAB files are? Additionally, where in the Do_clustering.m code can I suppress the saving of .png files?
Thank you!
Chelsea
The text was updated successfully, but these errors were encountered: