Fix reconstructionSAFT.cpp
This commit is contained in:
@@ -212,7 +212,7 @@ namespace Recon {
|
|||||||
params.push_back(medianWindowSize);
|
params.push_back(medianWindowSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
int other[2]={reflectParams::debugMode, reflectParams::attenuationCorrectionLimit} ;
|
float other[2]={(float)reflectParams::debugMode, (float)reflectParams::attenuationCorrectionLimit} ;
|
||||||
Matrix_t otherP{other,2,{1,2,1},2};
|
Matrix_t otherP{other,2,{1,2,1},2};
|
||||||
params.push_back(otherP);
|
params.push_back(otherP);
|
||||||
if (reflectParams::useAscanIndex == 0) {
|
if (reflectParams::useAscanIndex == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user