mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
Some fixes to use moench
This commit is contained in:
@ -423,7 +423,7 @@ template <class dataType> class analogDetector {
|
||||
if (g==0) g=-1.;
|
||||
}
|
||||
|
||||
return stat[iy][ix].getPedestalRMS()/g;//divide by gain?
|
||||
return stat[iy][ix].getPedestalRMS();//divide by gain?
|
||||
}
|
||||
return -1;
|
||||
};
|
||||
|
Reference in New Issue
Block a user