This commit is contained in:
2021-07-19 11:03:20 +02:00
parent b122389bad
commit f04ff2a296

View File

@@ -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