From 217973cdb490606a140117cc84970ae6b7729a19 Mon Sep 17 00:00:00 2001 From: Anna Bergamaschi Date: Wed, 28 Aug 2024 15:01:53 +0200 Subject: [PATCH] fixes to cluster finder --- .../moenchExecutables/moenchRawDataProcess.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorCalibration/moenchExecutables/moenchRawDataProcess.cpp b/slsDetectorCalibration/moenchExecutables/moenchRawDataProcess.cpp index 69620e7f4..b0dbb3c70 100644 --- a/slsDetectorCalibration/moenchExecutables/moenchRawDataProcess.cpp +++ b/slsDetectorCalibration/moenchExecutables/moenchRawDataProcess.cpp @@ -181,7 +181,7 @@ int main(int argc, char *argv[]) { #endif #ifndef MOENCH04 - moench03v2Data *decoder = new moench03v2Data(100); + moench03v2Data *decoder = new moench03v2Data(nrows/2); cout << "MOENCH03!" << endl; #endif @@ -383,7 +383,7 @@ int main(int argc, char *argv[]) { runmax--; flist.close(); cout << "Found " << runmax << " files " << endl; - flist.open (fformat, std::ifstream::in); + flist.open (args["flist"].c_str(), std::ifstream::in); } for (int irun = runmin; irun <= runmax; irun++) {