Reduce gain on 2d cumulative spectrum, to be more consistent with others.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6289 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2015-12-17 15:55:35 +00:00
parent ac98b5e693
commit b6327461a3
3 changed files with 1398 additions and 1299 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ void CPlotter::draw(float swide[], bool bScroll) //dr
}
m_sum[i]=sum;
}
if(m_bCumulative) y2=2.5*gain2d*(m_sum[i]/m_binsPerPixel + m_plot2dZero);
if(m_bCumulative) y2=gain2d*(m_sum[i]/m_binsPerPixel + m_plot2dZero);
if(m_Flatten==0) y2 += 15; //### could do better! ###
if(m_bLinearAvg) { //Linear Avg (yellow)