Fix reconstructionSAFT.cpp

This commit is contained in:
kradchen
2023-06-16 09:47:13 +08:00
parent 6ab314d426
commit 98b6969041

View File

@@ -212,7 +212,7 @@ namespace Recon {
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};
params.push_back(otherP);
if (reflectParams::useAscanIndex == 0) {