Skip to content

Commit

Permalink
FIX: Enable msm-sulc by default
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 29, 2023
1 parent 2e1ee97 commit e0cd370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions fmriprep/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,12 +587,6 @@ class workflow(_Config):
me_t2s_fit_method = "curvefit"
"""The method by which to estimate T2*/S0 for multi-echo data"""

@classmethod
def init(cls):
# Avoid additional runtime if not required
if not cls.cifti_output:
cls.run_msmsulc = False


class loggers:
"""Keep loggers easily accessible (see :py:func:`init`)."""
Expand Down
1 change: 1 addition & 0 deletions fmriprep/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def init_single_subject_fit_wf(subject_id: str):
freesurfer=config.workflow.run_reconall,
hires=config.workflow.hires,
longitudinal=config.workflow.longitudinal,
msm_sulc=config.workflow.run_msmsulc,
t1w=subject_data['t1w'],
t2w=subject_data['t2w'],
skull_strip_mode=config.workflow.skull_strip_t1w,
Expand Down

0 comments on commit e0cd370

Please sign in to comment.