Method visibility improved
This commit is contained in:
parent
3088d2bc66
commit
1c8e0ff8b0
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user