In progress: new parametters for magnitude estimation

This commit is contained in:
Ludger Küperkoch 2017-06-21 13:53:53 +02:00
parent c10639b49c
commit b96af41324
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
0a6a-dirty
c106-dirty

View File

@ -279,11 +279,11 @@ defaults = {'rootpath': {'type': str,
'WAscaling': {'type': float,
'tooltip': 'Scaling relation of Wood-Anderson amplitude [nm]',
'value': []},
'value': 1.0},
'magscaling': {'type': (float),
'tooltip': 'Scaling relation for derived local magnitude',
'value': []}
'magscaling': {'type': float,
'tooltip': 'Scaling relation for derived local magnitude [a*Ml+b]',
'value': 1.0}
}
settings_main={