I have got a 3d np.array with shape looking like this: arr.shape: (112, 200, 200) and a list of indexes: indexes = [0, 1, 111, 112]. What I want is
arr.shape: (112, 200, 200)
indexes = [0, 1, 111, 112]