SpikeInterface / MEArec

Fast and customizable of extracellular recordings on MEA
GNU General Public License v3.0
42 stars 19 forks source link

Fix filter: use chunk replacement instead of addition #135

Closed alejoe91 closed 1 year ago

alejoe91 commented 1 year ago

Fixes #132

Made a new FuncThenReplaceChunk used for the filter step that instead of computing a buffer and then adding to the existing traces (done by convolution and additive noise), it replaces them