You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In the example/ directory, run: ```strain_rate_compute.py --print_config``` to print an example config file (similar to the one provided here in the repo).
133
133
2. Run: ```strain_rate_compute.py example_strain_config.txt``` to compute delaunay strain rate using the parameters in the newly-created config file.
134
-
3. Change the method in the config file to try other methods, and re-run each time for different strain calculations with different parameters.
134
+
3. Change the method in the config file to try other methods, and re-run each time for different strain calculations with different parameters. Try with ```gpsgridder```, ```delaunay```, and ```loc_avg_grad```. If you have the visr executable on your system, try with ```visr``` as well.
135
135
4. Run: ```strain_rate_comparison.py example_strain_config.txt ``` to compute average strain rate maps from several results.
136
-
5. Run: ```Display_output/comparison_rows_example.sh -125/-121/38/42``` to view a GMT plot with several strain rate calculations in Northern California together.
136
+
5. Navigate into ```Display_output/```
137
+
6. Run: ```./comparison_rows_example.sh -125/-121/38/42``` to view a GMT plot with several strain rate calculations in Northern California together.
0 commit comments