[change] some tooltips for the picking parameters
This commit is contained in:
parent
9491a28710
commit
da6f35d76b
@ -194,7 +194,7 @@ defaults = {'rootpath': {'type': str,
|
|||||||
'namestring': 'AIC smooth P'},
|
'namestring': 'AIC smooth P'},
|
||||||
|
|
||||||
'tsmoothP': {'type': float,
|
'tsmoothP': {'type': float,
|
||||||
'tooltip': 'for HOS/AR, take average of samples for smoothing CF [s]',
|
'tooltip': 'for HOS/AR, take average of samples in this time window for smoothing CF [s]',
|
||||||
'value': 0.1,
|
'value': 0.1,
|
||||||
'namestring': 'CF smooth P'},
|
'namestring': 'CF smooth P'},
|
||||||
|
|
||||||
@ -254,7 +254,7 @@ defaults = {'rootpath': {'type': str,
|
|||||||
'namestring': ('SNR windows S', 'Noise', 'Safety', 'Signal', 'Slope')},
|
'namestring': ('SNR windows S', 'Noise', 'Safety', 'Signal', 'Slope')},
|
||||||
|
|
||||||
'aictsmoothS': {'type': float,
|
'aictsmoothS': {'type': float,
|
||||||
'tooltip': 'for AIC-picker, take average of samples for smoothing of AIC-function [s]',
|
'tooltip': 'for AIC-picker, take average of samples in this time window for smoothing of AIC-function [s]',
|
||||||
'value': 0.5,
|
'value': 0.5,
|
||||||
'namestring': 'AIC smooth S'},
|
'namestring': 'AIC smooth S'},
|
||||||
|
|
||||||
@ -284,7 +284,7 @@ defaults = {'rootpath': {'type': str,
|
|||||||
'namestring': 'Min SNR'},
|
'namestring': 'Min SNR'},
|
||||||
|
|
||||||
'fmpickwin': {'type': float,
|
'fmpickwin': {'type': float,
|
||||||
'tooltip': 'pick window around P onset for calculating zero crossings',
|
'tooltip': 'pick window [s] around P onset for calculating zero crossings',
|
||||||
'value': 0.2,
|
'value': 0.2,
|
||||||
'namestring': 'Zero crossings window'},
|
'namestring': 'Zero crossings window'},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user