Fix detectTofAndAttMex bug.

This commit is contained in:
kradchen
2023-05-29 16:59:45 +08:00
parent c1e238b79b
commit 4775b261bb

View File

@@ -292,7 +292,7 @@ namespace Recon {
expectedSOSWater, offsetElectronicSamples, detectionWindowSOS,
minSpeedOfSound, maxSpeedOfSound, gaussWindow);
diffStartSearch = timeResult1.startSearch - timeResult1.startSearch;
diffStartSearch = timeResult1.startSearch - timeResult2.startSearch;
}
auto _AscanBlock = timeResult1.AscanBlockProcessed;
auto _AscanRefBlock = timeResult2.AscanBlockProcessed;