Neurita / pypes

Reusable neuroimaging pipelines using nipype
http://neuro-pypes.readthedocs.io
Other
16 stars 7 forks source link

There is not resting state fMRI workflow #1

Closed alexsavio closed 7 years ago

alexsavio commented 8 years ago

We need an attach_rest_preprocessing function for: https://github.com/Neurita/pypes/blob/master/pypes%2Fdatasets.py#L38

This workflow should do the basic preprocessing of resting state fMRI data. This is a list of the main steps that should be implemented: http://fcp-indi.github.io/docs/user/preproc.html

We will have to identify which steps can be done with the standard tools, i.e., SPM, FSL or AFNI. If you ask me, I may have the answer for what these tools are capable of.

Other steps will have to be implemented in Python as Nipype nodes. We may be able to reuse or adapt code already done in other modules such as:

alexsavio commented 7 years ago

done