File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -358,8 +358,8 @@ def coregister(
358358
359359 Parameters
360360 ----------
361- raw_edf : mne.Raw
362- an instance of `mne.Raw` to coregister.
361+ raw_edf : mne.io. Raw
362+ an instance of `mne.io. Raw` to coregister.
363363 fiducials : str (default 'estimated')
364364 fiducials to use for coregistration. if `'estimated'`, gets fiducials
365365 from fsaverage.
@@ -393,8 +393,8 @@ def warp_locs(self, raw):
393393
394394 Parameters
395395 ----------
396- raw : mne.Raw
397- an instance of mne.Raw
396+ raw : mne.io. Raw
397+ an instance of mne.io. Raw
398398
399399 Returns
400400 -------
@@ -435,7 +435,7 @@ class LosslessPipeline:
435435 in the pipeline.
436436 config : dict
437437 A dictionary containing the pipeline parameters.
438- raw : mne.Raw
438+ raw : mne.io. Raw
439439 An instance of :class:`~mne.io.Raw` containing that will
440440 be processed by the pipeline.
441441 ica1 : mne.preprocessing.ICA
You can’t perform that action at this time.
0 commit comments