from petprep.workflows.pet.registration import init_pet_reg_wf
wf = init_pet_reg_wf(
    omp_nthreads=1,
    pet2anat_dof=6,
    mem_gb=3,
    pet2anat_method='auto',
)