is is_filtered a manual param? #3228
Replies: 1 comment 1 reply
-
I moved your comment over to an issue instead. We typically use the issues way more than discussions (sorry we just forget this is here). Do you want to move over to the issue I opened for you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe I am missing something here. I am preprocessing and filtering input neuropixels data, yet in my resulting spikeinterface_recording.json file, all the recordings stored within the recording list are:
"annotations": { "is_filtered": false,
Is the is_filtered parameter a manual parameter that I need to change? Asking as when I then use the waveform extractor in post processing I run into an error where is_filtered needs to be set to True.
example functions below:
And below is where I extract the waveforms:
Beta Was this translation helpful? Give feedback.
All reactions