MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
145 stars 66 forks source link

PlotResPhaseMaps with a list of MT objects #137

Closed agrayver closed 3 years ago

agrayver commented 3 years ago

Is it possible to pass a list of MT objects to the PlotResPhaseMaps instead of edi files (similar to PlotPhaseTensorMaps)?

alkirkby commented 3 years ago

Not at the moment but it should be an easy fix. I will try and get to this today

alkirkby commented 3 years ago

I added this functionality, you can provide an mt object list through the variable mt_list when creating the PlotResPhaseMaps object. I also added an example in examples/scripts, the option to feed in an mt object list is commented out. Hope this helps

agrayver commented 3 years ago

Thank you, Alison, this works and is very helpful!