Changed average radiation pattern for P-waves to exact definition in Aki and Richards, 1980.

This commit is contained in:
Ludger Küperkoch 2015-11-30 16:45:29 +01:00
parent f7a84233bf
commit 41a495371d

View File

@ -190,7 +190,7 @@ class M0Mw(Magnitude):
% tr.stats.station) % tr.stats.station)
# additional common parameters for calculating Mo # additional common parameters for calculating Mo
rP = 0.52 # average radiation pattern of P waves (Aki & Richards, 1980) rP = 2 / np.sqrt(15) # average radiation pattern of P waves (Aki & Richards, 1980)
freesurf = 2.0 # free surface correction, assuming vertical incidence freesurf = 2.0 # free surface correction, assuming vertical incidence
self.Mo = (self.getw0() * 4 * np.pi * self.getrho() * np.power(self.getvp(), 3) * \ self.Mo = (self.getw0() * 4 * np.pi * self.getrho() * np.power(self.getvp(), 3) * \