你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 12:36:51 +08:00
Better calculation of time array, using linspace instead of arange.
这个提交包含在:
@@ -40,7 +40,8 @@ f = h5py.File(file, 'r')
|
||||
nrx = f.attrs['nrx']
|
||||
dt = f.attrs['dt']
|
||||
iterations = f.attrs['Iterations']
|
||||
time = np.arange(0, dt * iterations, dt)
|
||||
time = np.linspace(0, 1, iterations)
|
||||
time *= (iterations * dt)
|
||||
|
||||
# Check for single output component when doing a FFT
|
||||
if args.fft:
|
||||
|
在新工单中引用
屏蔽一个用户