File: mri.rst

package info (click to toggle)
python-mne 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 131,492 kB
  • sloc: python: 213,302; javascript: 12,910; sh: 447; makefile: 144
file content (41 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

MRI Processing
==============

.. currentmodule:: mne

Step by step instructions for using :func:`gui.coregistration`:

 - `Coregistration for subjects with structural MRI
   <https://www.slideshare.net/mne-python/mnepython-coregistration>`_
 - `Scaling a template MRI for subjects for which no MRI is available
   <https://www.slideshare.net/mne-python/mnepython-scale-mri>`_

See also:

- :func:`mne-gui-addons:mne_gui_addons.locate_ieeg`.

.. autosummary::
   :toctree: ../generated/

   coreg.get_mni_fiducials
   coreg.estimate_head_mri_t
   io.read_fiducials
   io.write_fiducials
   get_montage_volume_labels
   gui.coregistration
   create_default_subject
   head_to_mni
   head_to_mri
   read_freesurfer_lut
   read_lta
   read_talxfm
   scale_mri
   scale_bem
   scale_labels
   scale_source_space
   transforms.apply_volume_registration
   transforms.apply_volume_registration_points
   transforms.compute_volume_registration
   vertex_to_mni
   coreg.Coregistration