Preparation of flexible local magnitude estimation.

This commit is contained in:
Ludger Küperkoch 2017-06-21 15:43:12 +02:00
parent cf200e1425
commit 477aacbb4a

View File

@ -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={