pub fn ifftshift(data: &[f64], nx: usize, ny: usize, nz: usize) -> Vec<f64>Expand description
3D inverse FFT shift: undo fftshift
Returns a new array with the zero-frequency component shifted back to the corner. Matches numpy.fft.ifftshift behavior for 3D data in Fortran order.