Raw object from 4D Neuroimaging MagnesWH3600 data.
Note
Currently direct inclusion of reference channel weights
is not supported. Please use mne_create_comp_data to include
the weights or use the low level functions from this module to
include them by yourself.
The informed guess for the 4D name is E31 for the ECG channel and E63, E63 for the EOG channels. Please check and adjust if those channels are present in your dataset but ‘ECG 01’ and ‘EOG 01’, ‘EOG 02’ don’t appear in the channel names of the raw object.
strPath to the processed data file (PDF).
strPath to system config file.
str | NonePath to the head shape file.
floatDegrees to tilt x-axis for sensor frame misalignment. Ignored if convert is True.
The translation to place the origin of coordinate system to the center of the head. Ignored if convert is True.
Convert to Neuromag coordinates or not.
Whether to keep original 4D channel labels or not. Defaults to True.
Reorder channels according to channel label. 4D channels don’t have monotonically increasing numbers in their labels. Defaults to True.
str | NoneThe 4D name of the ECG channel. If None, the channel will be treated as regular EEG channel.
tuple of str | NoneThe 4D names of the EOG channels. If None, the channels will be treated as regular EEG channels.
str (default False)Preload data into memory for data manipulation and faster indexing. If True, the data will be preloaded into memory (fast, requires large amount of memory). If preload is a string, preload is the file name of a memory-mapped file which is used to store the data on the hard drive (slower, requires less memory).
New in version 0.11.
str | int | NoneControl verbosity of the logging output. If None, use the default
verbosity level. See the logging documentation and
mne.verbose() for details. Should only be passed as a keyword
argument.
A Raw object containing BTI data.
See also
mne.io.RawDocumentation of attribute and methods.
mne.io.read_raw_bti#