rejtrend# rejtrend(signal, pointrange, maxslope, minstd, step=None)# Detect trials containing linear trends with high slope and R-squared. Parameters: signal (Any) pointrange (int) maxslope (float) minstd (float) step (int | None) Return type: tuple[ndarray, ndarray]