From cf62f8cae83b507777d312842562fbb52cea3e45 Mon Sep 17 00:00:00 2001 From: vhinger Date: Thu, 13 Mar 2025 16:10:32 +0100 Subject: [PATCH] Debug --- .../jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp b/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp index 21e61fa66..f1a22ebff 100644 --- a/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp +++ b/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp @@ -210,7 +210,7 @@ int main(int argc, char *argv[]) { auto firstfileh5 = std::make_unique(); firstfileh5->SetFrameIndexPath(frameindexpath); firstfileh5->SetImageDataPath(datasetpath); - std::cout << "Debug" << std::endl; + std::cout << "Debug" << "Attempting to open file " << filenames[0].c_str() << std::endl; if ( firstfileh5->OpenResources(filenames[0].c_str(), validate_rank) ) { // Validate number of threads