Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Nov 23, 2023
1 parent 25aa831 commit 1163366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1163366

Please sign in to comment.