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;
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/
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>