I have a numpy array that I need to change the order of the axis. To do that I am using moveaxis() method, which only returns a view of the input array, by chan
moveaxis()