[add] possible models displayed in taupy tooltip

This commit is contained in:
Darius Arnold 2017-08-21 13:09:54 +02:00
parent 09374f8242
commit f1b64bb314

@ -386,7 +386,7 @@ defaults = {'rootpath': {'type': str,
'namestring': 'Use TauPy'},
'taup_model': {'type': str,
'tooltip': 'define TauPy model for traveltime estimation',
'tooltip': 'define TauPy model for traveltime estimation. Possible values: 1066a, 1066b, ak135, ak135f, herrin, iasp91, jb, prem, pwdk, sp6',
'value': 'iasp91',
'namestring': 'TauPy model'}
}