Method visibility improved

This commit is contained in:
Lukas Klass 2020-05-20 09:13:07 +02:00
parent 3088d2bc66
commit 1c8e0ff8b0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class IPSF(ABC):
pass
@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.