from fmriprep.workflows.bold.registration import init_bbreg_wf
wf = init_bbreg_wf(
    omp_nthreads=1,
    use_bbr=True,
    bold2anat_dof=9,
    bold2anat_init='t2w',
)