Skip to content

How are waveforms in CellExplorer being extracted? #123

Answered by petersenpeter
ajcheng1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi

The waveforms are indeed extracted from the binary data. This is to make them consistent among users and various pipelines. By default, the pipeline will try to detect noisy/bad channels. This feature can be turned off, but it matters for the estimation of the peak spike waveform across your channels: https://github.com/petersenpeter/CellExplorer/blob/main/calc_CellMetrics/getWaveformsFromDat.m#L61

Here is the function detecting the bad channels: https://github.com/petersenpeter/CellExplorer/blob/main/calc_CellMetrics/getBadChannelsFromDat.m

Are you saying that all your channels are labeled as bad? If so, you could have a scaling issue.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ajcheng1
Comment options

@petersenpeter
Comment options

@ajcheng1
Comment options

@petersenpeter
Comment options

@ajcheng1
Comment options

Answer selected by ajcheng1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants