File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -450,12 +450,6 @@ def _slice_time_ref(value, parser):
450
450
default = True ,
451
451
help = "do not remove median (within mask) from fieldmap" ,
452
452
)
453
- g_fmap .add_argument (
454
- "--topup-max-vols" ,
455
- default = 5 ,
456
- type = int ,
457
- help = "maximum number of volumes to use with TOPUP, per-series (EPI or BOLD)" ,
458
- )
459
453
460
454
# SyN-unwarp options
461
455
g_syn = parser .add_argument_group ("Specific options for SyN distortion correction" )
Original file line number Diff line number Diff line change @@ -548,9 +548,6 @@ def init_single_subject_wf(subject_id, session_id=None):
548
548
fmap_wf_inputs = getattr (fmap_wf .inputs , f"in_{ estimator .bids_id } " )
549
549
fmap_wf_inputs .in_data = [str (s .path ) for s in estimator .sources ]
550
550
fmap_wf_inputs .metadata = [s .metadata for s in estimator .sources ]
551
-
552
- flatten = fmap_wf .get_node (f"wf_{ estimator .bids_id } .flatten" )
553
- flatten .inputs .max_trs = config .workflow .topup_max_vols
554
551
else :
555
552
raise NotImplementedError (
556
553
"Sophisticated PEPOLAR schemes (e.g., using DWI+EPI) are unsupported."
You can’t perform that action at this time.
0 commit comments