Skip to content

Commit a62094c

Browse files
authored
Merge pull request #337 from CoBrALab/fix_robust_inho_cor
Correct bug, robust inho cor wasn't working because of the new inheri…
2 parents 56a5d93 + b55811c commit a62094c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rabies/preprocess_pkg/inho_correction.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ def init_inho_correction_wf(opts, image_type, output_folder, num_procs, name='in
153153
name='init_InhoCorrection', mem_gb=0.6*opts.scale_min_memory)
154154

155155
from .commonspace_reg import init_commonspace_reg_wf
156-
commonspace_reg_wf = init_commonspace_reg_wf(opts=opts, commonspace_masking=opts.bold_robust_inho_cor['masking'], brain_extraction=opts.bold_robust_inho_cor['brain_extraction'], template_reg=opts.bold_robust_inho_cor['template_registration'], fast_commonspace=False, output_folder=output_folder, transforms_datasink=None, num_procs=num_procs, output_datasinks=False, joinsource_list=joinsource_list, name=commonspace_wf_name)
156+
commonspace_reg_wf = init_commonspace_reg_wf(opts=opts, commonspace_masking=opts.bold_robust_inho_cor['masking'], brain_extraction=opts.bold_robust_inho_cor['brain_extraction'],
157+
template_reg=opts.bold_robust_inho_cor['template_registration'], fast_commonspace=False, inherit_unbiased=False, output_folder=output_folder,
158+
transforms_datasink=None, num_procs=num_procs, output_datasinks=False, joinsource_list=joinsource_list, name=commonspace_wf_name)
157159

158160
workflow.connect([
159161
(inputnode, init_inho_cor_node, [

0 commit comments

Comments
 (0)