Add transmissionReconstruction.
This commit is contained in:
13
src/common/precalculateChannelList.h
Normal file
13
src/common/precalculateChannelList.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef PRECALCULATE_CHANNELLIST_H
|
||||
#define PRECALCULATE_CHANNELLIST_H
|
||||
|
||||
#include "Matrix.h"
|
||||
#include "src/common/getMeasurementMetaData.h"
|
||||
|
||||
namespace Recon
|
||||
{
|
||||
Aurora::Matrix precalculateChannelList(const Aurora::Matrix& aRlList, const Aurora::Matrix& aRnList,
|
||||
const MeasurementInfo& aExpInfo, const PreComputes& aPreComputes);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user