Add TransmissionReconstruction Datafilter.

This commit is contained in:
kradchen
2023-05-16 13:18:59 +08:00
parent 21750be9be
commit a0033d9f8a
4 changed files with 308 additions and 0 deletions

View File

@@ -30,12 +30,18 @@ protected:
}
};
#include "Function3D.h"
TEST_F(Sensitivity_Test, getSensitivity) {
MatlabReader m("/home/krad/TestData/sensitivity.mat");
auto sensmap = m.read("sensmap");
auto senderNormal = m.read("senderNormal");
auto dirToReceiver = m.read("dirVector");
{ auto xyn = Aurora::zeros(1, 3);
xyn.getData()[2] = 1;
xyn = Aurora::repmat(xyn,2304, 1);
}
auto output = Recon::getSensitivity(sensmap, senderNormal, dirToReceiver);