Files in
- name-Acquisitions-Empty.h5
- name-Geometry.h5
- name-Vp.h5
Process:
- Load all files.
- Alter input wavelet using
for shot in problem.acquisitions.shots:
shot.wavelets.data[:] = wavelets.tone_burst(f_centre, n_cycles, time.num, time.step)
- Run forward
Bug
name-Acquisitions.h5 contains the original wavelets from the name-Acquisitions-Empty.h5 file, not the altered wavelets
This does not happen if forward(..., dump=False) and name-Acquisitions.h5 is dumped manually after the forward.
Files in
Process:
for shot in problem.acquisitions.shots:shot.wavelets.data[:] = wavelets.tone_burst(f_centre, n_cycles, time.num, time.step)Bug
name-Acquisitions.h5 contains the original wavelets from the name-Acquisitions-Empty.h5 file, not the altered wavelets
This does not happen if forward(..., dump=False) and name-Acquisitions.h5 is dumped manually after the forward.