Add TransmissionReconstruction Datafilter.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user