Skip to content

Commit 84d0d90

Browse files
authored
ENH: Pass FLAIR images to anatomical workflow builder to include in boilerplate (#3146)
Follow-up to nipreps/smriprep#392.
1 parent 860430d commit 84d0d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fmriprep/workflows/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ def init_single_subject_wf(subject_id: str):
327327
msm_sulc=msm_sulc,
328328
t1w=subject_data['t1w'],
329329
t2w=subject_data['t2w'],
330+
flair=subject_data['flair'],
330331
skull_strip_mode=config.workflow.skull_strip_t1w,
331332
skull_strip_template=Reference.from_string(config.workflow.skull_strip_template)[0],
332333
spaces=spaces,

0 commit comments

Comments
 (0)