Bragg integration: option to use azimuthal integration profile

This commit is contained in:
2026-06-10 14:41:36 +02:00
parent e051eed033
commit e4230bc14e
15 changed files with 218 additions and 115 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void MXAnalysisWithoutFPGA::Analyze(DataMessage &output,
if (spot_finding_settings.indexing)
indexer.ProcessImage(output, spot_finding_settings,
CompressedImage(preprocessor_buffer->getBuffer(), experiment.GetXPixelsNum(), experiment.GetYPixelsNum()),
*prediction, &integration, &profile);
*prediction, integration, profile);
}
output.max_viable_pixel_value = ret.max_value;