Preparation of flexible local magnitude estimation.
This commit is contained in:
parent
cf200e1425
commit
477aacbb4a
@ -277,13 +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},
|
||||||
|
|
||||||
'WAscaling': {'type': float,
|
'WAscaling': {'type': (float, float, float),
|
||||||
'tooltip': 'Scaling relation of Wood-Anderson amplitude [nm]',
|
'tooltip': 'Scaling relation (log(Ao)+Alog(r)+Br+C) of Wood-Anderson amplitude Ao [nm]',
|
||||||
'value': 1.0},
|
'value': (1.0, 1.0, 1.0)},
|
||||||
|
|
||||||
'magscaling': {'type': float,
|
'magscaling': {'type': (float, float),
|
||||||
'tooltip': 'Scaling relation for derived local magnitude [a*Ml+b]',
|
'tooltip': 'Scaling relation for derived local magnitude [a*Ml+b]',
|
||||||
'value': 1.0}
|
'value': (1.0, 1.0)}
|
||||||
}
|
}
|
||||||
|
|
||||||
settings_main={
|
settings_main={
|
||||||
|
Loading…
Reference in New Issue
Block a user