From f04ff2a296e9a34e6ee06827eeb61d8fbcef466f Mon Sep 17 00:00:00 2001 From: "Hannes F. Kuchelmeister" Date: Mon, 19 Jul 2021 11:03:20 +0200 Subject: [PATCH] add todo --- situr/image/situ_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/situr/image/situ_image.py b/situr/image/situ_image.py index 67e25f6..3522ad8 100644 --- a/situr/image/situ_image.py +++ b/situr/image/situ_image.py @@ -18,7 +18,7 @@ def extend_dim(array: np.ndarray): def remove_dim(array: np.ndarray): return array[:, :-1] - +# TODO: move peak finder out of image and reverse relationship (peakfinder know about image not the other way around) class PeakFinder: __metaclass__ = abc.ABCMeta