mne.
read_evoked_fieldtrip
(fname, info, comment=None, data_name='data')[source]¶Load evoked data from a FieldTrip timelocked structure.
This function expects to find timelocked data in the structure data_name is pointing at.
Warning
FieldTrip does not normally store the original information concerning channel location, orientation, type etc. It is therefore highly recommended to provide the info field. This can be obtained by reading the original raw data file with MNE functions (without preload). The returned object contains the necessary info field.
Parameters: |
|
---|---|
Returns: |
|