adjtomo / seisflows

An automated workflow tool for full waveform inversion and adjoint tomography
http://seisflows.readthedocs.org
BSD 2-Clause "Simplified" License
172 stars 122 forks source link

Fixes 'generate_data' option for noise inversion #221

Closed bch0w closed 1 week ago

bch0w commented 1 week ago

Only relevant for 'noise_inversion' workflows. The generate_data option which runs forward simulations through the target model ('path_model_true') was not implemented for the 'noise_inversion' workflow. This PR implements that functionality and allows generation of ZZ, RR and TT synthetic greens functions that can be used as 'observed' data for a synthetic inversion. Simply setting the parameter generate_data==True in the parameter file will implement this option. Some additional aesthetic riders.

Changelog