262262static Function CheckSurveyPlot ( string device, WAVE /WAVE entries)
263263
264264 PASS ()
265-
265+
266266 return NaN
267267
268268 string databrowser, sfgraph, allGraphs, traceList, graph
@@ -291,9 +291,9 @@ static Function CheckSurveyPlot(string device, WAVE/WAVE entries)
291291 else
292292 WAVE fISlopeFiltered = entries[ % fiSlopesFromRhSuAd]
293293 endif
294-
294+
295295 Duplicate / FREE sweepPass, sweepPassAndFINegSlopePass
296-
296+
297297 // TODO
298298 sweepPassAndFINegSlopePass[] = sweepPass[ p] && ! fiNegSlopePass[ p] && ! IsNaN ( fiSlopeFiltered[ p])
299299
@@ -398,10 +398,10 @@ static Function PrintSomeValues(WAVE/WAVE entries)
398398
399399 WAVE wv = entries[ % fiSlopeReachedPass]
400400 print / D wv
401-
401+
402402 WAVE wv = entries[ % fiNegSlopePass]
403403 print / D wv
404-
404+
405405 WAVE wv = entries[ % fiNegSlopesPassFromRhSuAd]
406406 print / D wv
407407End
@@ -1976,7 +1976,7 @@ static Function PS_DS_AD12a_REENTRY([string str])
19761976 variable sweepNo
19771977
19781978 [ WAVE /WAVE entries, sweepNo] = GetEntries_IGNORE ( str)
1979-
1979+
19801980 CHECK_EQUAL_TEXTWAVES ( entries[ % opMode] , { PSQ_DS_ADAPT} , mode = WAVE_DATA)
19811981
19821982 CHECK_EQUAL_WAVES ( entries[ % setPass] , { 1 } , mode = WAVE_DATA)
@@ -1990,7 +1990,7 @@ static Function PS_DS_AD12a_REENTRY([string str])
19901990 CHECK_EQUAL_WAVES ( entries[ % samplingPass] , { 1, 1, 1, 1, 1, 1, 1 } , mode = WAVE_DATA)
19911991 CHECK_EQUAL_WAVES ( entries[ % fillinPass] , { 0, 0, 0, 1, 1, 0, 1 } , mode = WAVE_DATA)
19921992
1993- CHECK_EQUAL_WAVES ( entries[ % futureDAScalesPass] , { 0, 1, 0, 1, 0,0, 1 } , mode = WAVE_DATA)
1993+ CHECK_EQUAL_WAVES ( entries[ % futureDAScalesPass] , { 0, 1, 0, 1, 0, 0, 1 } , mode = WAVE_DATA)
19941994 CHECK_EQUAL_WAVES ( entries[ % fiSlopeReachedPass] , { 0, 0, 1, 0, 0, 0, 0 } , mode = WAVE_DATA)
19951995 CHECK_EQUAL_WAVES ( entries[ % fiNegSlopePass] , { 0, 0, 1, 0, 0, 1, 0 } , mode = WAVE_DATA)
19961996 CHECK_EQUAL_WAVES ( entries[ % enoughFIPointsPass] , { 1, 1, 1, 1, 1, 1, 1 } , mode = WAVE_DATA)
@@ -2012,8 +2012,8 @@ static Function PS_DS_AD12a_REENTRY([string str])
20122012 CHECK_EQUAL_WAVES ( entries[ % sweepPassFromRhSuAd] , sweepPassedFRomRhSuAd, mode = WAVE_DATA)
20132013
20142014 Make / FREE/ D maxSlopeRef = { 457.1428571428571, 457.1428571428571, 457.1428571428571, 457.1428571428571, 457.1428571428571, 457.1428571428571, 457.1428571428571 }
2015- Make / FREE/ D fiSlopeRef = { 457.1428571428571,457.1428571428571,-500,457.1428571428571,244,-533.3333333333333,-2100 }
2016- Make / FREE/ D fiOffsetRef = { -2,-2,65,-2,5.460000000000001,67.33333333333333,177 }
2015+ Make / FREE/ D fiSlopeRef = { 457.1428571428571, 457.1428571428571, -500, 457.1428571428571, 244, -533.3333333333333, -2100 }
2016+ Make / FREE/ D fiOffsetRef = { -2, -2, 65, -2, 5.460000000000001, 67.33333333333333, 177 }
20172017 Make / FREE/ T futureDAScalesRef = { "RegRhSuAd:7;Reg:9;" , \
20182018 "RegRhSuAd:7;Reg:9;" , \
20192019 "RegRhSuAd:7;Reg:9;Fillin:6;" , \
0 commit comments