New parameters added for local magnitude estimation and scaling.

This commit is contained in:
Ludger Küperkoch 2017-06-21 13:01:14 +02:00
parent 6daccad341
commit 51be558560

View File

@ -277,9 +277,13 @@ defaults = {'rootpath': {'type': str,
'tooltip': 'maximum allowed deviation from Wadati-diagram', 'tooltip': 'maximum allowed deviation from Wadati-diagram',
'value': 1.0}, 'value': 1.0},
'localMag': {'type': float, 'WAscaling': {'type': float,
'tooltip': 'maximum allowed deviation from Wadati-diagram', 'tooltip': 'Scaling relation of Wood-Anderson amplitude [nm]',
'value': 1.0} 'value': []},
'magscaling': {'type': (float),
'tooltip': 'Scaling relation for derived local magnitude',
'value': []}
} }
settings_main={ settings_main={
@ -301,8 +305,10 @@ settings_main={
'smoment':[ 'smoment':[
'vp', 'vp',
'rho', 'rho',
'Qp', 'Qp'],
'localMag'], 'localmag':[
'WAscaling',
'magscaling'],
'pick':[ 'pick':[
'extent', 'extent',
'pstart', 'pstart',