watex.utils.power#

watex.utils.power(p)[source]#

Compute the power of the selected conductive zone. Anomaly power is closely referred to the width of the conductive zone.

The power parameter implicitly defines the width of the conductive zone and is evaluated from the difference between the abscissa \(X_{LB}\) and the end \(X_{UB}\) points of the selected anomaly:

\[power=|X_{LB} - X_{UB} |\]
Parameters

p – array-like. Station position of conductive zone.

Returns

Absolute value of the width of conductive zone in meters.