How to use the smriprep.workflows.surfaces.init_segs_to_native_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-15.py View on Github external
from smriprep.workflows.surfaces import init_segs_to_native_wf
wf = init_segs_to_native_wf()
github poldracklab / smriprep / 0.4.0rc1 / api / smriprep-workflows-surfaces-3.py View on Github external
from smriprep.workflows.surfaces import init_segs_to_native_wf
wf = init_segs_to_native_wf()
github poldracklab / smriprep / master / api / smriprep-workflows-surfaces-3.py View on Github external
from smriprep.workflows.surfaces import init_segs_to_native_wf
wf = init_segs_to_native_wf()
github poldracklab / smriprep / master / api / smriprep-workflows-surfaces-6.py View on Github external
from smriprep.workflows.surfaces import init_segs_to_native_wf
wf = init_segs_to_native_wf()
github poldracklab / smriprep / api / smriprep-workflows-surfaces-3.py View on Github external
from smriprep.workflows.surfaces import init_segs_to_native_wf
wf = init_segs_to_native_wf()