from xcp_d.workflows.postprocessing import init_resd_smoothing_wf

wf = init_resd_smoothing_wf(
    smoothing=6,
    cifti=True,
    mem_gb=0.1,
    omp_nthreads=1,
    name="resd_smoothing_wf",
)