-
Notifications
You must be signed in to change notification settings - Fork 191
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
Memory error on concatenating and slicing recording with OpenEphys #3576
Comments
Can you share your script and the error you're getting? |
Hi, you are getting a memory error. Can you clean up your script so we can test it? |
h-mayorquin
changed the title
Slicing multisegment recording
Memory error on concatenating and slicing recording with OpenEphys
Dec 17, 2024
h-mayorquin
added
the
io
Problems related to IO operations (memory, multiprocessing, etc.)
label
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the best way to cut a multi-segment recording, slice it to get only certain time points across the recording and concatenate those slices for sorting?
I have used frame_slice and then concatenate but then when I use this it does not complete the spikesorting.
The text was updated successfully, but these errors were encountered: