13 lines
381 B
C
13 lines
381 B
C
|
|
#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
|