simpeg.electromagnetics.static.utils.apparent_resistivity_from_voltage#
- simpeg.electromagnetics.static.utils.apparent_resistivity_from_voltage(survey, volts, space_type='half space', eps=1e-10)[source]#
- Calculate apparent resistivities from normalized voltages. - Parameters:
- surveysimpeg.electromagnetics.static.resistivity.Survey
- A DC survey. 
- volts(nD)numpy.ndarray
- Normalized voltage measurements [V/A]. 
- space_type{‘half space’, ‘whole space’}
- Compute apparent resistivity assume a half space or whole space. 
- epsfloat, default=1e-10
- Stabilization constant in case of a null geometric factor. 
 
- survey
- Returns:
- numpy.ndarray
- Apparent resistivities for all data. 
 
 
Galleries and Tutorials using simpeg.electromagnetics.static.utils.apparent_resistivity_from_voltage#
 
2.5D DC Resistivity and IP Least-Squares Inversion
2.5D DC Resistivity and IP Least-Squares Inversion
 
     
 
 
