pylops.avo.avo.zoeppritz_scattering

pylops.avo.avo.zoeppritz_scattering(vp1, vs1, rho1, vp0, vs0, rho0, theta1)[source]

Zoeppritz solution.

Calculates the angle dependent p-wave reflectivity of an interface between two media for a set of incident angles.

Parameters:
vp1 : float

P-wave velocity of the upper medium

vs1 : float

S-wave velocity of the upper medium

rho1 : float

Density of the upper medium

vp0 : float

P-wave velocity of the lower medium

vs0 : float

S-wave velocity of the lower medium

rho0 : float

Density of the lower medium

theta1 : np.ndarray or float

Incident angles in degrees

Returns:
zoep : np.ndarray

\(4 \times 4\) matrix representing the scattering matrix for the incident angle theta1

See also

zoeppritz_element
Single reflectivity element of Zoeppritz solution
zoeppritz_PP
PP reflectivity element of Zoeppritz solution