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