From 735df0a64949569b54e510d9d0c94fba81043b0c Mon Sep 17 00:00:00 2001 From: MichaelCoulter <37707865+MichaelCoulter@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:04:56 -0800 Subject: [PATCH] Update 41_Extracting_Clusterless_Waveform_Features.ipynb added note about parameter for faster waveform extraction --- notebooks/41_Extracting_Clusterless_Waveform_Features.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/41_Extracting_Clusterless_Waveform_Features.ipynb b/notebooks/41_Extracting_Clusterless_Waveform_Features.ipynb index 2c1fc739f..6424edcd7 100644 --- a/notebooks/41_Extracting_Clusterless_Waveform_Features.ipynb +++ b/notebooks/41_Extracting_Clusterless_Waveform_Features.ipynb @@ -490,7 +490,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now that we've inserted the waveform features parameters, we need to define which parameters to use for each SortGroup. This is done by the `UnitWaveformFeaturesSelection` table. We need to link the primary key `merge_id` from the `SpikeSortingOutput` table to a features parameter set." + "Frank Lab NOTE: if you use parameter "ampl_10_jobs_v2" instead of "amplitude" waveform extraction will be 4x faster. Now that we've inserted the waveform features parameters, we need to define which parameters to use for each SortGroup. This is done by the `UnitWaveformFeaturesSelection` table. We need to link the primary key `merge_id` from the `SpikeSortingOutput` table to a features parameter set." ] }, {