extract_baseline_epochs: Extract baseline epochs from timeseries data

View source: R/utils-baseline.R

extract_baseline_epochsR Documentation

Extract baseline epochs from timeseries data

Description

Extracts baseline periods from timeseries data based on event messages and time ranges or start/end messages.

Usage

extract_baseline_epochs(x, df, evs, time_range, matched_epochs, hz)

Arguments

x

An eyeris object containing the latest pupil column pointer

df

The timeseries dataframe

evs

Event messages for baseline extraction

time_range

Time range for baseline extraction

matched_epochs

Matched epoch start/end times

hz

Sampling rate in Hz

Value

A list of baseline epoch dataframes


eyeris documentation built on July 3, 2025, 9:08 a.m.