mne.datasets.fetch_infant_template#
- mne.datasets.fetch_infant_template(age, subjects_dir=None, *, verbose=None)[source]#
Fetch and update an infant MRI template.
- Parameters:
- age
str
Age to download. Can be one of
{'2wk', '1mo', '2mo', '3mo', '4.5mo', '6mo', '7.5mo', '9mo', '10.5mo', '12mo', '15mo', '18mo', '2yr'}
.- subjects_dir
str
|None
The path to download the template data to.
- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- age
- Returns:
- subject
str
The standard subject name, e.g.
ANTS4-5Month3T
.
- subject
Notes
If you use these templates in your work, please cite [1] and [2].
New in version 0.23.
References
Examples using mne.datasets.fetch_infant_template
#
Using an automated approach to coregistration
Using an automated approach to coregistration
EEG forward operator with a template MRI
EEG forward operator with a template MRI