lf.data.rx.locate_mat

lf.data.rx.rotate_vectors(NS, EW, rx, tx, correction_val=0.0)

Rotate a set of tuples from N/S, E/W orientation to Radial, Azimuthal orientation

Parameters
  • NS (tuple(np.ndarray, np.ndarray)) – N/S amplitude, phase

  • EW (tuple(np.ndarray, np.ndarray)) – E/W amplitude, phase

  • rx (str) – Receiver name

  • tx (str) – Transmitter name

Returns

([radial amplitude, radial phase], [azimuthal amplitude, azimuthal phase])

Return type

tuple(np.ndarray, np.ndarray)