Skip to content

Commit

Permalink
Fix typo waveform
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Aguasca-Cabot <[email protected]>
  • Loading branch information
aaguasca committed Aug 22, 2024
1 parent 06f4820 commit 19e1b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ctapipe/image/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 19e1b11

Please sign in to comment.