uafgeotools / capuaf

seismic moment tensor inversion
7 stars 2 forks source link

Moment tensor ordering in CAP output file #3

Open vsilwal opened 9 years ago

vsilwal commented 9 years ago

CAP outputs moment tensor in Aki and Richard format in the following order: M0_in_dyncm Mxx Mxy Mxz Myy Myz Mzz

Many of the supporting scripts on GEOTOOLS requires MT to be in [Mxx Myy Mzz Mxy Mxz Myz] order. If I change the output order it will require changing it everywhere (from cap_plt.pl to Celso's scripts if they were extracting mtensor from cap.out file).

Seems like a major change. Let's discuss when Celso gets back.

carltape commented 9 years ago

See notes added in this commit: https://github.com/uafseismo/cap/commit/6e6cf63e241ce10650f499e940cd3f9d63f011a2

(Probably you can have github link directly to a particular line in a code.)

On Thu, Jul 30, 2015 at 3:46 PM, Vipul Silwal notifications@github.com wrote:

CAP outputs moment tensor in Aki and Richard format in the following order: M0_in_dyncm Mxx Mxy Mxz Myy Myz Mzz

Many of the supporting scripts on GEOTOOLS requires MT to be in [Mxx Myy Mzz Mxy Mxz Myz] order. If I change the output order it will require changing it everywhere (from cap_plt.pl to Celso's scripts if they were extracting mtensor from cap.out file).

Seems like a major change. Let's discuss when Celso gets back.

— Reply to this email directly or view it on GitHub https://github.com/uafseismo/cap/issues/3.