We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848442b commit 1857064Copy full SHA for 1857064
nipype/interfaces/freesurfer/utils.py
@@ -2025,8 +2025,8 @@ def _list_outputs(self):
2025
dest_dir, str(self.inputs.hemisphere) + '.area')
2026
# Something determines when a pial surface and thickness file is generated
2027
# but documentation doesn't say what.
2028
- # The orig_pial flag is just a guess
2029
- if isdefined(self.inputs.orig_pial):
+ # The orig_pial input is just a guess
+ if isdefined(self.inputs.orig_pial) or self.inputs.white == 'NOWRITE':
2030
outputs["out_curv"] = outputs["out_curv"] + ".pial"
2031
outputs["out_area"] = outputs["out_area"] + ".pial"
2032
outputs["out_pial"] = os.path.join(
0 commit comments