edfio.read_bdf#
- edfio.read_bdf(bdf_file, *, header_encoding='ascii')[source]#
Read a BDF file into a
Bdfobject.If a file-like object is passed, its stream position is moved to EOF.
- Parameters:
- bdf_file
Path|str|io.BufferedReader|io.BytesIO The file location (path object or string) or file-like object to read from.
- header_encoding
str, default: “ascii” The character encoding to use when reading header fields.
- bdf_file
- Returns: