systole.utils.nan_cleaning# systole.utils.nan_cleaning(signal: ndarray, verbose: bool = True) → ndarray[source]# Interpolate NaNs values. Parameters signalThe physiological signal. verboseControl function verbosity. Defaults to True (print) Returns clean_signalThe physiological signal without NaNs values.