hcp.read_evokeds
-
hcp.
read_evokeds
(subject, data_type, onset='stim', sensor_mode='mag', hcp_path='.', kind='average')
Read HCP processed 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’
- onset : {‘stim’, ‘resp’}
- The event onset. The mapping is generous, everything that is not a
response is a stimulus, in the sense of internal or external events.
- sensor_mode : {‘mag’, ‘planar’}
- The sensor projection. Defaults to ‘mag’. Only relevant for
evoked output.
- hcp_path : str
- The HCP directory, defaults to op.curdir.
- kind : {‘average’, ‘standard_error’}
- The averaging mode. Defaults to ‘average’.
- epochs : instance of mne.Epochs
- The MNE epochs. Note, these are pseudo-epochs in the case of
onset == ‘rest’.