pylops.avo.avo.zoeppritz_pp#

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

PP reflection coefficient from the Zoeppritz scattering matrix.

Simple wrapper to pylops.avo.avo.scattering_matrix, returning the PP reflection coefficient from the Zoeppritz scattering matrix for a set of incident angles

Parameters
vp1float

P-wave velocity of the upper medium

vs1float

S-wave velocity of the upper medium

rho1float

Density of the upper medium

vp0float

P-wave velocity of the lower medium

vs0float

S-wave velocity of the lower medium

rho0float

Density of the lower medium

theta1np.ndarray or float

Incident angles in degrees

Returns
PPreflnp.ndarray

PP reflectivity values for all input angles.

See also

zoeppritz_scattering

Zoeppritz solution

zoeppritz_element

Single reflectivity element of Zoeppritz solution