wave_clus icon indicating copy to clipboard operation
wave_clus copied to clipboard

Output file confusion

Open ckfaber opened this issue 2 years ago • 1 comments

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

ckfaber avatar Sep 12 '22 20:09 ckfaber

Hi Chelsea,

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.

ferchaure avatar Sep 12 '22 21:09 ferchaure