Skip to content

Bombcell v1.1.0

Compare
Choose a tag to compare
@Julie-Fabre Julie-Fabre released this 29 Oct 16:29
· 584 commits to main since this release
5d1c184

Added features:

  • New option to remove duplicate spikes. if param.removeDuplicateSpikes is true, for any pairs of spikes on the same channel that are within param.duplicateSpikeWindow_s of each other, the lowest amplitude spike or the spike belonging to the cluster with the least spikes is removed. see MouseLand/Kilosort#29 for a discussion on duplicate spikes in Kilosort.

  • Better back-compatibility management. Introduced the function bc_checkParameterFields that checks the inputed parameter structure/table has all necessary fields. This code adds any missing fields with values resulting in the same behavior as before any new feature or feature flag was added.