In progress: new parametters for magnitude estimation
This commit is contained in:
parent
c10639b49c
commit
b96af41324
@ -1 +1 @@
|
|||||||
0a6a-dirty
|
c106-dirty
|
||||||
|
@ -279,11 +279,11 @@ defaults = {'rootpath': {'type': str,
|
|||||||
|
|
||||||
'WAscaling': {'type': float,
|
'WAscaling': {'type': float,
|
||||||
'tooltip': 'Scaling relation of Wood-Anderson amplitude [nm]',
|
'tooltip': 'Scaling relation of Wood-Anderson amplitude [nm]',
|
||||||
'value': []},
|
'value': 1.0},
|
||||||
|
|
||||||
'magscaling': {'type': (float),
|
'magscaling': {'type': float,
|
||||||
'tooltip': 'Scaling relation for derived local magnitude',
|
'tooltip': 'Scaling relation for derived local magnitude [a*Ml+b]',
|
||||||
'value': []}
|
'value': 1.0}
|
||||||
}
|
}
|
||||||
|
|
||||||
settings_main={
|
settings_main={
|
||||||
|
Loading…
Reference in New Issue
Block a user