Fix bug, use 0 replace aAscans in preprocessAscanBlockForReflection.(krad)

This commit is contained in:
sunwen
2023-06-27 11:13:04 +08:00
parent 354dfd9dc8
commit 2b476a9962

View File

@@ -187,7 +187,7 @@ namespace Recon {
Aurora::Matrix fh;
if (!preComputes.measuredCEUsed)
{
fh = preComputes.matchedFilter.block(1, 0, nAScans-1);
fh = preComputes.matchedFilter.block(1, 0, 0);
}
else{
fh = preComputes.matchedFilter(Aurora::$,blockedChannels[i]-1).toMatrix();