File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nipype/interfaces/mrtrix3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 320
320
},
321
321
{
322
322
"affiliation" : " Sagol School of Neuroscience, Tel Aviv University" ,
323
- "name" : " Ben-Zvi , Gal" ,
323
+ "name" : " Kepler , Gal" ,
324
324
"orcid" : " 0000-0002-5655-9423"
325
325
},
326
326
{
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ class DWIPreproc(MRTrix3Base):
406
406
def _list_outputs (self ):
407
407
outputs = self .output_spec ().get ()
408
408
outputs ["out_file" ] = op .abspath (self .inputs .out_file )
409
- if self .inputs .export_grad_mrtrix :
409
+ if self .inputs .out_grad_mrtrix :
410
410
outputs ["out_grad_mrtrix" ] = op .abspath (self .inputs .out_grad_mrtrix )
411
411
if self .inputs .export_grad_fsl :
412
412
outputs ["out_fsl_bvec" ] = op .abspath (self .inputs .out_grad_fsl [0 ])
You can’t perform that action at this time.
0 commit comments