I once saw the following code segment, and am not clear what it does really do?
d = np.mean(a[::b,:,c:-c], axis=2, keepdims=False)
In specifi, wh