from qsiprep.workflows.anatomical import init_anat_preproc_wf
wf = init_anat_preproc_wf(omp_nthreads=1,
                          reportlets_dir='.',
                          output_dir='.',
                          dwi_only=False,
                          infant_mode=False,
                          template='MNI152NLin2009cAsym',
                          output_spaces=['T1w'],
                          output_resolution=1.25,
                          skull_strip_template='OASIS',
                          force_spatial_normalization=True,
                          freesurfer=True,
                          longitudinal=False,
                          debug=False,
                          hires=True,
                          num_t1w=1)