MTgeophysics / mtpy

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

Command Line Wrapper Applied to plot_edsi.py #31

Closed sudhirJain closed 6 years ago

sudhirJain commented 6 years ago

Command line Wrapper has been applied to the plot_edsi.py, following is the command line;

python examples\scripts\plot_edis.py --path=examples\data\edi_files

(mtpy) c:\dev\venv\satellite\mtpy>python examples\scripts\plot_edis.py --help Usage: plot_edis.py [OPTIONS]

Options: --path TEXT path to edsi file/directory --count INTEGER every how many edsi files --help Show this message and exit.

sudhirJain commented 6 years ago

Issue has been fixed github repository has been updated.