ImageAnalysisCPU: Use transformed 32-bit image, as input for spot finder
This commit is contained in:
@@ -159,7 +159,7 @@ void ImageAnalysisCPU::Analyze(DataMessage &output,
|
||||
|| mask_low_res != settings.low_resolution_limit)
|
||||
UpdateMaskResolution(settings);
|
||||
|
||||
const std::vector<DiffractionSpot> spots = spotFinder->Run(image, settings, mask_resolution);
|
||||
const std::vector<DiffractionSpot> spots = spotFinder->Run(updated_image.data(), settings, mask_resolution);
|
||||
|
||||
SpotAnalyze(experiment, settings, spots,
|
||||
CompressedImage(updated_image, experiment.GetXPixelsNum(), experiment.GetYPixelsNum()),
|
||||
|
||||
Reference in New Issue
Block a user