Skip to content

Commit acea195

Browse files
committed
STY: Customary to mark all options in a mandatory mutex group as mandatory
1 parent b91153f commit acea195

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,14 @@ class GTMPVCInputSpec(FSTraitedSpec):
169169

170170
regheader = traits.Bool(
171171
argstr="--regheader",
172+
mandatory=True,
172173
desc="assume input and seg share scanner space",
173174
xor=_reg_xor,
174175
)
175176

176177
reg_identity = traits.Bool(
177178
argstr="--reg-identity",
179+
mandatory=True,
178180
desc="assume that input is in anatomical space",
179181
xor=_reg_xor,
180182
)

0 commit comments

Comments
 (0)