Load brainvision data#

file_io.load_brainvision_data.run(vhdr_path, bad_ch_list=None, preload=False, t_min=None, t_max=None, verbose=None)#

Load data recorded via the brain vision software wrapping mne calls.

Parameters:
  • vhdr_path (str) – Path to the vhdr file.

  • bad_ch_list (list) – List of bad channels.

  • preload (boolean) – If ‘true’ the data is loaded directly in this function. If ‘false’ only a container is created.

  • t_min (float) – Start of the returned recording segment in seconds.

  • t_max (float) – End of the returned recording segment in seconds.

  • verbose (boolean) – Verbose the command line output.

Returns:

A raw data object containing either the data or a dummy container and the address of the ‘to be loaded’ data.

Return type:

mne.io.read_raw_brainvision

This module may be used to read data saved in the brainvision format.