12 lines
255 B
C
12 lines
255 B
C
|
|
#ifndef PREPROCESS_ASCANBLOCK_H
|
||
|
|
#define PREPROCESS_ASCANBLOCK_H
|
||
|
|
|
||
|
|
#include "Matrix.h"
|
||
|
|
#include "getMeasurementMetaData.h"
|
||
|
|
|
||
|
|
namespace Recon
|
||
|
|
{
|
||
|
|
Aurora::Matrix preprocessAscanBlock(const Aurora::Matrix& aAscans, const MeasurementInfo& aMeasInfo);
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif
|