cosanlab / cosanlab_preproc

Nipype-based data fMRI pre-processing tools
MIT License
14 stars 9 forks source link

Move Design Matrix Class to nltools #3

Closed ljchang closed 6 years ago

ljchang commented 7 years ago

@ejolly it might be better to move design matrix class under nltools and then just import it here for your new xMat interface.

ejolly commented 7 years ago

Sure that's an option. The reason I put it here for now is because nltools doesn't explicitly build any nipype nodes, which is how I have it implemented. But breaking it out into a flexible class that can handle parametric modulators, orthogonalization, etc is probably better.