From 0d1312987136ef5b07bc40637f6ed364d0d0cf1d Mon Sep 17 00:00:00 2001 From: Evan Edmond <evan.edmond@ndcn.ox.ac.uk> Date: Wed, 11 Nov 2020 10:15:27 +0000 Subject: [PATCH] DOC: fixed typo (bed instead of bet) in __init__.py --- fsl/utils/filetree/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fsl/utils/filetree/__init__.py b/fsl/utils/filetree/__init__.py index 64db56916..67af2b4be 100644 --- a/fsl/utils/filetree/__init__.py +++ b/fsl/utils/filetree/__init__.py @@ -207,8 +207,8 @@ and simply update the FileTree: {subject} [ses-{session}] T1w.nii.gz - T1w_brain.nii.gz (bed_output) - T1w_brain_mask.nii.gz (bed_mask) + T1w_brain.nii.gz (bet_output) + T1w_brain_mask.nii.gz (bet_mask) Note the square brackets around the session sub-directory. This indicates that this sub-directory is optional and will only be present if the "session" variable is defined (see `Optional variables`_). -- GitLab