Add transmissionReconstruction.

This commit is contained in:
sunwen
2023-06-02 15:34:22 +08:00
parent e39a5ecb57
commit b1727b193b
21 changed files with 991 additions and 26 deletions

View 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