Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in spm.Normalize12 process #3599

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Fix typo in spm.Normalize12 process #3599

merged 2 commits into from
Sep 1, 2023

Commits on Sep 1, 2023

  1. Fix typo in interfaces/spm/preprocess.py

    	Concerning Normalise12:
    	1- deformation_file and image_to_align are mutually exclusive. So we can't use the mandatory=True option for these two traits, as one of them will always be Undefined.
    	2- the self.inputs.jobtype == "estimate" statement is useless because the jobtype trait can only take values in ["est", "write", "estwrite"].
    servoz committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a4d15c1 View commit details
    Browse the repository at this point in the history
  2. back to mandatory=True for input features image_to_align and deformat…

    …ion_file in spm process Normalize12
    servoz committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    63689e4 View commit details
    Browse the repository at this point in the history