diff --git a/ctapipe/image/extractor.py b/ctapipe/image/extractor.py index 990034b07cb..be26a09c046 100644 --- a/ctapipe/image/extractor.py +++ b/ctapipe/image/extractor.py @@ -443,7 +443,8 @@ def time_parameters(waveform, fwhm_arr, rise_time_arr, fall_time_arr): def time_over_threshold(waveforms, thr): """ - Calculates the time over threshold + Calculates the time over threshold (TOT) of waveforms. This is the width of the pulse above + a threshold above the baseline of the waveform. Parameters ----------