From 1dc8b0308df36873da3caa08544cb9483c788235 Mon Sep 17 00:00:00 2001 From: BenVK <BenVanKuiken@gmail.com> Date: Mon, 1 Aug 2022 10:41:28 +0200 Subject: [PATCH] fixed a typo --- src/toolbox_scs/detectors/hrixs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbox_scs/detectors/hrixs.py b/src/toolbox_scs/detectors/hrixs.py index 108accc..aa40480 100644 --- a/src/toolbox_scs/detectors/hrixs.py +++ b/src/toolbox_scs/detectors/hrixs.py @@ -277,7 +277,7 @@ def _new_centroid(image, threshold=THRESHOLD, std_threshold=3.5, curvature=(CURV return res def _new_centroid_double(image, threshold=THRESHOLD, std_threshold=3.5, - double_thresh=1.5, curvature=(CURVE_A, CURVE_B)): + dbl_threshold=1.5, curvature=(CURVE_A, CURVE_B)): """ A photon is supposed to have hit the detector if the intensity within a 2-by-2 square exceeds a threshold. In this case the position of the photon -- GitLab