MTgeophysics / mtpy

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

Command Line option for plot_phase_tensor_map.py #30

Closed sudhirJain closed 6 years ago

sudhirJain commented 6 years ago

Command Line wrapper has been added to the script plot_phase_tensor_map.py, which facilitates the user to run the script. This wrapper will be made available to other scripts;

Following is the command line;

python scripts\plot_phase_tensor_map.py --p=examples\data\edi_files -f 3

Command to view options;

(mtpy) c:\dev\venv\satellite\mtpy>python examples\scripts\plot_phase_tensor_map.py --help usage: plot_phase_tensor_map.py [-h] -p PATH [-f FREQ] [-0 OFILE]

Plotting Phase Tensor Maps

optional arguments: -h, --help show this help message and exit -p PATH, --path PATH examples\data\edi_files -f FREQ, --freq FREQ Integer number (* or ** ) -0 OFILE, --ofile OFILE examples/

(mtpy) c:\dev\venv\satellite\mtpy>

sudhirJain commented 6 years ago

Issue resolved and github repository has been updated