Bombcell v1.1.0
Added features:
-
New option to remove duplicate spikes. if
param.removeDuplicateSpikes
is true, for any pairs of spikes on the same channel that are withinparam.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.