File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 343
343
"sdcflows" : ("https://www.nipreps.org/sdcflows/" , None ),
344
344
"smriprep" : ("https://www.nipreps.org/smriprep/" , None ),
345
345
"templateflow" : ("https://www.templateflow.org/python-client" , None ),
346
+ "tedana" : ("https://tedana.readthedocs.io/en/latest/" , None ),
346
347
}
347
348
348
349
suppress_warnings = ["image.nonlocal_uri" ]
Original file line number Diff line number Diff line change @@ -50,14 +50,13 @@ def init_bold_t2s_wf(
50
50
r"""
51
51
Combine multiple echos of :abbr:`ME-EPI (multi-echo echo-planar imaging)`.
52
52
53
- This workflow wraps the `tedana`_ `T2* workflow`_ to optimally
54
- combine multiple preprocessed echos and derive a T2\ :sup:`★` map.
53
+ This workflow wraps the `tedana`_ :func: `T2* workflow <tedana.workflows.t2smap_workflow>`
54
+ to optimally combine multiple preprocessed echos and derive a T2\ :sup:`★` map.
55
55
The following steps are performed:
56
56
#. Compute the T2\ :sup:`★` map
57
57
#. Create an optimally combined ME-EPI time series
58
58
59
59
.. _tedana: https://github.com/me-ica/tedana
60
- .. _`T2* workflow`: https://tedana.readthedocs.io/en/latest/generated/tedana.workflows.t2smap_workflow.html#tedana.workflows.t2smap_workflow # noqa
61
60
62
61
Parameters
63
62
----------
You can’t perform that action at this time.
0 commit comments