Skip to contents

This function manually epochs data using provided start/end data frames of timestamps.

Usage

epoch_manually(eyeris, ts_list, hz, verbose)

Arguments

eyeris

An object of class eyeris derived from load_asc()

ts_list

A list containing start/end data frames of timestamps

hz

Sampling rate in Hz

verbose

A flag to indicate whether to print detailed logging messages

Value

A list containing epoch results

Details

This function is called by the internal process_epoch_and_baselines() function.