Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why 'extract_files.py' delete temporary file 'temp_wh.dat' created by kilosort? #93

Open
PathwayinGithub opened this issue May 10, 2023 · 0 comments

Comments

@PathwayinGithub
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant