You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using parametric modulation, using SPM. SPM 12 has an option to switch off the default orthogonolisation of regressors, but it seems that option cannot be set from Nipype.
Is nipype setting it to false by default by any chance? I was trying to look under the hood in modelgen.py, but there is nothing there about exact commands sent to SPM - what code in the library I should look up for that?
I could hack the spm code to achieve that, but I would rather try finding a way to do it from nipype and perhaps send a pull request. How would one go about that? It's definitely an important option to be able to set.
According to the matlab batch file, orth is the option in addition to tmod and pmod