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.
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.