v1.0.0-rc.61
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user