slipinversion / WASP

Slip inversion with regional and tele-seismic data
GNU General Public License v3.0
26 stars 13 forks source link

Feature Request: Script to vary fault parameters and find minimum misfit orientation #30

Closed degoldberg closed 2 years ago

degoldberg commented 2 years ago

Python script to copy a directory multiple times and vary some feature of the segments json (strike, dip, rupture velocity), run all the models simultaneously, and print out a table that details the misfit of each version to find the fault parameters that best fit the data.

I imagine something like: vary_orientation_parameters(strike=[290,294,298], dip=[15,18,21,24]) which will then make many folders with segment jsons that cover all those orientation combinations.

degoldberg commented 2 years ago

Completed by Pablo