Increase gain of the yellow "Linear average" plot.

This commit is contained in:
Joe Taylor 2020-07-20 11:23:30 -04:00
parent b427a92137
commit 07e06de8f3

View File

@ -210,7 +210,7 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
for(int k=0; k<m_binsPerPixel; k++) { for(int k=0; k<m_binsPerPixel; k++) {
sum+=spectra_.syellow[j++]; sum+=spectra_.syellow[j++];
} }
y2=gain2d*sum/m_binsPerPixel + m_plot2dZero; y2=2.0*gain2d*sum/m_binsPerPixel + m_plot2dZero;
} }
if(m_bReference) { //Reference (red) if(m_bReference) { //Reference (red)