mne.viz.
plot_alignment
(info, trans=None, subject=None, subjects_dir=None, surfaces=('head', ), coord_frame='head', meg=('helmet', 'sensors'), eeg='original', dig=False, ecog=True, src=None, mri_fiducials=False, bem=None, verbose=None)[source]¶Plot head, sensor, and source space alignment in 3D.
Parameters: | info : dict
trans : str | ‘auto’ | dict | None
subject : str | None
subjects_dir : str | None
surfaces : str | list
coord_frame : str
meg : str | list | bool
eeg : bool | str | list
dig : bool | ‘fiducials’
ecog : bool
src : instance of SourceSpaces | None
mri_fiducials : bool | str
bem : list of dict | Instance of ConductorModel | None
verbose : bool, str, int, or None
|
---|---|
Returns: | fig : instance of mlab.Figure
|
See also
Notes
This function serves the purpose of checking the validity of the many different steps of source reconstruction:
trans
, meg
and mri_fiducials
),bem
and surfaces
),bem
and surfaces
) andsurfaces
and src
).New in version 0.15.
mne.viz.plot_alignment
¶