Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44e9d67

Browse files
[FIX] ts_Z_corrts_wb_Z
1 parent 237a9a7 commit 44e9d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nipype/interfaces/afni/preprocess.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2741,7 +2741,7 @@ def _list_outputs(self):
27412741
odir = os.path.dirname(os.path.abspath(prefix))
27422742
outputs["out_corr_matrix"] = glob.glob(os.path.join(odir, "*.netcc"))[0]
27432743

2744-
if isdefined(self.inputs.ts_wb_corr) or isdefined(self.inputs.ts_Z_corr):
2744+
if self.inputs.ts_wb_corr or self.inputs.ts_wb_Z:
27452745
corrdir = os.path.join(odir, prefix + "_000_INDIV")
27462746
outputs["out_corr_maps"] = glob.glob(os.path.join(corrdir, "*.nii.gz"))
27472747

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /