read¶
-
class
neuxus.nodes.read.
Reader
(file, min_chunk_size=4)[source]¶ Read a file and stream data in real-time and markes, can replay EEGLAB set files (.set) (the .ftd file must be in the same directory, Genearal Data Format (.gdf), Extensible Data Format (.xdf), Brain vision format in .vhdr (.eeg and .vmrk files must be in the same directory)
- Attributes:
output (Port): Output port
marker_output (Port): output marker port
- Args:
file (str): path to the file
min_chunk_size (int > 0): default is 4, minimum of rows to send per chunk
- Example:
Reader(‘../my_record.gdf’)