florian6973

Results 22 comments of florian6973

I have been making some progress, I will finish adding tests and cleaning the related notebook this week. I am not sure I will have time to implement constant freezing...

Hi Zach! Thanks for your reply! I strictly followed the current readme, creating a conda environment with python 3.11, then pip install from git and finally opening phy...

Thanks for your reply! After following this new installation workflow, it still does not work unfortunately (without the MIME error though now): > 16:17:34.280 [D] __init__:68 Start capturing exceptions. >...

I exported to phy with these options to minimize the size: `si.export_to_phy(waveform_extractor, output_folder='phy', verbose=True, use_relative_path=True, copy_binary=False)` Since the PC features were properly showing (see below), I did think it would...

For this one I was using MountainSort5, here are all the files in the folder: > Folder PATH listing for volume Windows-SSD > Volume serial number is 340B-6FD7 > C:....

Just tested 0.101.0rc0, and I get the same error unfortunately: ``` rec_si, _ = si.read_mearec(path) sort_ms = si.run_sorter("mountainsort5", rec_si, remove_existing_folder=True) sa = si.create_sorting_analyzer(sort_ms, rec_si) sa.compute(['random_spikes']) sa.compute(['waveforms']) sa.compute(['templates']) si.export_to_phy( sorting_analyzer=sa, output_folder='phy_test_2',...

Thanks for your reply! I checked but I could not find them unfortunately. It seems these files are not created in https://github.com/SpikeInterface/spikeinterface/blob/1197aad12b7170432eec8b887e24b9bc29921eab/src/spikeinterface/exporters/to_phy.py ... Should I open a spikeinterface issue then?

Thanks for your feedback! So I will change the default seed param to None and call ensure_seed first. Regarding setting the global seed, I agree it is a bad behavior...

Very interesting thread! I think https://github.com/SpikeInterface/spikeinterface/issues/2911 could be related to 1) if we try to compute the best unit matching possible across all sessions based on some kind of similarity...

Sounds like a great plan! I am less familiar with motion correction but definitely glad to help for the spikeinterface template-based unit matching. I would strongly suggest that alignment be...