We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa9b75 commit ea91f39Copy full SHA for ea91f39
1 file changed
templateflow/api.py
@@ -74,7 +74,7 @@ def templates(**kwargs):
74
True
75
76
>>> templates(suffix='PD')
77
- ['MNI152Lin', 'MNI152NLin2009cAsym']
+ ['MNI152Lin', 'MNI152NLin2009cAsym', 'MNIPediatricAsym']
78
79
"""
80
return sorted(TF_LAYOUT.get_templates(**kwargs))
0 commit comments