From 85ffcce176874aa12e469f0a240ac234c66e370c Mon Sep 17 00:00:00 2001 From: Julie-Fabre Date: Wed, 5 Jun 2024 18:32:33 +0100 Subject: [PATCH] spatial decay slope update function --- bc_qualityMetrics_pipeline.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/bc_qualityMetrics_pipeline.m b/bc_qualityMetrics_pipeline.m index 8527fd5b..ca09af2b 100644 --- a/bc_qualityMetrics_pipeline.m +++ b/bc_qualityMetrics_pipeline.m @@ -24,8 +24,6 @@ % empty(e.g. ephysMetaDir = '') kilosortVersion = 4;% if using kilosort4, you need to change this value. Otherwise it does not matter. -bc_updateSpatialDecaySlope(ephysKilosortPath, savePath) - %% check MATLAB version if exist('isMATLABReleaseOlderThan', 'file') == 0 % function introduced in MATLAB 2020b. oldMATLAB = true;