Files
UR/src/common/preprocessAscanBlock.h

12 lines
255 B
C
Raw Normal View History

2023-06-02 15:34:22 +08:00
#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