更新:

(1)基于非线性校正的数据  生成  定标文件;
(2)将非线性定标参数写到文件中,给卓哥用;
This commit is contained in:
2022-04-29 17:10:40 +08:00
committed by xin
parent ffef3cf163
commit 2c0462b3fa
5 changed files with 94 additions and 56 deletions

View File

@ -176,7 +176,7 @@ void ATPFiberImager::recordTarget(int recordTimes, QString path)
void ATPFiberImager::autoExpose()
{
float fPredictedExposureTime;
m_FiberSpectrometer->PerformAutoExposure(0.7,0.8,fPredictedExposureTime);
m_FiberSpectrometer->PerformAutoExposure(0.6,0.9,fPredictedExposureTime);
}
ZZ_S32 ATPFiberImager::GetMaxValue(ZZ_S32 * dark, int number)