Skip to content
Snippets Groups Projects
Commit 1dc8b030 authored by BenVK's avatar BenVK
Browse files

fixed a typo

parent d78e9c63
No related branches found
No related tags found
1 merge request!205P2866 doublehit
...@@ -277,7 +277,7 @@ def _new_centroid(image, threshold=THRESHOLD, std_threshold=3.5, curvature=(CURV ...@@ -277,7 +277,7 @@ def _new_centroid(image, threshold=THRESHOLD, std_threshold=3.5, curvature=(CURV
return res return res
def _new_centroid_double(image, threshold=THRESHOLD, std_threshold=3.5, 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 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 2-by-2 square exceeds a threshold. In this case the position of the photon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment