I have an array which has dimensions [385,417,513]
which corresponds to a 3D data cube for a quantity.
I want to remove every nth element of each dimension to reduce the data size of the array and make it easier to plot. E.g remove every 5th element from the x,y and z dimensions to get an array of size [77,83,102]
In IDL I cannot find any functionality which lets me remove columns or rows in this way. This surely cannot be the case?
https://www.harrisgeospatial.com/docs/array_manipulation.html