watex.externals.z.Tipper#

class watex.externals.z.Tipper(tipper_array=None, tipper_err_array=None, freq=None)[source]#

Tipper class that generates a Tipper-object.

Errors are given as standard deviations (sqrt(VAR))

Parameters:
  • tipper_array (np.ndarray((nf, 1, 2), dtype='complex')) – tipper array in the shape of [Tx, Ty] default is None

  • tipper_err_array (np.ndarray((nf, 1, 2))) – array of estimated tipper errors in the shape of [Tx, Ty]. Must be the same shape as tipper_array. default is None

  • freq (np.ndarray(nf)) – array of frequencies corresponding to the tipper elements. Must be same length as tipper_array. default is None

Attributes

Description

freq

array of frequencies corresponding to elements of z

rotation_angle

angle of which data is rotated by

tipper

tipper array

tipper_err

tipper error array

Methods

Description

mag_direction

computes magnitude and direction of real and imaginary induction arrows.

amp_phase

computes amplitude and phase of Tx and Ty.

rotate

rotates the data by the given angle