Diff of /doc/api/mri.rst [000000] .. [7f9fb8]

Switch to unified view

a b/doc/api/mri.rst
1
2
MRI Processing
3
==============
4
5
.. currentmodule:: mne
6
7
Step by step instructions for using :func:`gui.coregistration`:
8
9
 - `Coregistration for subjects with structural MRI
10
   <https://www.slideshare.net/mne-python/mnepython-coregistration>`_
11
 - `Scaling a template MRI for subjects for which no MRI is available
12
   <https://www.slideshare.net/mne-python/mnepython-scale-mri>`_
13
14
See also:
15
16
- :func:`mne-gui-addons:mne_gui_addons.locate_ieeg`.
17
18
.. autosummary::
19
   :toctree: ../generated/
20
21
   coreg.get_mni_fiducials
22
   coreg.estimate_head_mri_t
23
   io.read_fiducials
24
   io.write_fiducials
25
   get_montage_volume_labels
26
   gui.coregistration
27
   create_default_subject
28
   head_to_mni
29
   head_to_mri
30
   read_freesurfer_lut
31
   read_lta
32
   read_talxfm
33
   scale_mri
34
   scale_bem
35
   scale_labels
36
   scale_source_space
37
   transforms.apply_volume_registration
38
   transforms.apply_volume_registration_points
39
   transforms.compute_volume_registration
40
   vertex_to_mni
41
   coreg.Coregistration