New parameters added for local magnitude estimation and scaling.
This commit is contained in:
parent
6daccad341
commit
51be558560
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user