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(