From 491281ffbeaf9cb1746dff490936e977b17216e1 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Thu, 18 Dec 2025 14:29:42 -0500 Subject: [PATCH] Replace link with DOI number - The linkcheck was failing at this line due to a 403 error. --- source/User-Manual/Plugins/Spike-Detector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/User-Manual/Plugins/Spike-Detector.rst b/source/User-Manual/Plugins/Spike-Detector.rst index 3854ccf..d758092 100644 --- a/source/User-Manual/Plugins/Spike-Detector.rst +++ b/source/User-Manual/Plugins/Spike-Detector.rst @@ -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. `__ 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.