warn_irregular_sampling: Warn when sampling intervals are not uniform

View source: R/pipeline-loadgeneric.R

warn_irregular_samplingR Documentation

Warn when sampling intervals are not uniform

Description

Several eyeris steps assume a fixed sampling interval (an EyeLink-style quirk). This emits a soft warning when consecutive timestamps within a block are not uniformly spaced, which can indicate dropped samples.

Usage

warn_irregular_sampling(timeseries, verbose)

Arguments

timeseries

A named list of per-block time series data frames.

verbose

Logical. Whether to print verbose output.

Value

Invisibly NULL; called for its side effect (warning).


eyeris documentation built on Aug. 1, 2026, 1:07 a.m.