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