From 47b9781a8b14737be87511b5d6ecce41155313b6 Mon Sep 17 00:00:00 2001 From: Christoph Toennis Date: Tue, 28 May 2024 09:40:46 +0200 Subject: [PATCH] Shortened the docustring of the VarianceExtractor --- src/ctapipe/image/extractor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ctapipe/image/extractor.py b/src/ctapipe/image/extractor.py index 8f7c3a34bbd..6b834560bd2 100644 --- a/src/ctapipe/image/extractor.py +++ b/src/ctapipe/image/extractor.py @@ -1303,8 +1303,7 @@ def __call__( class VarianceExtractor(ImageExtractor): """ - Extractor that calculates - the variance of each sample waveform + Calculates the variance of each sample waveform """