Add transmissionReconstruction.
This commit is contained in:
12
src/common/preprocessAscanBlock.h
Normal file
12
src/common/preprocessAscanBlock.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user