Merge branch 'develop' of ariadne:/data/git/pylot into develop
This commit is contained in:
commit
d77abdc1d0
@ -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={
|
||||
|
Loading…
Reference in New Issue
Block a user