[minor] one min/max key was forgotten in previous commit
This commit is contained in:
parent
b10432f3bf
commit
f1cd250cb1
@ -452,9 +452,11 @@ defaults = {'rootpath': {'type': str,
|
|||||||
'namestring': 'Wadati tolerance'},
|
'namestring': 'Wadati tolerance'},
|
||||||
|
|
||||||
'jackfactor': {'type': float,
|
'jackfactor': {'type': float,
|
||||||
'tooltip': 'pick is removed if the variance of the subgroup with the pick removed is larger than the mean variance of all subgroups times safety factor',
|
'tooltip': 'pick is removed if the variance of the subgroup with the pick removed is larger than the mean variance of all subgroups times safety factor',
|
||||||
'value': 5.0,
|
'value': 5.0,
|
||||||
'namestring': 'Jackknife safety factor'},
|
'min:': 0.,
|
||||||
|
'max': np.inf,
|
||||||
|
'namestring': 'Jackknife safety factor'},
|
||||||
|
|
||||||
'WAscaling': {'type': (float, float, float),
|
'WAscaling': {'type': (float, float, float),
|
||||||
'tooltip': 'Scaling relation (log(Ao)+Alog(r)+Br+C) of Wood-Anderson amplitude Ao [nm] \
|
'tooltip': 'Scaling relation (log(Ao)+Alog(r)+Br+C) of Wood-Anderson amplitude Ao [nm] \
|
||||||
|
Loading…
Reference in New Issue
Block a user