uafgeotools / mtuq

moment tensor uncertainty quantification
BSD 2-Clause "Simplified" License
67 stars 22 forks source link

Depth plot for random grid search #198

Open Rinku-274 opened 1 year ago

Rinku-274 commented 1 year ago

It looks like the current version of MTUQ does not have the capability of plotting depth against misfit function for random grid search. Although I am able to achieve the MT solution using DoubleCoupleGridRandom funtion in GridSearch.DoubleCouple+Magnitude+Depth.py . I believe there should be an option in the function plot_misfit_depth for random distribution also.

Thank you.