From 9ea4860467b77c247f743ae47dbbc737d5346176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?= <laura.kuehle@uni-duesseldorf.de> Date: Sun, 19 Sep 2021 22:53:03 +0200 Subject: [PATCH] Added type to 'cell'. --- Troubled_Cell_Detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py index e558187..c4840d3 100644 --- a/Troubled_Cell_Detector.py +++ b/Troubled_Cell_Detector.py @@ -648,7 +648,7 @@ class Theoretical(WaveletDetector): ---------- multiwavelet_coeffs : np.array Matrix of multiwavelet coefficients. - cell + cell : int Index of cell. max_avg Maximum average of projection. -- GitLab