Replies: 4 comments 2 replies
-
Hi As far as I know, you can export the plx format to a binary file. If this is not an option, you can create a script to import your spike data to the CellExplorer spikes format. Required/Recommended fields in the spikes struct: Once you create the spikes struct and save it to a mat file (basename.spikes.cellinfo.mat), run the processing pipeline to generate the cell metrics. You lose the standardized extraction of waveforms, but the pipeline should work. |
Beta Was this translation helpful? Give feedback.
-
Hi Peter,
However, it seems like the loadSpikes.m script is still trying to load waveforms from .dat files. Seems like it couldn't load waveforms directly from the "basename.spikes.cellinfo.mat"?
|
Beta Was this translation helpful? Give feedback.
-
Hi I downloaded your zip file and found a few things to fix:
Hereby it will not try to load the waveforms from a binary file. Here is your session after my changes: |
Beta Was this translation helpful? Give feedback.
-
Hi I forgot to mention that I updated the repo as well. It worked with the session I shared with you, so please try again after you update your local CellExplorer installation.
|
Beta Was this translation helpful? Give feedback.
-
Hello, would CellExplorer work with plx data that is already high-pass filtered? We have the HLK3 system and the spike channel output is not analog raw data so the data cannot be sorted by kilosort or other sorters mentioned in the input for Cellexplorer. Is there a way we can still use CellExplorer?
Beta Was this translation helpful? Give feedback.
All reactions