pyacs.lib.faultslip.unit_slip

pyacs.lib.faultslip.unit_slip.unit_slip(strike, dip, rake)[source]

Return unit slip vector in ENU convention (Up positive).

Parameters:
  • strike (float) – Fault angles in decimal degrees.

  • dip (float) – Fault angles in decimal degrees.

  • rake (float) – Fault angles in decimal degrees.

Returns:

(unit_E, unit_N, unit_U) unit slip components in ENU.

Return type:

tuple