from aslprep.workflows.asl.confounds import init_asl_confounds_wf

wf = init_asl_confounds_wf(
   n_volumes=50,
   mem_gb=1,
   freesurfer=True,
   name="confound_wf",
)