from xcp_d.workflow.cifti import init_ciftipostprocess_wf
wf = init_ciftipostprocess_wf(
    bold_file,
    lower_bpf,
    upper_bpf,
    bpf_order,
    motion_filter_type,
    motion_filter_order,
    band_stop_min,
    band_stop_max,
    despike,
    smoothing,
    head_radius,
    params,
    custom_confounds,
    omp_nthreads,
    dummytime,
    output_dir,
    fd_thresh,
    num_cifti,
    template='MNI152NLin2009cAsym',
    layout=None,
    name='cifti_postprocess_wf',)