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

Error loading data #121

Closed
MarkDTu opened this issue Sep 25, 2019 · 3 comments · Fixed by #595
Closed

Error loading data #121

MarkDTu opened this issue Sep 25, 2019 · 3 comments · Fixed by #595

Comments

@MarkDTu
Copy link

MarkDTu commented Sep 25, 2019

Hi

I am having a real issue trying to load data from the buzsaki a64 probes
buzsakichannel

I have recorded the data into individual continuous .dat(x64) files at 25000hz and resample before saving into the .bin format at 5000hz for data size (3 hour long recordings)

If I load the .bin file into kilosort2 using the default 16x1 linear mapping I can see traces for the 16 channels and it presumes there are 33 channels

kilosortimg

I have created a channel map for the 64 channel probe but it does not recognise the data

buzsakikilo

I can preprocess the data through the linear 16x1,it starts to spikesort the batches before a 'kilosort cuda error invalid configuration' occurs. I am guessing this is due to the presumed 33 channels instead of the actual 64.

Interestingly I can load the an individual .dat file that is only for one of the 64 channels and it allows it to load the data, but obviously the raw file is a mess as it is only one channel.

kilosort64

I am using an i5-8500 processor and 1050 gpu, which has been working fine with other data sets.

Any help would be much appreciated

@nsteinme
Copy link
Collaborator

nsteinme commented Sep 26, 2019 via email

@MarkDTu
Copy link
Author

MarkDTu commented Sep 27, 2019

Hi

thanks for getting back.

If I run the analysis on the 64 channel data, with the 16x1 channel layout I can pre-process but when it comes to spike sorting, at around 4 minutes in the following error occurs.
matlaberror
kilosort error

If I build my own channel layout that is accurate I am unable to even start to preprocess the same data
channelmap64

@marius10p
Copy link
Contributor

You have to fill in all the parameters, I am not sure why you are not getting the defaults there.

Be advised that you won't be able to sort anything at 5000Hz. Stick with the 25kHz sampling rate.

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

Successfully merging a pull request may close this issue.

3 participants