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