You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "PRICIPAL_AXIS" convention has 10 parameters: the value (in 10*exponent dynes-cm), azimuth, and plunge of N, T, and P axis, and also the exponent of the values. See https://docs.generic-mapping-tools.org/latest/supplements/seis/meca.html#s for the official documentation. Currently, the meca function defines the following parameters:
Description of the problem
The "PRICIPAL_AXIS" convention has 10 parameters: the value (in 10*exponent dynes-cm), azimuth, and plunge of N, T, and P axis, and also the exponent of the values. See https://docs.generic-mapping-tools.org/latest/supplements/seis/meca.html#s for the official documentation. Currently, the
meca
function defines the following parameters:pygmt/pygmt/src/meca.py
Lines 255 to 266 in 4b80f3c
The parameter name
t_exponent
,n_exponent
, andp_exponent
is inaccurate and confusing, and should be renamed tot_value
,n_value
, andp_value
.I think we should make the change in a backward-compatible way and it should go through the deprecation cycle.
The text was updated successfully, but these errors were encountered: