On Sun, 2013-06-16 at 14:48 +0800, Sudheer Joseph wrote:
Is it possible to sample a 4D array of numpy at given dimensions with
out writing loops? ie a smart python way?
It's not clear how what you want to do is different from simply indexing
the array...?
Henry