-
Notifications
You must be signed in to change notification settings - Fork 176
Import continuous data recorded by neuropixels #89
Comments
Using D = load_open_ephys_binary(<path_to_oebin_file>, 'continuous', 2, 'mmap') Then, you can select a range of electrodes or samples with the following line:
Let me know if that works, and if not we can keep trying to troubleshoot! |
It's working!!! |
Glad it worked! Just keep in mind that the memory-mapped values are 16-bit integers, and must be multiplied by 0.195 in order to convert to the true sample values in microvolts. This will automatically change the data type to "double" (which takes up 4x more memory), so you should only do this on a small subset of the data at a time. |
I'm trying to load the 'continuous.dat' file, but I can't locate the structure.oebin file-what could have gone wrong/can I just import a standard oebin file for these recordings? |
I'm not sure what might have gone wrong in this case. But this file shouldn't change between experiments, so you can just re-use one from a previous recording. |
I actually can't find one from any of the recordings I've done- can you think of another work around? |
Have you been using the NPX extractor or recording directly to the Binary format? Either way, let me know how many probes are in your experiment, and I can send you an .oebin file that will work. |
NPX extractor, just 1. thank you! |
Ok, try this one! |
hmm ok now I'm getting this error: And it looks like the script is looking for a file called Neuropix-PXI-100.1 which I also don't have in my output from NPX extractor, did I do something wrong during the extraction? |
If the folder names are different, just replace the |
Hi.
I'm using open-ephys GUI and neuropixels.
I recorded 50 min of LFP and SPK.
According to the advice of using memmapfile, I tried to use it. But still, I have trouble with importing LFP data to Matlab.
The error message indicates 'out of memory.'
I can't figure out how to map memory in Matlab.
Could you help me out?
I've been trying to select a certain set of electrodes using Recording Node, but it doesn't help.
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: