From 25b39ee21255ac43e9f408880851da1cb1c15c96 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Barbarant <104081777+pbarbarant@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:17:42 +0100 Subject: [PATCH] Update examples/plot_template_alignment.py Co-authored-by: bthirion --- examples/plot_template_alignment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_template_alignment.py b/examples/plot_template_alignment.py index f865021..bdbdbd2 100644 --- a/examples/plot_template_alignment.py +++ b/examples/plot_template_alignment.py @@ -8,7 +8,7 @@ using Procrustes alignment (hyperalignment) to which we align the target subject, using shared information. We then compare the voxelwise similarity between the target subject and the template to the similarity between the target subject and -the anatomical euclidean average of the source subjects. +the anatomical Euclidean average of the source subjects. We mostly rely on Python common packages and on nilearn to handle functional data in a clean fashion.