MTgeophysics / mtpy

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

Examples for running plot_response with different command line options #55

Closed sudhirJain closed 6 years ago

sudhirJain commented 6 years ago

Examples for running plot_response.py with different command line options have been included;

Following are the examples for running plot_response :

python mtpy/imaging/plot_response.py [--help | -h ] python mtpy/imaging/plot_response.py python mtpy/imaging/plot_response.py -d examples\data\ModeEM_files_Test -s Modular_MPI_NLCG_094.dat -i ModEM_Data.dat -c GB09 -p False -f 3 python mtpy/imaging/plot_response.py -d examples\data\ModeEM_files_Test -p False ( Changing Plot types )

============================================================================

The above message is displayed when plot_responce.py runs.

sudhirJain commented 6 years ago

Issue has been resolved