adjtomo / pyatoa

Python's Adjoint Tomography Operations Assistant (Pyatoa): a misfit assessment toolbox for full waveform tomography
GNU General Public License v3.0
20 stars 8 forks source link

add feature to allow multiple frequency/period bands inputs for adjoint source creation #26

Closed bch0w closed 1 year ago

bch0w commented 1 year ago

What does this PR do?

Adds a Manager.flow_multiband() function to loop over multiple period bands and generate adjoint sources for each. The final adjoint source is then an average over all adjoint sources (per component) from each period band.

Also adds a test to cover this new functionality

Why was it initiated? Any relevant Issues?

Feature request related to #24

PR Checklist