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:
agestr

Age to download. Can be one of {'2wk', '1mo', '2mo', '3mo', '4.5mo', '6mo', '7.5mo', '9mo', '10.5mo', '12mo', '15mo', '18mo', '2yr'}.

subjects_dirstr | None

The path to download the template data to.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
subjectstr

The standard subject name, e.g. ANTS4-5Month3T.

Notes

If you use these templates in your work, please cite [1] and [2].

New in v0.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