Reads EDF file into a list that contains events, samples, and recordings. DO NOT call this function directly. Instead, use read_edf function that implements parameter checks and additional postprocessing.
read_edf_file(
filename,
consistency,
import_events,
import_recordings,
import_samples,
sample_attr_flag,
start_marker_string,
end_marker_string,
verbose
)
contents of the EDF file. Please see read_edf for details.
full name of the EDF file
consistency check control (for the time stamps of the start and end events, etc). 0, no consistency check. 1, check consistency and report. 2, check consistency and fix.
load/skip loading events.
load/skip loading recordings.
load/skip loading of samples.
boolean vector that indicates which sample fields are to be stored
event that marks trial start. Defaults to "TRIALID", if empty.
event that marks trial end
whether to show progressbar and report number of trials