mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 17:18:00 +02:00
uncommented a print
This commit is contained in:
@ -3463,7 +3463,7 @@ int slsDetector::setThresholdEnergyAndSettings(int e_eV, detectorSettings isetti
|
|||||||
}
|
}
|
||||||
//interpolate tau
|
//interpolate tau
|
||||||
tau = linearInterpolation(e_eV, trim1, trim2, tau1, tau2);
|
tau = linearInterpolation(e_eV, trim1, trim2, tau1, tau2);
|
||||||
printf("new tau:%d\n",tau);
|
//printf("new tau:%d\n",tau);
|
||||||
|
|
||||||
deleteModule(myMod1);
|
deleteModule(myMod1);
|
||||||
deleteModule(myMod2);
|
deleteModule(myMod2);
|
||||||
|
Reference in New Issue
Block a user