From 11633661ccc7d0213edcf82ed8a719a438d65879 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Wed, 22 Nov 2023 22:47:54 +0100 Subject: [PATCH] changes --- Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf b/Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf index 96abbd8d44..46bba2a30c 100644 --- a/Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf +++ b/Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf @@ -3219,6 +3219,7 @@ Function PSQ_DAScale(device, s) if(sweepPassed && initialFISlopeValid[s.headstage]) // we only want to calculate new DAScale values for passing sweeps // and if the initial FI slope is invalid we only need to measure futureDAScale values + // TODO why increment here only? What is for initial invalid fit and multiple futureDASCAles? DAScalesIndex[s.headstage] += 1 dascale = PSQ_DS_CalculateDAScale(fitOffset, fitSlope, apfreq, maxFrequencyChangePercent)