Open kshtjkumar opened 1 day ago
@kshtjkumar why aren't you using read_phy
. The new Sorting
should be your phy-edited sorting, not the original `Sorting) from the waveform extractor.
So instead of using the_sorter
. You should do
sorting = se.read_phy(waveform_folder_path + str('phy'))
Hi so i created a analyser using for my data using this:
now i open the params.py file in phy and merge clusters to improve the sorting and save it. now I am trying to load the phy file after editing and saving it back in spikeinterface to generate plots and view quality matrix using this:
but it is showing the original clusters and QM and not the one that i edited manually in phy saved. I want to load the edited file that i saved from phy gui and then opened it in spikeinterface to generate plots of the wavform that were edited and merged using phy.