Skip to content

Releases: Julie-Fabre/bombcell

v1.5.0

21 Apr 18:44
45c6315
Compare
Choose a tag to compare

Handles kilosort4 spike sorting output.

v1.4.0

05 Dec 13:56
9d14e66
Compare
Choose a tag to compare

Added feature: option to fine-tune the non-somatic classification. Now, if a unit has a its largest detected peak before the trough, it is no longer automatically classified as non-somatic. The peak needs to be param.firstPeakRatio times larger than any value after the waveform's trough. Thanks @LaurenzMuessig .

Fixed a bug in classifying MUA unit. Thanks @JRegg66.

v1.3.0

29 Nov 12:18
4d63a53
Compare
Choose a tag to compare

New module to compute a host of ephys parameters and to classify striatal and cortical units.

v1.2.0

24 Nov 12:38
9b6917b
Compare
Choose a tag to compare

New option to separate non-axonal spikes into MUA and good. Thanks @cbimbo !

If param.splitGoodAndMua_NonSomatic is set to 1, non-somatic units are further separated into non-somatic multi-unit and non-somatic good unit.

Bombcell v1.1.0

29 Oct 16:29
5d1c184
Compare
Choose a tag to compare

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.

Bombcell v1.0.1

15 Oct 15:47
3085c87
Compare
Choose a tag to compare
  • Optional compatibility with phy. If param.saveAsTSV is true, bombcell saves a tsv file per quality metric in the param.ephysKilosortPath path. This needs to be the same path as where all your kilosort output paths are saved.

  • Move makepretty function to a separate repo, so it can be easily used across different projects. Users now need to download https://github.com/Julie-Fabre/prettify_matlab and add it to their matlab path.

  • Other minor bug fixes