You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I found that the temporary file of kilosort 'tmep_wh.dat' was deleted after I run the extract_files.py. But I still want to use the temporary file later.
Hi!
I found that the temporary file of kilosort 'tmep_wh.dat' was deleted after I run the extract_files.py. But I still want to use the temporary file later.
for example, my path in extract_files:
Path to KS2 output
ks_path = Path(r'G:/SGL_DATA/230406-s16/s16_g1_imec1')
Path to raw ephys data
ephys_path = Path(r'G:/SGL_DATA/230406-s16/s16_g1_imec1')
Save path
out_path = Path(r'G:/SGL_DATA/230406-s16/s16_g1_imec1/ibl_output_16B')
And 'temp_wh.dat' was under ks_path either.
Any one know why and how to fix this problem?THANKS
The text was updated successfully, but these errors were encountered: