View source: R/ep.eye_display_steps.R
ep.eye_display_steps | R Documentation |
This function displays the various steps involved in processing eye-tracking data. Each step includes a keyword, the function invoked, example arguments for the function, and a description of the step.
ep.eye_display_steps()
None. This function prints the steps to the console.
ep.eye_setup_proc_config
"edf_raw, file_path, header"
Processes user-supplied configuration yaml
ep.eye_initialize
"config_path"
Initializes the eye-tracking data using configurations from a YAML file.
ep.eye_setup_proc_config
"event_functions_path"
Parses task-specific events from the eye-tracking data.
ep.eye_setup_proc_config
"aoi, downsample"
Preprocesses gaze data including filtering, downsampling, etc.
ep.eye_setup_proc_config
"blink_corr, filter, interpolate, baseline_correction"
Preprocesses pupil data including blink correction, filtering, etc.
ep.eye_setup_proc_config
"globals"
Cleans up processed data and prepares it for export.
Nate Hall
ep.eye_display_steps()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.