ZoeChen96

Results 4 comments of ZoeChen96

``` import MEArec as mr import numpy as np import scipy.io import spikeinterface.extractors as se import warnings from pprint import pprint import sys warnings.simplefilter("ignore") ####################################parameters-Bernardo's detection dataset global settings###################################### probe...

The script I use is: ``` import MEArec as mr import numpy as np import scipy.io import spikeinterface.extractors as se import warnings from pprint import pprint import sys warnings.simplefilter("ignore") probe...

2. in waveclus GUI, I followed the instructions and load the `CSC4.Ncs` data with the button ![image](https://github.com/SpikeInterface/spikeinterface/assets/116095055/3f00257f-e1b2-40b2-8101-9ced0ba40c7c) and the error is: ``` Error using wave_clus>load_data_button_Callback (line 230) Less than 15...

PS: I have an extra question about the [dataset](https://le.ac.uk/csn/data)]. It has a wave_clus formatted sorting file, which I can read with `sortingGT_all = se.read_waveclus(file_path = '/UCLA_data/UCLA_data/times_CSC4.mat')`. Can it be seen...