How to Install Time-Distance Inversion Software

The inversion software depends on these external software packages which must be installed:

To build and test the inversion and forward code:
  1. unzip and extract core.tar.gz
  2. unzip and extract ola.tar.gz, rls.tar.gz, fwd.tar.gz or any combination of the three.
  3. unzip and extract ola_test.tar.gz, rls_test.tar.gz, or fwd_test.tar.gz or any combination of the three.
  4. (These contain sample test files for the SOLA and RLS inversions and test files for the forward calculation.)
  5. cd td_inversion/3.5 (where 3.5 is the code version)
  6. make all
  7. make test_rls (if the rls inversion code is installed)

The test uses sample data files to perform an inversion and then compares the results in Examples/testdata/testOutput to the expected results in Examples/testdata/output directory.

To run the inversion on your own, use this command:
./invert ./Examples/testdata/testInputFile

The Documents directory contains three levels of documentation. UserGuide*.pdf explains the format of input and output files. The *Notes.pdf files contain detailed equations for each calculation. Code documentation starts at Documents/html/index.html.