common mode subtraction now works for moench - bad channel mask added to the data structure

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorCalibration@10 113b152e-814d-439b-b186-022a431db7b5
This commit is contained in:
bergamaschi
2013-12-04 11:12:13 +00:00
parent 4f7c6f633f
commit b8462e24ef
4 changed files with 116 additions and 33 deletions

View File

@ -1,7 +1,7 @@
class MovingStat
{
public:
MovingStat() : m_n(0), n(0) {}
MovingStat() : m_n(0), n(1000) {}
void Clear()
{