We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ts_Z_corr
ts_wb_Z
1 parent 237a9a7 commit 44e9d67Copy full SHA for 44e9d67
nipype/interfaces/afni/preprocess.py
@@ -2741,7 +2741,7 @@ def _list_outputs(self):
2741
odir = os.path.dirname(os.path.abspath(prefix))
2742
outputs["out_corr_matrix"] = glob.glob(os.path.join(odir, "*.netcc"))[0]
2743
2744
- if isdefined(self.inputs.ts_wb_corr) or isdefined(self.inputs.ts_Z_corr):
+ if self.inputs.ts_wb_corr or self.inputs.ts_wb_Z:
2745
corrdir = os.path.join(odir, prefix + "_000_INDIV")
2746
outputs["out_corr_maps"] = glob.glob(os.path.join(corrdir, "*.nii.gz"))
2747
0 commit comments