Fix struct name in preprocessAScanBlockForReflection.

This commit is contained in:
sunwen
2023-06-13 17:00:17 +08:00
parent 9b2c272ac6
commit 30527713ad

View File

@@ -7,6 +7,7 @@
#include "MatlabWriter.h" #include "MatlabWriter.h"
#include "Matrix.h" #include "Matrix.h"
#include "Sparse.h" #include "Sparse.h"
#include "common/getMeasurementMetaData.h"
#include "config/config.h" #include "config/config.h"
#include "reflectionReconstruction/preprocessData/preprocessAScanBlockForReflection.h" #include "reflectionReconstruction/preprocessData/preprocessAScanBlockForReflection.h"
#include "transmissionReconstruction/reconstruction/buildMatrix/DGradient.h" #include "transmissionReconstruction/reconstruction/buildMatrix/DGradient.h"
@@ -72,7 +73,7 @@ TEST_F(Reconstruction_Test, preprocessAScanBlockForReflection) {
auto receiverPositionBlock = m2.read("blockedReceiverPosition"); auto receiverPositionBlock = m2.read("blockedReceiverPosition");
auto channelBlock = m2.read("blockedChannels"); auto channelBlock = m2.read("blockedChannels");
auto gainBlock = m2.read("blockedGain"); auto gainBlock = m2.read("blockedGain");
Recon::ExpInfo info; Recon::MeasurementInfo info;
info.expectedAScanLength= 4096; info.expectedAScanLength= 4096;
info.Wavelength=3; info.Wavelength=3;
Recon::PreComputes preComputes; Recon::PreComputes preComputes;