mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +02:00
Merge branch '3.0.1' into developer
This commit is contained in:
commit
4c4a26c0e3
@ -2983,7 +2983,7 @@ double multiSlsDetector::getRateCorrectionTau(){
|
||||
for(int idet=0; idet<posmax; ++idet){
|
||||
if(detectors[idet]){
|
||||
if(iret[idet] != NULL){
|
||||
if(*iret[idet] == -100.0)
|
||||
if(ret == -100.0)
|
||||
ret = *iret[idet];
|
||||
else if ((ret - *iret[idet]) > 0.000000001) {
|
||||
std::cout<< "Rate correction is different for different readouts " << std::endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user