-
Notifications
You must be signed in to change notification settings - Fork 536
Closed
Labels
Description
Create a new interface (under algorithm.misc ?) for the calculation of the Component Based Noise Correction Method (CompCor) on r-fMRI.
The code is already here in nipype:
- https://github.com/nipy/nipype/blob/master/nipype/workflows/rsfmri/fsl/resting.py
- https://github.com/nipy/nipype/blob/c389d5d4c0f1eb5ff321de5553f815d1fb6fcc47/examples/rsfmri_vol_surface_preprocessing_nipy.py
So this issue would include updating both workflow and example to use the new interface.
- implement
- CompCor
- remove regression residuals
- tCompCor
- threshold param
- aCompcor alias
- CompCor
- use TSNR
- refactor TSNR
- move TSNR back into misc.py
- use in compcor.py
- use interface in https://github.com/nipy/nipype/blob/master/nipype/workflows/rsfmri/fsl/resting.py
- use interface in https://github.com/nipy/nipype/blob/c389d5d4c0f1eb5ff321de5553f815d1fb6fcc47/examples/rsfmri_vol_surface_preprocessing_nipy.py
- refactor
- runthrough
- fix ups
- doctest
- use tempfile in test_tsnr.py
- explicit relative imports
- boolean flag for regress_poly