
Manually epoch using provided start/end data frames of timestamps
Source:R/pipeline-epoch.R
epoch_manually.RdThis function manually epochs data using provided start/end data frames of timestamps.
Arguments
- eyeris
An object of class
eyerisderived fromload_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
Details
This function is called by the internal process_epoch_and_baselines()
function.