mirror of
https://github.com/13hannes11/situr.git
synced 2024-09-03 20:50:58 +02:00
add todo
This commit is contained in:
@@ -18,7 +18,7 @@ def extend_dim(array: np.ndarray):
|
|||||||
def remove_dim(array: np.ndarray):
|
def remove_dim(array: np.ndarray):
|
||||||
return array[:, :-1]
|
return array[:, :-1]
|
||||||
|
|
||||||
|
# TODO: move peak finder out of image and reverse relationship (peakfinder know about image not the other way around)
|
||||||
class PeakFinder:
|
class PeakFinder:
|
||||||
__metaclass__ = abc.ABCMeta
|
__metaclass__ = abc.ABCMeta
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user