How to use the smriprep.workflows.surfaces.init_gifti_surface_wf function in smriprep

To help you get started, we’ve selected a few smriprep examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github poldracklab / smriprep / doc_test_2 / _sources / smriprep-workflows-14.py View on Github external
from smriprep.workflows.surfaces import init_gifti_surface_wf
wf = init_gifti_surface_wf()
github poldracklab / smriprep / master / api / smriprep-workflows-surfaces-5.py View on Github external
from smriprep.workflows.surfaces import init_gifti_surface_wf
wf = init_gifti_surface_wf()
github poldracklab / smriprep / 0.4.0rc1 / api / smriprep-workflows-surfaces-2.py View on Github external
from smriprep.workflows.surfaces import init_gifti_surface_wf
wf = init_gifti_surface_wf()
github poldracklab / smriprep / master / api / smriprep-workflows-surfaces-2.py View on Github external
from smriprep.workflows.surfaces import init_gifti_surface_wf
wf = init_gifti_surface_wf()
github poldracklab / smriprep / api / smriprep-workflows-surfaces-2.py View on Github external
from smriprep.workflows.surfaces import init_gifti_surface_wf
wf = init_gifti_surface_wf()