Add log message.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "reflectionReconstruction/reconstructionSAFT/reconstructionSAFT.h"
|
||||
#include "src/reflectionReconstruction/preprocessData/preprocessAScanBlockForReflection.h"
|
||||
#include "config/config.h"
|
||||
#include "log/log.h"
|
||||
|
||||
#include "CudaEnvInit.h"
|
||||
|
||||
@@ -87,14 +88,10 @@ Aurora::Matrix Recon::startReflectionReconstruction( Parser* aParser, int aSAFT_
|
||||
removeDataFromArrays(blockData.receiverPositionBlock, preprocessData.usedData),
|
||||
removeDataFromArrays(blockData.mpBlock, preprocessData.usedData),
|
||||
aSAFT_mode, aTransRecos, Env);
|
||||
printf("%d\n",j);
|
||||
|
||||
RECON_INFO("Reflection Reconstructon: " + std::to_string(j));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
MatlabWriter m("/home/sun/Reflect.mat");
|
||||
m.write(Env, "reflect");
|
||||
|
||||
return Aurora::Matrix();
|
||||
return Env;
|
||||
}
|
||||
Reference in New Issue
Block a user