diff --git a/aslprep/config.py b/aslprep/config.py index 4f260ffc7..88c589aae 100644 --- a/aslprep/config.py +++ b/aslprep/config.py @@ -520,6 +520,8 @@ class workflow(_Config): """Run FreeSurfer ``recon-all`` with the ``-hires`` flag.""" ignore = None """Ignore particular steps for *ASLPrep*.""" + level = "full" + """Level of preprocessing to complete. One of ['minimal', 'resampling', 'full'].""" longitudinal = False """Run FreeSurfer ``recon-all`` with the ``--longitudinal`` flag.""" run_msmsulc = True