We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca27e51 + 6007848 commit ec1f327Copy full SHA for ec1f327
.zenodo.json
@@ -320,7 +320,7 @@
320
},
321
{
322
"affiliation": "Sagol School of Neuroscience, Tel Aviv University",
323
- "name": "Ben-Zvi, Gal",
+ "name": "Kepler, Gal",
324
"orcid": "0000-0002-5655-9423"
325
326
nipype/interfaces/mrtrix3/preprocess.py
@@ -406,7 +406,7 @@ class DWIPreproc(MRTrix3Base):
406
def _list_outputs(self):
407
outputs = self.output_spec().get()
408
outputs["out_file"] = op.abspath(self.inputs.out_file)
409
- if self.inputs.export_grad_mrtrix:
+ if self.inputs.out_grad_mrtrix:
410
outputs["out_grad_mrtrix"] = op.abspath(self.inputs.out_grad_mrtrix)
411
if self.inputs.export_grad_fsl:
412
outputs["out_fsl_bvec"] = op.abspath(self.inputs.out_grad_fsl[0])
0 commit comments