Update geometry info , measrementInfo for startReconstruction.
This commit is contained in:
17
src/common/estimatePulseLength.h
Normal file
17
src/common/estimatePulseLength.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef ESTIMATE_PULSE_LENGTH_H
|
||||
#define ESTIMATE_PULSE_LENGTH_H
|
||||
|
||||
#include "Matrix.h"
|
||||
|
||||
namespace Recon
|
||||
{
|
||||
struct CeEstimatePulseLength
|
||||
{
|
||||
Aurora::Matrix ce;
|
||||
double ce_sf;
|
||||
};
|
||||
|
||||
double estimatePulseLength(const CeEstimatePulseLength& aCe, double aSampleFreq);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user