pyavs.load_meg_raw

pyavs.load_meg_raw(subject_id: int, session: int, run: int, data_path: str | None = None, preload: bool = False, verbose: bool = True) mne.io.Raw[source]

Load raw MEG data for a specific subject/session/run.

Parameters:
  • subject_id (int) – Subject ID

  • session (int) – Session number

  • run (int) – Run/block number

  • data_path (str, optional) – Path to the avs-public root. If None, uses configured data path

  • preload (bool, optional) – Whether to preload the data into memory (default: False)

  • verbose (bool, optional) – Whether to print loading information (default: True)

Returns:

Raw MEG data

Return type:

mne.io.Raw