RAYMUL

A program to do quick travel-time calculations of any kind of multiples for flat earth

|   Back to main page   |  Back to geophysical INFO main page   |  Back to programs index   |

First Step

Before you proceed to the example below, you should have read another article on RAYPP to understand the earth model to be used.

Multiple Definitions

To produce the travel-times of any kind of multiples, what you need to do is just defining the multiple indices which is based on the figure below :

From the figure, the multiple on the left can be defined as the following integer series :

imult = [1 1 1 1]';

The multiple on the right can be written as :

imult = [1 2 2 2 2 1]';

Hence, you can change the type of your multiples simply by arranging the indices.

Procedure

To run the program RAYMUL you have to go through the steps below :

HAVE A LOT OF FUN.