From 2d0167f39a4da10bf97784c83e8c54520042677a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20J=C3=BCrges?= <jurges@astron.nl> Date: Tue, 9 Oct 2018 07:33:57 +0000 Subject: [PATCH] Task SSB-43: Clarified the description of the window_size parameter --- CAL/CalibrationProcessing/lib/processing/averaging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CAL/CalibrationProcessing/lib/processing/averaging.py b/CAL/CalibrationProcessing/lib/processing/averaging.py index 8696ef5d6f1..a7e515d6a05 100644 --- a/CAL/CalibrationProcessing/lib/processing/averaging.py +++ b/CAL/CalibrationProcessing/lib/processing/averaging.py @@ -305,7 +305,7 @@ def _compute_size_of_new_array(array_size, window_size): If array_size % window_size = 0 it returns array_size/window_size otherwise it returns array_size/window_size + 1 :param array_size: size of the input array - :param window_size: size of the window to impose over the input array + :param window_size: window size for the averaging :return: the new array size after averaging with the given window size """ # python does not enforce the sample_width to be an integer and a value between 0 and 1 -- GitLab