Fix bug, use 0 replace aAscans in preprocessAscanBlockForReflection.(krad)
This commit is contained in:
@@ -187,7 +187,7 @@ namespace Recon {
|
|||||||
Aurora::Matrix fh;
|
Aurora::Matrix fh;
|
||||||
if (!preComputes.measuredCEUsed)
|
if (!preComputes.measuredCEUsed)
|
||||||
{
|
{
|
||||||
fh = preComputes.matchedFilter.block(1, 0, nAScans-1);
|
fh = preComputes.matchedFilter.block(1, 0, 0);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
fh = preComputes.matchedFilter(Aurora::$,blockedChannels[i]-1).toMatrix();
|
fh = preComputes.matchedFilter(Aurora::$,blockedChannels[i]-1).toMatrix();
|
||||||
|
|||||||
Reference in New Issue
Block a user