-
Notifications
You must be signed in to change notification settings - Fork 12
Utilities
Takeshi Akuhara edited this page Jan 7, 2020
·
10 revisions
Self-contained code to make plots for RF_INV.
The following Python modules are necessary -- can be easily installed via popular package managers such as pip
or conda
(I think).
- sys
- re
- numpy
- matplotlib.pyplot
- pandas
- seaborn
- struct
python plot.py [parameter file]
- The argument,
parameter file
, should be exactly the same as the input file for RF_INV. All necessary information for plotting is automatically retrieved from this file. - This program must be called from the same directory where you call the inversion program.
- It creates PNG files
plot_xx.png
, where xx is the input trace ID.
(C) 2018-2019 Takeshi Akuhara (Email: akuhara @ eri. u-tokyo.ac.jp)