From 6665b9ae7ea0324fe45244268b7d099ae6af30fd Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 31 Oct 2025 16:37:11 +0100 Subject: [PATCH] cleaned up comment --- dap/worker.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dap/worker.py b/dap/worker.py index 62a6b5e..9df29c8 100644 --- a/dap/worker.py +++ b/dap/worker.py @@ -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)