From b77ba44de1b004b925477b4a123eec4026aaed84 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Wed, 18 Feb 2026 12:16:26 +0100 Subject: [PATCH] jfjoch_process: Remove comment about polarization factor --- tools/jfjoch_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jfjoch_process.cpp b/tools/jfjoch_process.cpp index 54ebc810..25391559 100644 --- a/tools/jfjoch_process.cpp +++ b/tools/jfjoch_process.cpp @@ -184,7 +184,7 @@ int main(int argc, char **argv) { experiment.Mode(DetectorMode::Standard); // Ensure full image analysis experiment.PixelSigned(true); experiment.OverwriteExistingFiles(true); - experiment.PolarizationFactor(0.99); // Unpolarized beam + experiment.PolarizationFactor(0.99); // Configure Indexing IndexingSettings indexing_settings;