niwrap-mrtrix 0.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- niwrap_mrtrix/mrtrix/__init__.py +263 -0
- niwrap_mrtrix/mrtrix/afdconnectivity.py +527 -0
- niwrap_mrtrix/mrtrix/amp2response.py +560 -0
- niwrap_mrtrix/mrtrix/amp2sh.py +870 -0
- niwrap_mrtrix/mrtrix/connectome2tck.py +583 -0
- niwrap_mrtrix/mrtrix/connectomeedit.py +413 -0
- niwrap_mrtrix/mrtrix/connectomestats.py +956 -0
- niwrap_mrtrix/mrtrix/dcmedit.py +552 -0
- niwrap_mrtrix/mrtrix/dcminfo.py +529 -0
- niwrap_mrtrix/mrtrix/dirflip.py +440 -0
- niwrap_mrtrix/mrtrix/dirgen.py +514 -0
- niwrap_mrtrix/mrtrix/dirmerge.py +446 -0
- niwrap_mrtrix/mrtrix/dirorder.py +421 -0
- niwrap_mrtrix/mrtrix/dirsplit.py +436 -0
- niwrap_mrtrix/mrtrix/dirstat.py +640 -0
- niwrap_mrtrix/mrtrix/dwi2adc.py +531 -0
- niwrap_mrtrix/mrtrix/dwi2fod.py +1156 -0
- niwrap_mrtrix/mrtrix/dwi2mask.py +570 -0
- niwrap_mrtrix/mrtrix/dwi2response.py +1774 -0
- niwrap_mrtrix/mrtrix/dwi2tensor.py +715 -0
- niwrap_mrtrix/mrtrix/dwibiascorrect.py +673 -0
- niwrap_mrtrix/mrtrix/dwidenoise.py +570 -0
- niwrap_mrtrix/mrtrix/dwiextract.py +1111 -0
- niwrap_mrtrix/mrtrix/dwigradcheck.py +665 -0
- niwrap_mrtrix/mrtrix/fixel2peaks.py +613 -0
- niwrap_mrtrix/mrtrix/fixel2sh.py +430 -0
- niwrap_mrtrix/mrtrix/fixel2tsf.py +435 -0
- niwrap_mrtrix/mrtrix/fixel2voxel.py +523 -0
- niwrap_mrtrix/mrtrix/fixelcfestats.py +1179 -0
- niwrap_mrtrix/mrtrix/fixelconnectivity.py +477 -0
- niwrap_mrtrix/mrtrix/fixelconvert.py +850 -0
- niwrap_mrtrix/mrtrix/fixelcorrespondence.py +455 -0
- niwrap_mrtrix/mrtrix/fixelcrop.py +422 -0
- niwrap_mrtrix/mrtrix/fixelfilter.py +882 -0
- niwrap_mrtrix/mrtrix/fixelreorient.py +435 -0
- niwrap_mrtrix/mrtrix/fod2dec.py +571 -0
- niwrap_mrtrix/mrtrix/fod2fixel.py +646 -0
- niwrap_mrtrix/mrtrix/label2colour.py +426 -0
- niwrap_mrtrix/mrtrix/label2mesh.py +417 -0
- niwrap_mrtrix/mrtrix/labelconvert.py +460 -0
- niwrap_mrtrix/mrtrix/labelstats.py +418 -0
- niwrap_mrtrix/mrtrix/maskdump.py +404 -0
- niwrap_mrtrix/mrtrix/maskfilter.py +730 -0
- niwrap_mrtrix/mrtrix/mesh2voxel.py +422 -0
- niwrap_mrtrix/mrtrix/meshconvert.py +514 -0
- niwrap_mrtrix/mrtrix/meshfilter.py +452 -0
- niwrap_mrtrix/mrtrix/mraverageheader.py +485 -0
- niwrap_mrtrix/mrtrix/mrcalc.py +4302 -0
- niwrap_mrtrix/mrtrix/mrcat.py +467 -0
- niwrap_mrtrix/mrtrix/mrcentroid.py +418 -0
- niwrap_mrtrix/mrtrix/mrcheckerboardmask.py +446 -0
- niwrap_mrtrix/mrtrix/mrclusterstats.py +930 -0
- niwrap_mrtrix/mrtrix/mrcolour.py +490 -0
- niwrap_mrtrix/mrtrix/mrconvert.py +1967 -0
- niwrap_mrtrix/mrtrix/mrdegibbs.py +535 -0
- niwrap_mrtrix/mrtrix/mrdump.py +423 -0
- niwrap_mrtrix/mrtrix/mredit.py +737 -0
- niwrap_mrtrix/mrtrix/mrfilter.py +971 -0
- niwrap_mrtrix/mrtrix/mrgrid.py +1079 -0
- niwrap_mrtrix/mrtrix/mrhistmatch.py +494 -0
- niwrap_mrtrix/mrtrix/mrhistogram.py +484 -0
- niwrap_mrtrix/mrtrix/mrinfo.py +1282 -0
- niwrap_mrtrix/mrtrix/mrmath.py +503 -0
- niwrap_mrtrix/mrtrix/mrmetric.py +525 -0
- niwrap_mrtrix/mrtrix/mrregister.py +2098 -0
- niwrap_mrtrix/mrtrix/mrstats.py +534 -0
- niwrap_mrtrix/mrtrix/mrthreshold.py +666 -0
- niwrap_mrtrix/mrtrix/mrtransform.py +1372 -0
- niwrap_mrtrix/mrtrix/mtnormalise.py +725 -0
- niwrap_mrtrix/mrtrix/peaks2amp.py +403 -0
- niwrap_mrtrix/mrtrix/peaks2fixel.py +422 -0
- niwrap_mrtrix/mrtrix/responsemean.py +385 -0
- niwrap_mrtrix/mrtrix/sh2amp.py +844 -0
- niwrap_mrtrix/mrtrix/sh2peaks.py +632 -0
- niwrap_mrtrix/mrtrix/sh2power.py +427 -0
- niwrap_mrtrix/mrtrix/sh2response.py +481 -0
- niwrap_mrtrix/mrtrix/shbasis.py +445 -0
- niwrap_mrtrix/mrtrix/shconv.py +661 -0
- niwrap_mrtrix/mrtrix/tck2connectome.py +727 -0
- niwrap_mrtrix/mrtrix/tck2fixel.py +447 -0
- niwrap_mrtrix/mrtrix/tckconvert.py +775 -0
- niwrap_mrtrix/mrtrix/tckdfc.py +684 -0
- niwrap_mrtrix/mrtrix/tckedit.py +1478 -0
- niwrap_mrtrix/mrtrix/tckgen.py +2733 -0
- niwrap_mrtrix/mrtrix/tckglobal.py +944 -0
- niwrap_mrtrix/mrtrix/tckinfo.py +402 -0
- niwrap_mrtrix/mrtrix/tckmap.py +1004 -0
- niwrap_mrtrix/mrtrix/tckresample.py +760 -0
- niwrap_mrtrix/mrtrix/tcksample.py +497 -0
- niwrap_mrtrix/mrtrix/tcksift.py +739 -0
- niwrap_mrtrix/mrtrix/tcksift2.py +902 -0
- niwrap_mrtrix/mrtrix/tckstats.py +550 -0
- niwrap_mrtrix/mrtrix/tcktransform.py +414 -0
- niwrap_mrtrix/mrtrix/tensor2metric.py +659 -0
- niwrap_mrtrix/mrtrix/transformcalc.py +421 -0
- niwrap_mrtrix/mrtrix/transformcompose.py +625 -0
- niwrap_mrtrix/mrtrix/transformconvert.py +423 -0
- niwrap_mrtrix/mrtrix/tsfdivide.py +414 -0
- niwrap_mrtrix/mrtrix/tsfinfo.py +421 -0
- niwrap_mrtrix/mrtrix/tsfmult.py +401 -0
- niwrap_mrtrix/mrtrix/tsfsmooth.py +420 -0
- niwrap_mrtrix/mrtrix/tsfthreshold.py +428 -0
- niwrap_mrtrix/mrtrix/tsfvalidate.py +398 -0
- niwrap_mrtrix/mrtrix/v_5tt2gmwmi.py +432 -0
- niwrap_mrtrix/mrtrix/v_5tt2vis.py +505 -0
- niwrap_mrtrix/mrtrix/v_5ttcheck.py +409 -0
- niwrap_mrtrix/mrtrix/v_5ttedit.py +513 -0
- niwrap_mrtrix/mrtrix/v_5ttgen.py +1107 -0
- niwrap_mrtrix/mrtrix/vectorstats.py +736 -0
- niwrap_mrtrix/mrtrix/voxel2fixel.py +430 -0
- niwrap_mrtrix/mrtrix/voxel2mesh.py +454 -0
- niwrap_mrtrix/mrtrix/warp2metric.py +556 -0
- niwrap_mrtrix/mrtrix/warpconvert.py +498 -0
- niwrap_mrtrix/mrtrix/warpcorrect.py +448 -0
- niwrap_mrtrix/mrtrix/warpinit.py +425 -0
- niwrap_mrtrix/mrtrix/warpinvert.py +448 -0
- niwrap_mrtrix-0.8.0.dist-info/METADATA +8 -0
- niwrap_mrtrix-0.8.0.dist-info/RECORD +119 -0
- niwrap_mrtrix-0.8.0.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
"""
|
|
2
|
+
MRTrix3
|
|
3
|
+
|
|
4
|
+
MRtrix3 provides a set of tools to perform various types of diffusion MRI
|
|
5
|
+
analyses, from various forms of tractography through to next-generation
|
|
6
|
+
group-level analyses. It is designed with consistency, performance, and
|
|
7
|
+
stability in mind, and is freely available under an open-source license. It is
|
|
8
|
+
developed and maintained by a team of experts in the field, fostering an active
|
|
9
|
+
community of users from diverse backgrounds.
|
|
10
|
+
|
|
11
|
+
Author: MRTrix3 Developers
|
|
12
|
+
|
|
13
|
+
URL: https://www.mrtrix.org/
|
|
14
|
+
"""
|
|
15
|
+
# This file was auto generated by Styx.
|
|
16
|
+
# Do not edit this file directly.
|
|
17
|
+
|
|
18
|
+
from .afdconnectivity import *
|
|
19
|
+
from .amp2response import *
|
|
20
|
+
from .amp2sh import *
|
|
21
|
+
from .connectome2tck import *
|
|
22
|
+
from .connectomeedit import *
|
|
23
|
+
from .connectomestats import *
|
|
24
|
+
from .dcmedit import *
|
|
25
|
+
from .dcminfo import *
|
|
26
|
+
from .dirflip import *
|
|
27
|
+
from .dirgen import *
|
|
28
|
+
from .dirmerge import *
|
|
29
|
+
from .dirorder import *
|
|
30
|
+
from .dirsplit import *
|
|
31
|
+
from .dirstat import *
|
|
32
|
+
from .dwi2adc import *
|
|
33
|
+
from .dwi2fod import *
|
|
34
|
+
from .dwi2mask import *
|
|
35
|
+
from .dwi2response import *
|
|
36
|
+
from .dwi2tensor import *
|
|
37
|
+
from .dwibiascorrect import *
|
|
38
|
+
from .dwidenoise import *
|
|
39
|
+
from .dwiextract import *
|
|
40
|
+
from .dwigradcheck import *
|
|
41
|
+
from .fixel2peaks import *
|
|
42
|
+
from .fixel2sh import *
|
|
43
|
+
from .fixel2tsf import *
|
|
44
|
+
from .fixel2voxel import *
|
|
45
|
+
from .fixelcfestats import *
|
|
46
|
+
from .fixelconnectivity import *
|
|
47
|
+
from .fixelconvert import *
|
|
48
|
+
from .fixelcorrespondence import *
|
|
49
|
+
from .fixelcrop import *
|
|
50
|
+
from .fixelfilter import *
|
|
51
|
+
from .fixelreorient import *
|
|
52
|
+
from .fod2dec import *
|
|
53
|
+
from .fod2fixel import *
|
|
54
|
+
from .label2colour import *
|
|
55
|
+
from .label2mesh import *
|
|
56
|
+
from .labelconvert import *
|
|
57
|
+
from .labelstats import *
|
|
58
|
+
from .maskdump import *
|
|
59
|
+
from .maskfilter import *
|
|
60
|
+
from .mesh2voxel import *
|
|
61
|
+
from .meshconvert import *
|
|
62
|
+
from .meshfilter import *
|
|
63
|
+
from .mraverageheader import *
|
|
64
|
+
from .mrcalc import *
|
|
65
|
+
from .mrcat import *
|
|
66
|
+
from .mrcentroid import *
|
|
67
|
+
from .mrcheckerboardmask import *
|
|
68
|
+
from .mrclusterstats import *
|
|
69
|
+
from .mrcolour import *
|
|
70
|
+
from .mrconvert import *
|
|
71
|
+
from .mrdegibbs import *
|
|
72
|
+
from .mrdump import *
|
|
73
|
+
from .mredit import *
|
|
74
|
+
from .mrfilter import *
|
|
75
|
+
from .mrgrid import *
|
|
76
|
+
from .mrhistmatch import *
|
|
77
|
+
from .mrhistogram import *
|
|
78
|
+
from .mrinfo import *
|
|
79
|
+
from .mrmath import *
|
|
80
|
+
from .mrmetric import *
|
|
81
|
+
from .mrregister import *
|
|
82
|
+
from .mrstats import *
|
|
83
|
+
from .mrthreshold import *
|
|
84
|
+
from .mrtransform import *
|
|
85
|
+
from .mtnormalise import *
|
|
86
|
+
from .peaks2amp import *
|
|
87
|
+
from .peaks2fixel import *
|
|
88
|
+
from .responsemean import *
|
|
89
|
+
from .sh2amp import *
|
|
90
|
+
from .sh2peaks import *
|
|
91
|
+
from .sh2power import *
|
|
92
|
+
from .sh2response import *
|
|
93
|
+
from .shbasis import *
|
|
94
|
+
from .shconv import *
|
|
95
|
+
from .tck2connectome import *
|
|
96
|
+
from .tck2fixel import *
|
|
97
|
+
from .tckconvert import *
|
|
98
|
+
from .tckdfc import *
|
|
99
|
+
from .tckedit import *
|
|
100
|
+
from .tckgen import *
|
|
101
|
+
from .tckglobal import *
|
|
102
|
+
from .tckinfo import *
|
|
103
|
+
from .tckmap import *
|
|
104
|
+
from .tckresample import *
|
|
105
|
+
from .tcksample import *
|
|
106
|
+
from .tcksift import *
|
|
107
|
+
from .tcksift2 import *
|
|
108
|
+
from .tckstats import *
|
|
109
|
+
from .tcktransform import *
|
|
110
|
+
from .tensor2metric import *
|
|
111
|
+
from .transformcalc import *
|
|
112
|
+
from .transformcompose import *
|
|
113
|
+
from .transformconvert import *
|
|
114
|
+
from .tsfdivide import *
|
|
115
|
+
from .tsfinfo import *
|
|
116
|
+
from .tsfmult import *
|
|
117
|
+
from .tsfsmooth import *
|
|
118
|
+
from .tsfthreshold import *
|
|
119
|
+
from .tsfvalidate import *
|
|
120
|
+
from .v_5tt2gmwmi import *
|
|
121
|
+
from .v_5tt2vis import *
|
|
122
|
+
from .v_5ttcheck import *
|
|
123
|
+
from .v_5ttedit import *
|
|
124
|
+
from .v_5ttgen import *
|
|
125
|
+
from .vectorstats import *
|
|
126
|
+
from .voxel2fixel import *
|
|
127
|
+
from .voxel2mesh import *
|
|
128
|
+
from .warp2metric import *
|
|
129
|
+
from .warpconvert import *
|
|
130
|
+
from .warpcorrect import *
|
|
131
|
+
from .warpinit import *
|
|
132
|
+
from .warpinvert import *
|
|
133
|
+
from styxdefs import Runner as _Runner
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
def execute(
|
|
137
|
+
params: dict,
|
|
138
|
+
runner: _Runner | None = None,
|
|
139
|
+
) -> None:
|
|
140
|
+
"""
|
|
141
|
+
Run a command in this package dynamically from a params object.
|
|
142
|
+
|
|
143
|
+
Args:
|
|
144
|
+
params: The parameters.
|
|
145
|
+
runner: Command runner.
|
|
146
|
+
"""
|
|
147
|
+
return {
|
|
148
|
+
"mrtrix/5tt2gmwmi": v_5tt2gmwmi_execute,
|
|
149
|
+
"mrtrix/5tt2vis": v_5tt2vis_execute,
|
|
150
|
+
"mrtrix/5ttcheck": v_5ttcheck_execute,
|
|
151
|
+
"mrtrix/5ttedit": v_5ttedit_execute,
|
|
152
|
+
"mrtrix/5ttgen": v_5ttgen_execute,
|
|
153
|
+
"mrtrix/afdconnectivity": afdconnectivity_execute,
|
|
154
|
+
"mrtrix/amp2response": amp2response_execute,
|
|
155
|
+
"mrtrix/amp2sh": amp2sh_execute,
|
|
156
|
+
"mrtrix/connectome2tck": connectome2tck_execute,
|
|
157
|
+
"mrtrix/connectomeedit": connectomeedit_execute,
|
|
158
|
+
"mrtrix/connectomestats": connectomestats_execute,
|
|
159
|
+
"mrtrix/dcmedit": dcmedit_execute,
|
|
160
|
+
"mrtrix/dcminfo": dcminfo_execute,
|
|
161
|
+
"mrtrix/dirflip": dirflip_execute,
|
|
162
|
+
"mrtrix/dirgen": dirgen_execute,
|
|
163
|
+
"mrtrix/dirmerge": dirmerge_execute,
|
|
164
|
+
"mrtrix/dirorder": dirorder_execute,
|
|
165
|
+
"mrtrix/dirsplit": dirsplit_execute,
|
|
166
|
+
"mrtrix/dirstat": dirstat_execute,
|
|
167
|
+
"mrtrix/dwi2adc": dwi2adc_execute,
|
|
168
|
+
"mrtrix/dwi2fod": dwi2fod_execute,
|
|
169
|
+
"mrtrix/dwi2mask": dwi2mask_execute,
|
|
170
|
+
"mrtrix/dwi2response": dwi2response_execute,
|
|
171
|
+
"mrtrix/dwi2tensor": dwi2tensor_execute,
|
|
172
|
+
"mrtrix/dwibiascorrect": dwibiascorrect_execute,
|
|
173
|
+
"mrtrix/dwidenoise": dwidenoise_execute,
|
|
174
|
+
"mrtrix/dwiextract": dwiextract_execute,
|
|
175
|
+
"mrtrix/dwigradcheck": dwigradcheck_execute,
|
|
176
|
+
"mrtrix/fixel2peaks": fixel2peaks_execute,
|
|
177
|
+
"mrtrix/fixel2sh": fixel2sh_execute,
|
|
178
|
+
"mrtrix/fixel2tsf": fixel2tsf_execute,
|
|
179
|
+
"mrtrix/fixel2voxel": fixel2voxel_execute,
|
|
180
|
+
"mrtrix/fixelcfestats": fixelcfestats_execute,
|
|
181
|
+
"mrtrix/fixelconnectivity": fixelconnectivity_execute,
|
|
182
|
+
"mrtrix/fixelconvert": fixelconvert_execute,
|
|
183
|
+
"mrtrix/fixelcorrespondence": fixelcorrespondence_execute,
|
|
184
|
+
"mrtrix/fixelcrop": fixelcrop_execute,
|
|
185
|
+
"mrtrix/fixelfilter": fixelfilter_execute,
|
|
186
|
+
"mrtrix/fixelreorient": fixelreorient_execute,
|
|
187
|
+
"mrtrix/fod2dec": fod2dec_execute,
|
|
188
|
+
"mrtrix/fod2fixel": fod2fixel_execute,
|
|
189
|
+
"mrtrix/label2colour": label2colour_execute,
|
|
190
|
+
"mrtrix/label2mesh": label2mesh_execute,
|
|
191
|
+
"mrtrix/labelconvert": labelconvert_execute,
|
|
192
|
+
"mrtrix/labelstats": labelstats_execute,
|
|
193
|
+
"mrtrix/maskdump": maskdump_execute,
|
|
194
|
+
"mrtrix/maskfilter": maskfilter_execute,
|
|
195
|
+
"mrtrix/mesh2voxel": mesh2voxel_execute,
|
|
196
|
+
"mrtrix/meshconvert": meshconvert_execute,
|
|
197
|
+
"mrtrix/meshfilter": meshfilter_execute,
|
|
198
|
+
"mrtrix/mraverageheader": mraverageheader_execute,
|
|
199
|
+
"mrtrix/mrcalc": mrcalc_execute,
|
|
200
|
+
"mrtrix/mrcat": mrcat_execute,
|
|
201
|
+
"mrtrix/mrcentroid": mrcentroid_execute,
|
|
202
|
+
"mrtrix/mrcheckerboardmask": mrcheckerboardmask_execute,
|
|
203
|
+
"mrtrix/mrclusterstats": mrclusterstats_execute,
|
|
204
|
+
"mrtrix/mrcolour": mrcolour_execute,
|
|
205
|
+
"mrtrix/mrconvert": mrconvert_execute,
|
|
206
|
+
"mrtrix/mrdegibbs": mrdegibbs_execute,
|
|
207
|
+
"mrtrix/mrdump": mrdump_execute,
|
|
208
|
+
"mrtrix/mredit": mredit_execute,
|
|
209
|
+
"mrtrix/mrfilter": mrfilter_execute,
|
|
210
|
+
"mrtrix/mrgrid": mrgrid_execute,
|
|
211
|
+
"mrtrix/mrhistmatch": mrhistmatch_execute,
|
|
212
|
+
"mrtrix/mrhistogram": mrhistogram_execute,
|
|
213
|
+
"mrtrix/mrinfo": mrinfo_execute,
|
|
214
|
+
"mrtrix/mrmath": mrmath_execute,
|
|
215
|
+
"mrtrix/mrmetric": mrmetric_execute,
|
|
216
|
+
"mrtrix/mrregister": mrregister_execute,
|
|
217
|
+
"mrtrix/mrstats": mrstats_execute,
|
|
218
|
+
"mrtrix/mrthreshold": mrthreshold_execute,
|
|
219
|
+
"mrtrix/mrtransform": mrtransform_execute,
|
|
220
|
+
"mrtrix/mtnormalise": mtnormalise_execute,
|
|
221
|
+
"mrtrix/peaks2amp": peaks2amp_execute,
|
|
222
|
+
"mrtrix/peaks2fixel": peaks2fixel_execute,
|
|
223
|
+
"mrtrix/responsemean": responsemean_execute,
|
|
224
|
+
"mrtrix/sh2amp": sh2amp_execute,
|
|
225
|
+
"mrtrix/sh2peaks": sh2peaks_execute,
|
|
226
|
+
"mrtrix/sh2power": sh2power_execute,
|
|
227
|
+
"mrtrix/sh2response": sh2response_execute,
|
|
228
|
+
"mrtrix/shbasis": shbasis_execute,
|
|
229
|
+
"mrtrix/shconv": shconv_execute,
|
|
230
|
+
"mrtrix/tck2connectome": tck2connectome_execute,
|
|
231
|
+
"mrtrix/tck2fixel": tck2fixel_execute,
|
|
232
|
+
"mrtrix/tckconvert": tckconvert_execute,
|
|
233
|
+
"mrtrix/tckdfc": tckdfc_execute,
|
|
234
|
+
"mrtrix/tckedit": tckedit_execute,
|
|
235
|
+
"mrtrix/tckgen": tckgen_execute,
|
|
236
|
+
"mrtrix/tckglobal": tckglobal_execute,
|
|
237
|
+
"mrtrix/tckinfo": tckinfo_execute,
|
|
238
|
+
"mrtrix/tckmap": tckmap_execute,
|
|
239
|
+
"mrtrix/tckresample": tckresample_execute,
|
|
240
|
+
"mrtrix/tcksample": tcksample_execute,
|
|
241
|
+
"mrtrix/tcksift": tcksift_execute,
|
|
242
|
+
"mrtrix/tcksift2": tcksift2_execute,
|
|
243
|
+
"mrtrix/tckstats": tckstats_execute,
|
|
244
|
+
"mrtrix/tcktransform": tcktransform_execute,
|
|
245
|
+
"mrtrix/tensor2metric": tensor2metric_execute,
|
|
246
|
+
"mrtrix/transformcalc": transformcalc_execute,
|
|
247
|
+
"mrtrix/transformcompose": transformcompose_execute,
|
|
248
|
+
"mrtrix/transformconvert": transformconvert_execute,
|
|
249
|
+
"mrtrix/tsfdivide": tsfdivide_execute,
|
|
250
|
+
"mrtrix/tsfinfo": tsfinfo_execute,
|
|
251
|
+
"mrtrix/tsfmult": tsfmult_execute,
|
|
252
|
+
"mrtrix/tsfsmooth": tsfsmooth_execute,
|
|
253
|
+
"mrtrix/tsfthreshold": tsfthreshold_execute,
|
|
254
|
+
"mrtrix/tsfvalidate": tsfvalidate_execute,
|
|
255
|
+
"mrtrix/vectorstats": vectorstats_execute,
|
|
256
|
+
"mrtrix/voxel2fixel": voxel2fixel_execute,
|
|
257
|
+
"mrtrix/voxel2mesh": voxel2mesh_execute,
|
|
258
|
+
"mrtrix/warp2metric": warp2metric_execute,
|
|
259
|
+
"mrtrix/warpconvert": warpconvert_execute,
|
|
260
|
+
"mrtrix/warpcorrect": warpcorrect_execute,
|
|
261
|
+
"mrtrix/warpinit": warpinit_execute,
|
|
262
|
+
"mrtrix/warpinvert": warpinvert_execute,
|
|
263
|
+
}[params["@type"]](params, runner)
|