Package edu.sc.seis.TauP
Class MomentMagnitude
- java.lang.Object
-
- edu.sc.seis.TauP.MomentMagnitude
-
public class MomentMagnitude extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static float
MAG4
static double
MAG4_MOMENT
-
Constructor Summary
Constructors Constructor Description MomentMagnitude()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
mw_to_N_m(double Mw)
Mw to Mo conversion FMGS eq 7.24, p 210 Math.pow(10, (1.5*Mw + 16.1 )); 1 N-m = 1e7 dyne cm, so minus 7
-