niwrap-mrtrix 0.5.0__tar.gz
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.
Potentially problematic release.
This version of niwrap-mrtrix might be problematic. Click here for more details.
- niwrap_mrtrix-0.5.0/.gitignore +301 -0
- niwrap_mrtrix-0.5.0/PKG-INFO +8 -0
- niwrap_mrtrix-0.5.0/README.md +7 -0
- niwrap_mrtrix-0.5.0/pyproject.toml +17 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/__init__.py +130 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/afdconnectivity.py +445 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/amp2response.py +453 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/amp2sh.py +656 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/connectome2tck.py +470 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/connectomeedit.py +338 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/connectomestats.py +767 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dcmedit.py +440 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dcminfo.py +416 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dirflip.py +362 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dirgen.py +423 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dirmerge.py +365 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dirorder.py +347 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dirsplit.py +358 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dirstat.py +530 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwi2adc.py +428 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwi2fod.py +879 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwi2mask.py +463 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwi2response.py +1295 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwi2tensor.py +587 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwibiascorrect.py +467 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwidenoise.py +478 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwiextract.py +825 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/dwigradcheck.py +534 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixel2peaks.py +452 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixel2sh.py +357 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixel2tsf.py +357 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixel2voxel.py +437 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixelcfestats.py +893 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixelconnectivity.py +391 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixelconvert.py +588 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixelcorrespondence.py +371 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixelcrop.py +348 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixelfilter.py +616 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fixelreorient.py +361 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fod2dec.py +469 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/fod2fixel.py +530 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/label2colour.py +351 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/label2mesh.py +343 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/labelconvert.py +377 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/labelstats.py +344 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/maskdump.py +336 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/maskfilter.py +537 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mesh2voxel.py +348 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/meshconvert.py +410 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/meshfilter.py +370 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mraverageheader.py +396 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrcalc.py +3047 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrcat.py +382 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrcentroid.py +344 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrcheckerboardmask.py +363 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrclusterstats.py +736 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrcolour.py +401 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrconvert.py +1423 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrdegibbs.py +443 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrdump.py +351 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mredit.py +546 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrfilter.py +716 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrgrid.py +819 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrhistmatch.py +403 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrhistogram.py +393 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrinfo.py +990 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrmath.py +413 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrmetric.py +425 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrregister.py +1676 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrstats.py +427 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrthreshold.py +549 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mrtransform.py +1061 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/mtnormalise.py +596 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/peaks2amp.py +334 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/peaks2fixel.py +349 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/responsemean.py +316 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/sh2amp.py +640 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/sh2peaks.py +505 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/sh2power.py +353 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/sh2response.py +394 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/shbasis.py +373 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/shconv.py +498 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tck2connectome.py +580 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tck2fixel.py +363 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckconvert.py +580 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckdfc.py +551 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckedit.py +1003 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckgen.py +1983 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckglobal.py +758 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckinfo.py +329 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckmap.py +772 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckresample.py +580 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tcksample.py +404 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tcksift.py +592 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tcksift2.py +730 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tckstats.py +441 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tcktransform.py +340 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tensor2metric.py +544 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/transformcalc.py +344 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/transformcompose.py +465 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/transformconvert.py +346 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tsfdivide.py +340 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tsfinfo.py +344 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tsfmult.py +340 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tsfsmooth.py +347 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tsfthreshold.py +349 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/tsfvalidate.py +328 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/v_5tt2gmwmi.py +359 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/v_5tt2vis.py +412 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/v_5ttcheck.py +337 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/v_5ttedit.py +420 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/v_5ttgen.py +816 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/vectorstats.py +585 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/voxel2fixel.py +350 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/voxel2mesh.py +376 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/warp2metric.py +449 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/warpconvert.py +411 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/warpcorrect.py +368 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/warpinit.py +356 -0
- niwrap_mrtrix-0.5.0/src/niwrap_mrtrix/mrtrix/warpinvert.py +370 -0
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
# NODE #
|
|
2
|
+
|
|
3
|
+
# Logs
|
|
4
|
+
logs
|
|
5
|
+
*.log
|
|
6
|
+
npm-debug.log*
|
|
7
|
+
yarn-debug.log*
|
|
8
|
+
yarn-error.log*
|
|
9
|
+
lerna-debug.log*
|
|
10
|
+
.pnpm-debug.log*
|
|
11
|
+
|
|
12
|
+
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
13
|
+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
14
|
+
|
|
15
|
+
# Runtime data
|
|
16
|
+
pids
|
|
17
|
+
*.pid
|
|
18
|
+
*.seed
|
|
19
|
+
*.pid.lock
|
|
20
|
+
|
|
21
|
+
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
22
|
+
lib-cov
|
|
23
|
+
|
|
24
|
+
# Coverage directory used by tools like istanbul
|
|
25
|
+
coverage
|
|
26
|
+
*.lcov
|
|
27
|
+
|
|
28
|
+
# nyc test coverage
|
|
29
|
+
.nyc_output
|
|
30
|
+
|
|
31
|
+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
|
32
|
+
.grunt
|
|
33
|
+
|
|
34
|
+
# Bower dependency directory (https://bower.io/)
|
|
35
|
+
bower_components
|
|
36
|
+
|
|
37
|
+
# node-waf configuration
|
|
38
|
+
.lock-wscript
|
|
39
|
+
|
|
40
|
+
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
41
|
+
build/Release
|
|
42
|
+
|
|
43
|
+
# Dependency directories
|
|
44
|
+
node_modules/
|
|
45
|
+
jspm_packages/
|
|
46
|
+
|
|
47
|
+
# Snowpack dependency directory (https://snowpack.dev/)
|
|
48
|
+
web_modules/
|
|
49
|
+
|
|
50
|
+
# TypeScript cache
|
|
51
|
+
*.tsbuildinfo
|
|
52
|
+
|
|
53
|
+
# Optional npm cache directory
|
|
54
|
+
.npm
|
|
55
|
+
|
|
56
|
+
# Optional eslint cache
|
|
57
|
+
.eslintcache
|
|
58
|
+
|
|
59
|
+
# Optional stylelint cache
|
|
60
|
+
.stylelintcache
|
|
61
|
+
|
|
62
|
+
# Microbundle cache
|
|
63
|
+
.rpt2_cache/
|
|
64
|
+
.rts2_cache_cjs/
|
|
65
|
+
.rts2_cache_es/
|
|
66
|
+
.rts2_cache_umd/
|
|
67
|
+
|
|
68
|
+
# Optional REPL history
|
|
69
|
+
.node_repl_history
|
|
70
|
+
|
|
71
|
+
# Output of 'npm pack'
|
|
72
|
+
*.tgz
|
|
73
|
+
|
|
74
|
+
# Yarn Integrity file
|
|
75
|
+
.yarn-integrity
|
|
76
|
+
|
|
77
|
+
# dotenv environment variable files
|
|
78
|
+
.env
|
|
79
|
+
.env.development.local
|
|
80
|
+
.env.test.local
|
|
81
|
+
.env.production.local
|
|
82
|
+
.env.local
|
|
83
|
+
|
|
84
|
+
# parcel-bundler cache (https://parceljs.org/)
|
|
85
|
+
.cache
|
|
86
|
+
.parcel-cache
|
|
87
|
+
|
|
88
|
+
# Next.js build output
|
|
89
|
+
.next
|
|
90
|
+
out
|
|
91
|
+
|
|
92
|
+
# Nuxt.js build / generate output
|
|
93
|
+
.nuxt
|
|
94
|
+
dist
|
|
95
|
+
|
|
96
|
+
# Gatsby files
|
|
97
|
+
.cache/
|
|
98
|
+
# Comment in the public line in if your project uses Gatsby and not Next.js
|
|
99
|
+
# https://nextjs.org/blog/next-9-1#public-directory-support
|
|
100
|
+
# public
|
|
101
|
+
|
|
102
|
+
# vuepress build output
|
|
103
|
+
.vuepress/dist
|
|
104
|
+
|
|
105
|
+
# vuepress v2.x temp and cache directory
|
|
106
|
+
.temp
|
|
107
|
+
.cache
|
|
108
|
+
|
|
109
|
+
# Docusaurus cache and generated files
|
|
110
|
+
.docusaurus
|
|
111
|
+
|
|
112
|
+
# Serverless directories
|
|
113
|
+
.serverless/
|
|
114
|
+
|
|
115
|
+
# FuseBox cache
|
|
116
|
+
.fusebox/
|
|
117
|
+
|
|
118
|
+
# DynamoDB Local files
|
|
119
|
+
.dynamodb/
|
|
120
|
+
|
|
121
|
+
# TernJS port file
|
|
122
|
+
.tern-port
|
|
123
|
+
|
|
124
|
+
# Stores VSCode versions used for testing VSCode extensions
|
|
125
|
+
.vscode-test
|
|
126
|
+
|
|
127
|
+
# yarn v2
|
|
128
|
+
.yarn/cache
|
|
129
|
+
.yarn/unplugged
|
|
130
|
+
.yarn/build-state.yml
|
|
131
|
+
.yarn/install-state.gz
|
|
132
|
+
.pnp.*
|
|
133
|
+
|
|
134
|
+
# PYTHON #
|
|
135
|
+
|
|
136
|
+
# Byte-compiled / optimized / DLL files
|
|
137
|
+
__pycache__/
|
|
138
|
+
*.py[cod]
|
|
139
|
+
*$py.class
|
|
140
|
+
|
|
141
|
+
# C extensions
|
|
142
|
+
*.so
|
|
143
|
+
|
|
144
|
+
# Distribution / packaging
|
|
145
|
+
.Python
|
|
146
|
+
build/
|
|
147
|
+
develop-eggs/
|
|
148
|
+
dist/
|
|
149
|
+
downloads/
|
|
150
|
+
eggs/
|
|
151
|
+
.eggs/
|
|
152
|
+
lib/
|
|
153
|
+
lib64/
|
|
154
|
+
parts/
|
|
155
|
+
sdist/
|
|
156
|
+
var/
|
|
157
|
+
wheels/
|
|
158
|
+
share/python-wheels/
|
|
159
|
+
*.egg-info/
|
|
160
|
+
.installed.cfg
|
|
161
|
+
*.egg
|
|
162
|
+
MANIFEST
|
|
163
|
+
|
|
164
|
+
# PyInstaller
|
|
165
|
+
# Usually these files are written by a python script from a template
|
|
166
|
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
167
|
+
*.manifest
|
|
168
|
+
*.spec
|
|
169
|
+
|
|
170
|
+
# Installer logs
|
|
171
|
+
pip-log.txt
|
|
172
|
+
pip-delete-this-directory.txt
|
|
173
|
+
|
|
174
|
+
# Unit test / coverage reports
|
|
175
|
+
htmlcov/
|
|
176
|
+
.tox/
|
|
177
|
+
.nox/
|
|
178
|
+
.coverage
|
|
179
|
+
.coverage.*
|
|
180
|
+
.cache
|
|
181
|
+
nosetests.xml
|
|
182
|
+
coverage.xml
|
|
183
|
+
*.cover
|
|
184
|
+
*.py,cover
|
|
185
|
+
.hypothesis/
|
|
186
|
+
.pytest_cache/
|
|
187
|
+
cover/
|
|
188
|
+
|
|
189
|
+
# Translations
|
|
190
|
+
*.mo
|
|
191
|
+
*.pot
|
|
192
|
+
|
|
193
|
+
# Django stuff:
|
|
194
|
+
*.log
|
|
195
|
+
local_settings.py
|
|
196
|
+
db.sqlite3
|
|
197
|
+
db.sqlite3-journal
|
|
198
|
+
|
|
199
|
+
# Flask stuff:
|
|
200
|
+
instance/
|
|
201
|
+
.webassets-cache
|
|
202
|
+
|
|
203
|
+
# Scrapy stuff:
|
|
204
|
+
.scrapy
|
|
205
|
+
|
|
206
|
+
# Sphinx documentation
|
|
207
|
+
docs/_build/
|
|
208
|
+
|
|
209
|
+
# PyBuilder
|
|
210
|
+
.pybuilder/
|
|
211
|
+
target/
|
|
212
|
+
|
|
213
|
+
# Jupyter Notebook
|
|
214
|
+
.ipynb_checkpoints
|
|
215
|
+
|
|
216
|
+
# IPython
|
|
217
|
+
profile_default/
|
|
218
|
+
ipython_config.py
|
|
219
|
+
|
|
220
|
+
# pyenv
|
|
221
|
+
# For a library or package, you might want to ignore these files since the code is
|
|
222
|
+
# intended to run in multiple environments; otherwise, check them in:
|
|
223
|
+
# .python-version
|
|
224
|
+
|
|
225
|
+
# pipenv
|
|
226
|
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
227
|
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
228
|
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
229
|
+
# install all needed dependencies.
|
|
230
|
+
#Pipfile.lock
|
|
231
|
+
|
|
232
|
+
# poetry
|
|
233
|
+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
|
234
|
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
|
235
|
+
# commonly ignored for libraries.
|
|
236
|
+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
|
237
|
+
#poetry.lock
|
|
238
|
+
|
|
239
|
+
# pdm
|
|
240
|
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
|
241
|
+
#pdm.lock
|
|
242
|
+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
|
243
|
+
# in version control.
|
|
244
|
+
# https://pdm.fming.dev/#use-with-ide
|
|
245
|
+
.pdm.toml
|
|
246
|
+
|
|
247
|
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
|
248
|
+
__pypackages__/
|
|
249
|
+
|
|
250
|
+
# Celery stuff
|
|
251
|
+
celerybeat-schedule
|
|
252
|
+
celerybeat.pid
|
|
253
|
+
|
|
254
|
+
# SageMath parsed files
|
|
255
|
+
*.sage.py
|
|
256
|
+
|
|
257
|
+
# Environments
|
|
258
|
+
.env
|
|
259
|
+
.venv
|
|
260
|
+
env/
|
|
261
|
+
*venv/
|
|
262
|
+
ENV/
|
|
263
|
+
env.bak/
|
|
264
|
+
venv.bak/
|
|
265
|
+
|
|
266
|
+
# Spyder project settings
|
|
267
|
+
.spyderproject
|
|
268
|
+
.spyproject
|
|
269
|
+
|
|
270
|
+
# Rope project settings
|
|
271
|
+
.ropeproject
|
|
272
|
+
|
|
273
|
+
# mkdocs documentation
|
|
274
|
+
/site
|
|
275
|
+
|
|
276
|
+
# mypy
|
|
277
|
+
.mypy_cache/
|
|
278
|
+
.dmypy.json
|
|
279
|
+
dmypy.json
|
|
280
|
+
|
|
281
|
+
# Pyre type checker
|
|
282
|
+
.pyre/
|
|
283
|
+
|
|
284
|
+
# pytype static type analyzer
|
|
285
|
+
.pytype/
|
|
286
|
+
|
|
287
|
+
# Cython debug symbols
|
|
288
|
+
cython_debug/
|
|
289
|
+
|
|
290
|
+
# PyCharm
|
|
291
|
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
|
292
|
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
293
|
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
294
|
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
295
|
+
.idea/
|
|
296
|
+
|
|
297
|
+
.vscode
|
|
298
|
+
/local_scripts
|
|
299
|
+
report.html
|
|
300
|
+
assets
|
|
301
|
+
styx_tmp
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# NiWrap wrappers for [MRTrix3](https://www.mrtrix.org/)
|
|
2
|
+
|
|
3
|
+
MRtrix3 provides a set of tools to perform various types of diffusion MRI analyses, from various forms of tractography through to next-generation group-level analyses. It is designed with consistency, performance, and stability in mind, and is freely available under an open-source license. It is developed and maintained by a team of experts in the field, fostering an active community of users from diverse backgrounds.
|
|
4
|
+
|
|
5
|
+
MRTrix3 is made by MRTrix3 Developers.
|
|
6
|
+
|
|
7
|
+
This package contains wrappers only and has no affiliation with the original authors.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "niwrap_mrtrix"
|
|
3
|
+
version = "0.5.0"
|
|
4
|
+
description = "NiWrap wrappers for MRTrix3."
|
|
5
|
+
license = "LGPL-2.1"
|
|
6
|
+
authors = [{ name = "CMI DAIR", email = "dair@childmind.org" }]
|
|
7
|
+
requires-python = ">=3.10"
|
|
8
|
+
dependencies = [
|
|
9
|
+
"styxdefs~=0.5.0"
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
[tool.hatch.build.targets.wheel]
|
|
13
|
+
packages = ["src/niwrap_mrtrix"]
|
|
14
|
+
|
|
15
|
+
[build-system]
|
|
16
|
+
requires = ["hatchling"]
|
|
17
|
+
build-backend = "hatchling.build"
|
|
@@ -0,0 +1,130 @@
|
|
|
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
|
+
URL: https://www.mrtrix.org/
|
|
12
|
+
"""
|
|
13
|
+
# This file was auto generated by Styx.
|
|
14
|
+
# Do not edit this file directly.
|
|
15
|
+
|
|
16
|
+
from .afdconnectivity import *
|
|
17
|
+
from .amp2response import *
|
|
18
|
+
from .amp2sh import *
|
|
19
|
+
from .connectome2tck import *
|
|
20
|
+
from .connectomeedit import *
|
|
21
|
+
from .connectomestats import *
|
|
22
|
+
from .dcmedit import *
|
|
23
|
+
from .dcminfo import *
|
|
24
|
+
from .dirflip import *
|
|
25
|
+
from .dirgen import *
|
|
26
|
+
from .dirmerge import *
|
|
27
|
+
from .dirorder import *
|
|
28
|
+
from .dirsplit import *
|
|
29
|
+
from .dirstat import *
|
|
30
|
+
from .dwi2adc import *
|
|
31
|
+
from .dwi2fod import *
|
|
32
|
+
from .dwi2mask import *
|
|
33
|
+
from .dwi2response import *
|
|
34
|
+
from .dwi2tensor import *
|
|
35
|
+
from .dwibiascorrect import *
|
|
36
|
+
from .dwidenoise import *
|
|
37
|
+
from .dwiextract import *
|
|
38
|
+
from .dwigradcheck import *
|
|
39
|
+
from .fixel2peaks import *
|
|
40
|
+
from .fixel2sh import *
|
|
41
|
+
from .fixel2tsf import *
|
|
42
|
+
from .fixel2voxel import *
|
|
43
|
+
from .fixelcfestats import *
|
|
44
|
+
from .fixelconnectivity import *
|
|
45
|
+
from .fixelconvert import *
|
|
46
|
+
from .fixelcorrespondence import *
|
|
47
|
+
from .fixelcrop import *
|
|
48
|
+
from .fixelfilter import *
|
|
49
|
+
from .fixelreorient import *
|
|
50
|
+
from .fod2dec import *
|
|
51
|
+
from .fod2fixel import *
|
|
52
|
+
from .label2colour import *
|
|
53
|
+
from .label2mesh import *
|
|
54
|
+
from .labelconvert import *
|
|
55
|
+
from .labelstats import *
|
|
56
|
+
from .maskdump import *
|
|
57
|
+
from .maskfilter import *
|
|
58
|
+
from .mesh2voxel import *
|
|
59
|
+
from .meshconvert import *
|
|
60
|
+
from .meshfilter import *
|
|
61
|
+
from .mraverageheader import *
|
|
62
|
+
from .mrcalc import *
|
|
63
|
+
from .mrcat import *
|
|
64
|
+
from .mrcentroid import *
|
|
65
|
+
from .mrcheckerboardmask import *
|
|
66
|
+
from .mrclusterstats import *
|
|
67
|
+
from .mrcolour import *
|
|
68
|
+
from .mrconvert import *
|
|
69
|
+
from .mrdegibbs import *
|
|
70
|
+
from .mrdump import *
|
|
71
|
+
from .mredit import *
|
|
72
|
+
from .mrfilter import *
|
|
73
|
+
from .mrgrid import *
|
|
74
|
+
from .mrhistmatch import *
|
|
75
|
+
from .mrhistogram import *
|
|
76
|
+
from .mrinfo import *
|
|
77
|
+
from .mrmath import *
|
|
78
|
+
from .mrmetric import *
|
|
79
|
+
from .mrregister import *
|
|
80
|
+
from .mrstats import *
|
|
81
|
+
from .mrthreshold import *
|
|
82
|
+
from .mrtransform import *
|
|
83
|
+
from .mtnormalise import *
|
|
84
|
+
from .peaks2amp import *
|
|
85
|
+
from .peaks2fixel import *
|
|
86
|
+
from .responsemean import *
|
|
87
|
+
from .sh2amp import *
|
|
88
|
+
from .sh2peaks import *
|
|
89
|
+
from .sh2power import *
|
|
90
|
+
from .sh2response import *
|
|
91
|
+
from .shbasis import *
|
|
92
|
+
from .shconv import *
|
|
93
|
+
from .tck2connectome import *
|
|
94
|
+
from .tck2fixel import *
|
|
95
|
+
from .tckconvert import *
|
|
96
|
+
from .tckdfc import *
|
|
97
|
+
from .tckedit import *
|
|
98
|
+
from .tckgen import *
|
|
99
|
+
from .tckglobal import *
|
|
100
|
+
from .tckinfo import *
|
|
101
|
+
from .tckmap import *
|
|
102
|
+
from .tckresample import *
|
|
103
|
+
from .tcksample import *
|
|
104
|
+
from .tcksift import *
|
|
105
|
+
from .tcksift2 import *
|
|
106
|
+
from .tckstats import *
|
|
107
|
+
from .tcktransform import *
|
|
108
|
+
from .tensor2metric import *
|
|
109
|
+
from .transformcalc import *
|
|
110
|
+
from .transformcompose import *
|
|
111
|
+
from .transformconvert import *
|
|
112
|
+
from .tsfdivide import *
|
|
113
|
+
from .tsfinfo import *
|
|
114
|
+
from .tsfmult import *
|
|
115
|
+
from .tsfsmooth import *
|
|
116
|
+
from .tsfthreshold import *
|
|
117
|
+
from .tsfvalidate import *
|
|
118
|
+
from .v_5tt2gmwmi import *
|
|
119
|
+
from .v_5tt2vis import *
|
|
120
|
+
from .v_5ttcheck import *
|
|
121
|
+
from .v_5ttedit import *
|
|
122
|
+
from .v_5ttgen import *
|
|
123
|
+
from .vectorstats import *
|
|
124
|
+
from .voxel2fixel import *
|
|
125
|
+
from .voxel2mesh import *
|
|
126
|
+
from .warp2metric import *
|
|
127
|
+
from .warpconvert import *
|
|
128
|
+
from .warpcorrect import *
|
|
129
|
+
from .warpinit import *
|
|
130
|
+
from .warpinvert import *
|