[bugfix] changes in default_parameters not applied

This commit is contained in:
Marcel Paffrath 2017-05-31 10:33:45 +02:00
parent 396555b4b4
commit 60c882fe04
2 changed files with 6 additions and 1 deletions

View File

@ -1 +1 @@
f493-dirty
3965-dirty

View File

@ -17,6 +17,10 @@ defaults = {'rootpath': {'type': str,
'tooltip': 'event ID for single event processing',
'value': ''},
'extent': {'type': str,
'tooltip': 'extent of array ("local", "regional" or "global")',
'value': 'local'},
'invdir': {'type': str,
'tooltip': 'full path to inventory or dataless-seed file',
'value': ''},
@ -295,6 +299,7 @@ settings_main={
'rho',
'Qp'],
'pick':[
'extent',
'pstart',
'pstop',
'sstart',