文件存储完成

This commit is contained in:
2021-12-08 17:43:27 +08:00
parent 3de7eb3da7
commit ec8bb49b8f
26 changed files with 373 additions and 75 deletions

View File

@ -285,7 +285,7 @@ int OceanOptics_lib::SingleShot(DataFrame &dfData)
for (int tmp = 0; tmp < spec_length; tmp++)
{
dfData.usData[tmp] = spectrum[tmp];
dfData.lData[tmp] = spectrum[tmp];
}
int exposureTimeInMS;