version 1.0.0-rc.13
This commit is contained in:
@@ -162,7 +162,7 @@ void StrongPixelSet::ReadFPGAOutput(const DiffractionExperiment & experiment,
|
||||
(output.spot_finding_result.strong_pixel_count > max_strong_pixel_per_module))
|
||||
return;
|
||||
|
||||
auto pixel_depth = experiment.GetPixelDepth();
|
||||
auto pixel_depth = experiment.GetByteDepthImage();
|
||||
auto out_ptr = (uint32_t *) output.spot_finding_result.strong_pixel;
|
||||
|
||||
if (pixel_depth == 2) {
|
||||
|
||||
Reference in New Issue
Block a user