pymovements.utils.checks.check_nan_both_channels# pymovements.utils.checks.check_nan_both_channels(arr: ndarray) → None[source]# Check if all nans occur at the same time steps for both channels. Parameters: arr (np.ndarray) – Array of shape (N, 2) with horizontal and vertical gaze coordinates.