From 19e1b1167c536ba228cb09edda662e61360959fb Mon Sep 17 00:00:00 2001 From: Arnau Aguasca-Cabot Date: Thu, 22 Aug 2024 08:51:16 +0200 Subject: [PATCH] Fix typo waveform Signed-off-by: Arnau Aguasca-Cabot --- src/ctapipe/image/extractor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ctapipe/image/extractor.py b/src/ctapipe/image/extractor.py index 88e7e683e9b..a267a860f4b 100644 --- a/src/ctapipe/image/extractor.py +++ b/src/ctapipe/image/extractor.py @@ -740,7 +740,7 @@ def __call__( class NeighborPeakWindowSum(ImageExtractor): """ Extractor which sums in a window about the - peak defined by the wavefroms in neighboring pixels. + peak defined by the waveforms in neighboring pixels. """ window_width = IntTelescopeParameter( @@ -808,7 +808,7 @@ def __call__( class BaselineSubtractedNeighborPeakWindowSum(NeighborPeakWindowSum): """ Extractor that first subtracts the baseline before summing in a - window about the peak defined by the wavefroms in neighboring pixels. + window about the peak defined by the waveforms in neighboring pixels. """ baseline_start = Int(0, help="Start sample for baseline estimation").tag(