Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/User-Manual/Plugins/Spike-Detector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The Spike Detector includes three different thresholding algorithms that can be

2. **STD** - Automatically sets the threshold based on a multiple of the standard deviation of each channel. This method will find a reasonable spike detection threshold without the need for any manual intervention.

3. **MED** - Automatically sets the threshold based on a multiple of the median value of each channel. This method is more robust to outliers (like very large-amplitude spikes) than the STD method. See `Quian Quiroga et al. <https://pubmed.ncbi.nlm.nih.gov/15228749/>`__ for more details.
3. **MED** - Automatically sets the threshold based on a multiple of the median value of each channel. This method is more robust to outliers (like very large-amplitude spikes) than the STD method. See Quian Quiroga et al. (2004) "Unsupervised spike detection and sorting with wavelets and superparamagnetic clustering" (DOI: 10.1162/089976604774201631) for more details.

To change the thresholding algorithm for multiple (or all) electrodes at once, use the **#** column (or Ctrl/⌘-A) to select multiple electrodes. Then, any changes to once electrode's threshold settings will propagate to all other selected electrodes.

Expand Down