shift# pynlo.utility.shift(f_t, dt, t_shift)[source]# Fourier shift. The output array is at f(t - t_shift). Parameters: f_tarray_likeThe input array. dtfloatThe grid step size. shift_tfloatThe amount to shift. Returns: ndarrayThe shifted array.