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 version 0.23.

References

1

Christian O’Reilly, Eric Larson, John E. Richards, and Mayada Elsabbagh. Structural templates for imaging EEG cortical sources in infants. NeuroImage, 227:117682, 2021. doi:10.1016/j.neuroimage.2020.117682.

2

John E. Richards, Carmen Sanchez, Michelle Phillips-Meek, and Wanze Xie. A database of age-appropriate average MRI templates. NeuroImage, 124:1254–1259, 2016. doi:10.1016/j.neuroimage.2015.04.055.

Examples using mne.datasets.fetch_infant_template