Skip to content

Commit 92ded31

Browse files
committed
FIX: Ensure BOLD is not oversampled for anat
1 parent 691dd54 commit 92ded31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ def init_bold_wf(
315315
omp_nthreads=omp_nthreads,
316316
name='bold_anat_wf',
317317
)
318+
bold_anat_wf.inputs.inputnode.resolution = "native"
318319

319320
workflow.connect([
320321
(inputnode, bold_native_wf, [

0 commit comments

Comments
 (0)