How to replace the first column with a column array?
nz = 10 FWHM = 25 nt = 2 ** 10 dt = FWHM / nt t = (np.array(range(1, nt + 1)).reshape(nt, 1) - (nt + 1) / 2)