包雪莹

Results 9 comments of 包雪莹

maybe you can turn to config.py, modify the device_id = [0, 1] according to your GPU situation, hope this can works.

> 你能粘贴整个命令吗? sorting_KS2 = ss.run_sorter( sorter_name="kilosort2", recording=recording_preprocessed, extra_requirements=["numpy==1.26"], docker_image=True, verbose=True, output_folder=kilosort2_output_folder_path ) # 提取波形 we_KS2 = si.extract_waveforms( recording=recording_preprocessed, sorting=sorting_KS2, folder=waveforms_folder_path, overwrite=None ) # **保存每个unit的波形为 .npy 文件** for unit_id in we_KS2.unit_ids:...

> Can you be a bit more specific? :) OK ,for example, I gave stimulation at 0.1s, 0,2s, 0.3s.....,and my record is about the whole 10minutes. how can I campare...

> Can you be a bit more specific? :) Is that concering events?

> What would you like to compare? I want to compare the units in files with these events and that without any events

> > What would you like to compare? > > I want to compare the units in files with these events and that without any events like waveforms or other...

> > > What would you like to compare? > > > > > > I want to compare the units in files with these events and that without any...

> Hi, are you sure you're processing different files? > > Can you `print(file_set["data_location"])`? cleaned_recording_first_half and cleaned_recording_second_half are the different part of my files, so it is different recordings right?...

> They are 2 halves of the same recording! The neurons recorded will be the same so the sorter might find the same number of units. however, my { "data_location":...