pymovements.gaze.transforms.downsample# pymovements.gaze.transforms.downsample(*, factor: int) → Expr[source]# Downsample gaze data by an integer factor. Downsampling is done by taking every nth sample specified by the downsampling factor. Parameters: factor – Downsample factor.