cleaned up comment

This commit is contained in:
2025-10-31 16:37:11 +01:00
parent a9a73f0d3f
commit 6665b9ae7e

View File

@@ -124,10 +124,8 @@ def work(backend_addr, accumulator_addr, visualisation_addr, fn_config, skip_fra
calc_spi_analysis(results, pfimage)
calc_peakfinder_analysis(results, pfimage, pixel_mask)
# ???
# Streak finder processing for convergent-beam diffraction experiments
# changes image and mask in place if do_snr=True in parameters file
# streak finder for convergent-beam diffraction experiments
# changes image and pixel_mask in place if do_snr=True in parameters file
image = calc_streakfinder_analysis(results, image, pixel_mask)
image, aggregation_is_ready = calc_apply_aggregation(results, image, pixel_mask, aggregator)