MapLgConductivity#
- class emg3d.maps.MapLgConductivity[source]#
Bases:
BaseMapMaps log_10(σ) to computational variable σ (conductivity).
forward: x = log_10(σ)
backward: σ = 10^x
Methods Summary
backward(mapped)Mapping to conductivity.
derivative_chain(gradient, mapped)Chain rule to map gradient from conductivity to mapping space.
forward(conductivity)Conductivity to mapping.
Methods Documentation