Skip to content

Commit 5a2d7bc

Browse files
Update ndcube/ndcube.py
Co-authored-by: DanRyanIrish <ryand5@tcd.ie>
1 parent 3375007 commit 5a2d7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndcube/ndcube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ def rebin(self, bin_shape, operation=np.mean, operation_ignores_mask=False, hand
11481148
units have to be convertible to pixels.
11491149
The sentinel value ``-1`` can be passed for a dimension which means
11501150
that no rebinning will occur along that dimension.
1151-
Please note the ``bin_shape`` follows NumPy ordering of the axes.
1151+
Please note the ``bin_shape`` follows array axis (NumPy) ordering of the axes.
11521152
operation : function
11531153
Function applied to the data to derive values of the bins.
11541154
Default is `numpy.mean`

0 commit comments

Comments
 (0)