Skip to content

Commit 60c0caf

Browse files
committed
SF_AverageDataOverSweeps: Force it to use lines for the trace
1 parent 3278ad5 commit 60c0caf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Packages/MIES/MIES_SweepFormula.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7004,6 +7004,7 @@ static Function/WAVE SF_AverageDataOverSweeps(WAVE/WAVE input)
70047004
for(i = 0; i < numGroups; i += 1)
70057005
WAVE wData = output[i]
70067006
JWN_SetNumberInWaveNote(wData, SF_META_ISAVERAGED, 1)
7007+
JWN_SetNumberInWaveNote(wData, SF_META_TRACE_MODE, TRACE_DISPLAY_MODE_LINES)
70077008
if(CmpStr(GetDimLabel(groupWaves, ROWS, i), SF_AVERAGING_NONSWEEPDATA_LBL))
70087009
WAVE group = groupWaves[i]
70097010
JWN_SetNumberInWaveNote(wData, SF_META_CHANNELNUMBER, JWN_GetNumberFromWaveNote(group, SF_META_CHANNELNUMBER))

0 commit comments

Comments
 (0)