Skip to content

Utilities

Takeshi Akuhara edited this page Jan 7, 2020 · 10 revisions

Utilities

util/plot.py

Self-contained code to make plots for RF_INV.

Requirements

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

Usage

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.

Example

plot

Clone this wiki locally