Skip to content

Utilities

Takeshi Akuhara edited this page Jul 10, 2019 · 10 revisions

Utilities

plot.py

Self-contained code to make plots for RF_INV.

Requirement

Some python modules are required.

  • matplotlib.pyplot
  • Numpy
  • Pandas

Usage

python plot.py [parameter file]

  • The argument, parameter file, is 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 directory which you ran the inversion.

Clone this wiki locally