mappingproxy({'__module__': 'mne.io.fiff.raw',
'__doc__': 'Raw data in FIF format.\n\n Parameters\n ----------\n fname : str | file-like\n The raw filename to load. For files that have automatically been split,\n the split part will be automatically loaded. Filenames not ending with\n ``raw.fif``, ``raw_sss.fif``, ``raw_tsss.fif``, ``_meg.fif``,\n ``_eeg.fif``, or ``_ieeg.fif`` (with or without an optional additional\n ``.gz`` extension) will generate a warning. If a file-like object is\n provided, preloading must be used.\n\n .. versionchanged:: 0.18\n Support for file-like objects.\n allow_maxshield : bool | str (default False)\n If True, allow loading of data that has been recorded with internal\n active compensation (MaxShield). Data recorded with MaxShield should\n generally not be loaded directly, but should first be processed using\n SSS/tSSS to remove the compensation signals that may also affect brain\n activity. Can also be "yes" to load without eliciting a warning.\n \n preload : bool or str (default False)\n Preload data into memory for data manipulation and faster indexing.\n If True, the data will be preloaded into memory (fast, requires\n large amount of memory). If preload is a string, preload is the\n file name of a memory-mapped file which is used to store the data\n on the hard drive (slower, requires less memory).\n \n on_split_missing : str\n Can be ``\'raise\'`` (default) to raise an error, ``\'warn\'`` to emit a\n warning, or ``\'ignore\'`` to ignore when split file is missing.\n \n .. versionadded:: 0.22\n \n verbose : bool | str | int | None\n Control verbosity of the logging output. If ``None``, use the default\n verbosity level. See the :ref:`logging documentation <tut-logging>` and\n :func:`mne.verbose` for details. Should only be passed as a keyword\n argument.\n\n Attributes\n ----------\n \n info : mne.Info\n The :class:`mne.Info` object with information about the sensors and methods of measurement.\n ch_names : list of string\n List of channels\' names.\n n_times : int\n Total number of time points in the raw file.\n times : ndarray\n Time vector in seconds. Starts from 0, independently of `first_samp`\n value. Time interval between consecutive time samples is equal to the\n inverse of the sampling frequency.\n preload : bool\n Indicates whether raw data are in memory.\n \n verbose : bool | str | int | None\n Control verbosity of the logging output. If ``None``, use the default\n verbosity level. See the :ref:`logging documentation <tut-logging>` and\n :func:`mne.verbose` for details. Should only be passed as a keyword\n argument.\n ',
'__init__': <function mne.io.fiff.raw.__init__(self, fname, allow_maxshield=False, preload=False, on_split_missing='raise', verbose=None)>,
'_read_raw_file': <function mne.io.fiff.raw._read_raw_file(self, fname, allow_maxshield, preload, do_check_ext=True, verbose=None)>,
'_dtype': <property at 0x1b18fd3a0>,
'_read_segment_file': <function mne.io.fiff.raw.Raw._read_segment_file(self, data, idx, fi, start, stop, cals, mult)>,
'fix_mag_coil_types': <function mne.io.fiff.raw.Raw.fix_mag_coil_types(self)>,
'acqparser': <property at 0x1b18fd4e0>})