|
|
@ -286,10 +286,10 @@ void A8kOptTab::construct(QTabWidget *fathertab) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
ISHOW("------ OptRawResultInfo ------"); |
|
|
|
ISHOW("laster gain:%d", m_laserGain); |
|
|
|
ISHOW("scan gain:%d", m_scanGain); |
|
|
|
ISHOW("opt Type:%s", optType2Str(m_optType)); |
|
|
|
ISHOW_RAW("------ OptRawResultInfo ------"); |
|
|
|
ISHOW_RAW("laster gain,%d", m_laserGain); |
|
|
|
ISHOW_RAW("scan gain,%d", m_scanGain); |
|
|
|
ISHOW_RAW("opt Type,%s", optType2Str(m_optType)); |
|
|
|
OptAlgoResult result; |
|
|
|
PorcessContext context; |
|
|
|
A8kOptAlgoProcess(array2vector(m_optData), result); |
|
|
|