Method visibility improved

This commit is contained in:
Lukas Klass 2020-05-20 09:13:07 +02:00
parent 3088d2bc66
commit 1c8e0ff8b0

View File

@ -54,7 +54,7 @@ class IPSF(ABC):
pass pass
@staticmethod @staticmethod
def rebin(arr: np.ndarray, factor: float): def _rebin(arr: np.ndarray, factor: float):
""" """
Rebin a 2D-array by summing or repeating the elements. Rebin a 2D-array by summing or repeating the elements.