mne.io.
read_raw_bti
(pdf_fname, config_fname=’config’, head_shape_fname=’hs_file’, rotation_x=0.0, translation=(0.0, 0.02, 0.11), convert=True, rename_channels=True, sort_by_ch_name=True, ecg_ch=’E31’, eog_ch=(‘E63’, ’E64’), preload=False, verbose=None)[source]¶Raw object from 4D Neuroimaging MagnesWH3600 data.
Note
mne_create_comp_data
to include
the weights or use the low level functions from this module to
include them by yourself.Parameters: | pdf_fname : str
config_fname : str
head_shape_fname : str | None
rotation_x : float
translation : array-like, shape (3,)
convert : bool
rename_channels : bool
sort_by_ch_name : bool
ecg_ch : str | None
eog_ch : tuple of str | None
preload : bool or str (default False)
verbose : bool, str, int, or None
|
---|---|
Returns: | raw : instance of RawBTi
|
See also
mne.io.Raw
mne.io.read_raw_bti
¶