Skip to content

Commit e1d6b55

Browse files
committed
FIX: NSS detector input field
1 parent fd4e094 commit e1d6b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False, existing_derivatives=Non
513513

514514
# Detect dummy scans
515515
nss_detector = pe.Node(NonsteadyStatesDetector(), name='nss_detector')
516-
nss_detector.inputs.inputnode = bold_file
516+
nss_detector.inputs.in_file = ref_file
517517

518518
# SLICE-TIME CORRECTION (or bypass) #############################################
519519
if run_stc:

0 commit comments

Comments
 (0)