mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 22:51:30 +01: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