hcp.read_raw
-
hcp.
read_raw
(subject, data_type, run_index=0, hcp_path='.', verbose=None)
Read HCP raw data
- subject : str, file_map
- The subject
- data_type : str
- The kind of data to read. The following options are supported:
‘rest’
‘task_motor’
‘task_story_math’
‘task_working_memory’
‘noise_empty_room’
‘noise_subject’
- run_index : int
- The run index. For the first run, use 0, for the second, use 1.
Also see HCP documentation for the number of runs for a given data
type.
- hcp_path : str
- The HCP directory, defaults to op.curdir.
- verbose : bool, str, int, or None
- If not None, override default verbose level (see mne.verbose).
- raw : instance of mne.io.Raw
- The MNE raw object.