This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Release for spikeinterface 0.11.0
-
Bug Fixes:
- Preprocessors and Curators now copy properties and epochs from parent extractor
- Fixed bug in amplitudes retrieval and naming of memmap files
- Recompute waveforms in Phy if waveforms are already computed but on a subset of spikes
- extracellular features are returned as scalar if computed on a single channel
-
New features:
- implemented
get_unit_centers_of_mass
- implemented
noise_overlap
quality metric
- implemented
-
Improvements:
- improved efficiency and algorithm for
detect_spikes
andcompute_channel_spiking_activity
(now based ondetect_spikes
) - All preprocessors now inherit from a
BasePreprocessorExtractor
, that handles common actions
- improved efficiency and algorithm for