mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 18:23:41 +01:00
improved readNextFrame for moench 10G streaming; implemented many photons finder
This commit is contained in:
@@ -40,7 +40,7 @@ class pedestalSubtraction {
|
||||
virtual int SetNPedestals(int i=-1) {if (i>0) stat.SetN(i); return stat.GetN();};
|
||||
|
||||
/** sets the moving average */
|
||||
virtual void setPedestal(double val) {stat.Set(val);}
|
||||
virtual void setPedestal(double val, double rms=0) {stat.Set(val, rms);}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user