From a8c207fe6584e3220c5e461ff301a88291d5e8c9 Mon Sep 17 00:00:00 2001 From: Jason Watson Date: Tue, 23 Apr 2019 15:13:38 +0200 Subject: [PATCH] Fixed typo --- ctapipe/image/extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctapipe/image/extractor.py b/ctapipe/image/extractor.py index e1330b32c1e..de53a295d7d 100644 --- a/ctapipe/image/extractor.py +++ b/ctapipe/image/extractor.py @@ -44,7 +44,7 @@ def sum_samples_around_peak(waveforms, peak_index, width, shift, ret): - peak_index, width and shift are integers, corresponding to the correct value for the current pixel - The ret argument is required by numpy to creae the numpy array which is + The ret argument is required by numpy to create the numpy array which is returned. It can be ignored when calling this function. Parameters