v1.0.0-rc.61

This commit is contained in:
2025-07-08 07:16:59 +02:00
parent 3c67b5a900
commit e4ec9fb38f
163 changed files with 448 additions and 346 deletions
+1 -3
View File
@@ -152,9 +152,7 @@ void ImageAnalysisCPU::Analyze(DataMessage &output,
if (spot_finding_settings.enable)
spots = spotFinder.Run(image, spot_finding_settings);
output.spot_count_low_res = CountLowResSpots(experiment,
spots,
spot_finding_settings.cutoff_spot_count_low_res);
CountSpots(output, experiment, spots, spot_finding_settings.cutoff_spot_count_low_res);
std::vector<DiffractionSpot> spots_out;
FilterSpotsByCount(max_spot_count, spots, spots_out);