We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d15c1 commit 63689e4Copy full SHA for 63689e4
nipype/interfaces/spm/preprocess.py
@@ -1290,6 +1290,7 @@ class Normalize12InputSpec(SPMCommandInputSpec):
1290
field="subj.vol",
1291
desc=("file to estimate normalization parameters with"),
1292
xor=["deformation_file"],
1293
+ mandatory=True,
1294
copyfile=True,
1295
)
1296
apply_to_files = InputMultiPath(
@@ -1302,6 +1303,7 @@ class Normalize12InputSpec(SPMCommandInputSpec):
1302
1303
1304
deformation_file = ImageFileSPM(
1305
field="subj.def",
1306
1307
xor=["image_to_align", "tpm"],
1308
copyfile=False,
1309
desc=(
0 commit comments