Fernando J. Chaure

Results 78 comments of Fernando J. Chaure

That's really odd. Did you edit the set_parameters.m file and run again the sorting? If wave_clus finds a Xx_spikes or tkmes_Xx file in the path will try to load from...

do you have another set_parameters.m file in the folder where your data is? (in that case wave_clus will use that one). Check if the par struct inside the times file...

It looks like you have the version. Can you save that sorting in look inside the times file, there should be a par struct with the par.detection used. Is there...

ok, just to check run in Matlab: `which('set_parameters.m')` That should give you the path of the parameters that will be used. Check if that file is the one on the...

It makes sense, the issue is why that spikes are detected. Are you removing the times_NN.mat file from that folder after changing the parameters? The GUI will try to open...

Yes, I mean times_data.mat in your case

> Is that possible that I saved the clustering data of two data sets in the same times_data.mat? No, but if waveclus finds in the current folder (or path) a...

Maybe the error is related to a unreported renaming in my data, I will check it that and fix it

The last commit edits the segment stop just to extract spikes times (adding a sample to let it work fine with the stop of a slice), it fixes the same...

Hi Patrick, I don't think that spike_alignment could add a shift, maybe your filtering step? are you using zero phase filters?