transform_direct: transform_direct

Description Usage Arguments Details Value Author(s) References See Also

Description

Function to transform the apparent resistivity into effective resistivities which are assumed closer to the real resistivities using an exponential equation.

Usage

1
transform_direct(ves, k = 2.3, alpha = 0.15)

Arguments

ves

A ves object.

k

Empirical constant.

alpha

Decay exponent (pseudo-porosity factor).

Details

The conversion from apparent resitivities to effective resistivities is achieved using the following expression:

ρ_{eff}=kρ_{app}\exp{(-(1-α))}

where:

Value

This function returns a list with the following entries:

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

Meju, M. Simple effective resistivity-depth transformations for infield or real-time data processing. Computers and Geosciences, 21(8), 985-992, 1995.

See Also

Other transformation functions: transform_scaling, transform_smoothed_zohdy, transform_zohdy


khaors/rves documentation built on May 29, 2019, 3:07 a.m.