niwrap-mrtrix 0.6.1__py3-none-any.whl → 0.6.2__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.
Potentially problematic release.
This version of niwrap-mrtrix might be problematic. Click here for more details.
- niwrap_mrtrix/mrtrix/afdconnectivity.py +2 -2
- niwrap_mrtrix/mrtrix/amp2response.py +2 -2
- niwrap_mrtrix/mrtrix/amp2sh.py +5 -5
- niwrap_mrtrix/mrtrix/connectome2tck.py +2 -2
- niwrap_mrtrix/mrtrix/connectomeedit.py +2 -2
- niwrap_mrtrix/mrtrix/connectomestats.py +3 -3
- niwrap_mrtrix/mrtrix/dcmedit.py +3 -3
- niwrap_mrtrix/mrtrix/dcminfo.py +3 -3
- niwrap_mrtrix/mrtrix/dirflip.py +2 -2
- niwrap_mrtrix/mrtrix/dirgen.py +2 -2
- niwrap_mrtrix/mrtrix/dirmerge.py +2 -2
- niwrap_mrtrix/mrtrix/dirorder.py +2 -2
- niwrap_mrtrix/mrtrix/dirsplit.py +2 -2
- niwrap_mrtrix/mrtrix/dirstat.py +3 -3
- niwrap_mrtrix/mrtrix/dwi2adc.py +3 -3
- niwrap_mrtrix/mrtrix/dwi2fod.py +6 -6
- niwrap_mrtrix/mrtrix/dwi2mask.py +3 -3
- niwrap_mrtrix/mrtrix/dwi2response.py +9 -9
- niwrap_mrtrix/mrtrix/dwi2tensor.py +3 -3
- niwrap_mrtrix/mrtrix/dwibiascorrect.py +3 -3
- niwrap_mrtrix/mrtrix/dwidenoise.py +2 -2
- niwrap_mrtrix/mrtrix/dwiextract.py +7 -7
- niwrap_mrtrix/mrtrix/dwigradcheck.py +3 -3
- niwrap_mrtrix/mrtrix/fixel2peaks.py +4 -4
- niwrap_mrtrix/mrtrix/fixel2sh.py +2 -2
- niwrap_mrtrix/mrtrix/fixel2tsf.py +2 -2
- niwrap_mrtrix/mrtrix/fixel2voxel.py +2 -2
- niwrap_mrtrix/mrtrix/fixelcfestats.py +5 -5
- niwrap_mrtrix/mrtrix/fixelconnectivity.py +2 -2
- niwrap_mrtrix/mrtrix/fixelconvert.py +6 -6
- niwrap_mrtrix/mrtrix/fixelcorrespondence.py +2 -2
- niwrap_mrtrix/mrtrix/fixelcrop.py +2 -2
- niwrap_mrtrix/mrtrix/fixelfilter.py +6 -6
- niwrap_mrtrix/mrtrix/fixelreorient.py +2 -2
- niwrap_mrtrix/mrtrix/fod2dec.py +2 -2
- niwrap_mrtrix/mrtrix/fod2fixel.py +2 -2
- niwrap_mrtrix/mrtrix/label2colour.py +2 -2
- niwrap_mrtrix/mrtrix/label2mesh.py +2 -2
- niwrap_mrtrix/mrtrix/labelconvert.py +2 -2
- niwrap_mrtrix/mrtrix/labelstats.py +2 -2
- niwrap_mrtrix/mrtrix/maskdump.py +2 -2
- niwrap_mrtrix/mrtrix/maskfilter.py +4 -4
- niwrap_mrtrix/mrtrix/mesh2voxel.py +2 -2
- niwrap_mrtrix/mrtrix/meshconvert.py +3 -3
- niwrap_mrtrix/mrtrix/meshfilter.py +2 -2
- niwrap_mrtrix/mrtrix/mraverageheader.py +2 -2
- niwrap_mrtrix/mrtrix/mrcalc.py +54 -54
- niwrap_mrtrix/mrtrix/mrcat.py +2 -2
- niwrap_mrtrix/mrtrix/mrcentroid.py +2 -2
- niwrap_mrtrix/mrtrix/mrcheckerboardmask.py +2 -2
- niwrap_mrtrix/mrtrix/mrclusterstats.py +3 -3
- niwrap_mrtrix/mrtrix/mrcolour.py +2 -2
- niwrap_mrtrix/mrtrix/mrconvert.py +14 -14
- niwrap_mrtrix/mrtrix/mrdegibbs.py +2 -2
- niwrap_mrtrix/mrtrix/mrdump.py +2 -2
- niwrap_mrtrix/mrtrix/mredit.py +5 -5
- niwrap_mrtrix/mrtrix/mrfilter.py +4 -4
- niwrap_mrtrix/mrtrix/mrgrid.py +5 -5
- niwrap_mrtrix/mrtrix/mrhistmatch.py +2 -2
- niwrap_mrtrix/mrtrix/mrhistogram.py +2 -2
- niwrap_mrtrix/mrtrix/mrinfo.py +6 -6
- niwrap_mrtrix/mrtrix/mrmath.py +2 -2
- niwrap_mrtrix/mrtrix/mrmetric.py +2 -2
- niwrap_mrtrix/mrtrix/mrregister.py +5 -5
- niwrap_mrtrix/mrtrix/mrstats.py +3 -3
- niwrap_mrtrix/mrtrix/mrthreshold.py +2 -2
- niwrap_mrtrix/mrtrix/mrtransform.py +6 -6
- niwrap_mrtrix/mrtrix/mtnormalise.py +3 -3
- niwrap_mrtrix/mrtrix/peaks2amp.py +2 -2
- niwrap_mrtrix/mrtrix/peaks2fixel.py +2 -2
- niwrap_mrtrix/mrtrix/responsemean.py +1 -1
- niwrap_mrtrix/mrtrix/sh2amp.py +5 -5
- niwrap_mrtrix/mrtrix/sh2peaks.py +3 -3
- niwrap_mrtrix/mrtrix/sh2power.py +2 -2
- niwrap_mrtrix/mrtrix/sh2response.py +2 -2
- niwrap_mrtrix/mrtrix/shbasis.py +2 -2
- niwrap_mrtrix/mrtrix/shconv.py +4 -4
- niwrap_mrtrix/mrtrix/tck2connectome.py +2 -2
- niwrap_mrtrix/mrtrix/tck2fixel.py +2 -2
- niwrap_mrtrix/mrtrix/tckconvert.py +4 -4
- niwrap_mrtrix/mrtrix/tckdfc.py +3 -3
- niwrap_mrtrix/mrtrix/tckedit.py +12 -12
- niwrap_mrtrix/mrtrix/tckgen.py +19 -19
- niwrap_mrtrix/mrtrix/tckglobal.py +3 -3
- niwrap_mrtrix/mrtrix/tckinfo.py +2 -2
- niwrap_mrtrix/mrtrix/tckmap.py +4 -4
- niwrap_mrtrix/mrtrix/tckresample.py +4 -4
- niwrap_mrtrix/mrtrix/tcksample.py +2 -2
- niwrap_mrtrix/mrtrix/tcksift.py +2 -2
- niwrap_mrtrix/mrtrix/tcksift2.py +2 -2
- niwrap_mrtrix/mrtrix/tckstats.py +3 -3
- niwrap_mrtrix/mrtrix/tcktransform.py +2 -2
- niwrap_mrtrix/mrtrix/tensor2metric.py +2 -2
- niwrap_mrtrix/mrtrix/transformcalc.py +2 -2
- niwrap_mrtrix/mrtrix/transformcompose.py +4 -4
- niwrap_mrtrix/mrtrix/transformconvert.py +2 -2
- niwrap_mrtrix/mrtrix/tsfdivide.py +2 -2
- niwrap_mrtrix/mrtrix/tsfinfo.py +2 -2
- niwrap_mrtrix/mrtrix/tsfmult.py +2 -2
- niwrap_mrtrix/mrtrix/tsfsmooth.py +2 -2
- niwrap_mrtrix/mrtrix/tsfthreshold.py +2 -2
- niwrap_mrtrix/mrtrix/tsfvalidate.py +2 -2
- niwrap_mrtrix/mrtrix/v_5tt2gmwmi.py +2 -2
- niwrap_mrtrix/mrtrix/v_5tt2vis.py +2 -2
- niwrap_mrtrix/mrtrix/v_5ttcheck.py +2 -2
- niwrap_mrtrix/mrtrix/v_5ttedit.py +2 -2
- niwrap_mrtrix/mrtrix/v_5ttgen.py +6 -6
- niwrap_mrtrix/mrtrix/vectorstats.py +3 -3
- niwrap_mrtrix/mrtrix/voxel2fixel.py +2 -2
- niwrap_mrtrix/mrtrix/voxel2mesh.py +2 -2
- niwrap_mrtrix/mrtrix/warp2metric.py +3 -3
- niwrap_mrtrix/mrtrix/warpconvert.py +2 -2
- niwrap_mrtrix/mrtrix/warpcorrect.py +2 -2
- niwrap_mrtrix/mrtrix/warpinit.py +2 -2
- niwrap_mrtrix/mrtrix/warpinvert.py +2 -2
- {niwrap_mrtrix-0.6.1.dist-info → niwrap_mrtrix-0.6.2.dist-info}/METADATA +1 -1
- niwrap_mrtrix-0.6.2.dist-info/RECORD +119 -0
- niwrap_mrtrix-0.6.1.dist-info/RECORD +0 -119
- {niwrap_mrtrix-0.6.1.dist-info → niwrap_mrtrix-0.6.2.dist-info}/WHEEL +0 -0
|
@@ -14,26 +14,26 @@ FIXEL2PEAKS_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Fixel2peaksConfigParameters = typing.TypedDict('Fixel2peaksConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Fixel2peaksVariousStringParameters = typing.TypedDict('Fixel2peaksVariousStringParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["VariousString"],
|
|
25
25
|
"obj": str,
|
|
26
26
|
})
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Fixel2peaksVariousFileParameters = typing.TypedDict('Fixel2peaksVariousFileParameters', {
|
|
30
|
-
"
|
|
30
|
+
"__STYXTYPE__": typing.Literal["VariousFile"],
|
|
31
31
|
"obj": InputPathType,
|
|
32
32
|
})
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
Fixel2peaksParameters = typing.TypedDict('Fixel2peaksParameters', {
|
|
36
|
-
"
|
|
36
|
+
"__STYXTYPE__": typing.Literal["fixel2peaks"],
|
|
37
37
|
"number": typing.NotRequired[int | None],
|
|
38
38
|
"nan": bool,
|
|
39
39
|
"info": bool,
|
niwrap_mrtrix/mrtrix/fixel2sh.py
CHANGED
|
@@ -14,14 +14,14 @@ FIXEL2SH_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Fixel2shConfigParameters = typing.TypedDict('Fixel2shConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Fixel2shParameters = typing.TypedDict('Fixel2shParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fixel2sh"],
|
|
25
25
|
"lmax": typing.NotRequired[int | None],
|
|
26
26
|
"info": bool,
|
|
27
27
|
"quiet": bool,
|
|
@@ -14,14 +14,14 @@ FIXEL2TSF_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Fixel2tsfConfigParameters = typing.TypedDict('Fixel2tsfConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Fixel2tsfParameters = typing.TypedDict('Fixel2tsfParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fixel2tsf"],
|
|
25
25
|
"angle": typing.NotRequired[float | None],
|
|
26
26
|
"info": bool,
|
|
27
27
|
"quiet": bool,
|
|
@@ -14,14 +14,14 @@ FIXEL2VOXEL_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Fixel2voxelConfigParameters = typing.TypedDict('Fixel2voxelConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Fixel2voxelParameters = typing.TypedDict('Fixel2voxelParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fixel2voxel"],
|
|
25
25
|
"number": typing.NotRequired[int | None],
|
|
26
26
|
"fill": typing.NotRequired[float | None],
|
|
27
27
|
"weighted": typing.NotRequired[InputPathType | None],
|
|
@@ -14,32 +14,32 @@ FIXELCFESTATS_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
FixelcfestatsColumnParameters = typing.TypedDict('FixelcfestatsColumnParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["column"],
|
|
18
18
|
"path": InputPathType,
|
|
19
19
|
})
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
FixelcfestatsConfigParameters = typing.TypedDict('FixelcfestatsConfigParameters', {
|
|
23
|
-
"
|
|
23
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
24
24
|
"key": str,
|
|
25
25
|
"value": str,
|
|
26
26
|
})
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
FixelcfestatsVariousStringParameters = typing.TypedDict('FixelcfestatsVariousStringParameters', {
|
|
30
|
-
"
|
|
30
|
+
"__STYXTYPE__": typing.Literal["VariousString"],
|
|
31
31
|
"obj": str,
|
|
32
32
|
})
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
FixelcfestatsVariousFileParameters = typing.TypedDict('FixelcfestatsVariousFileParameters', {
|
|
36
|
-
"
|
|
36
|
+
"__STYXTYPE__": typing.Literal["VariousFile"],
|
|
37
37
|
"obj": InputPathType,
|
|
38
38
|
})
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
FixelcfestatsParameters = typing.TypedDict('FixelcfestatsParameters', {
|
|
42
|
-
"
|
|
42
|
+
"__STYXTYPE__": typing.Literal["fixelcfestats"],
|
|
43
43
|
"mask": typing.NotRequired[InputPathType | None],
|
|
44
44
|
"notest": bool,
|
|
45
45
|
"errors": typing.NotRequired[str | None],
|
|
@@ -14,14 +14,14 @@ FIXELCONNECTIVITY_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
FixelconnectivityConfigParameters = typing.TypedDict('FixelconnectivityConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
FixelconnectivityParameters = typing.TypedDict('FixelconnectivityParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fixelconnectivity"],
|
|
25
25
|
"threshold": typing.NotRequired[float | None],
|
|
26
26
|
"angle": typing.NotRequired[float | None],
|
|
27
27
|
"mask": typing.NotRequired[InputPathType | None],
|
|
@@ -14,38 +14,38 @@ FIXELCONVERT_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
FixelconvertConfigParameters = typing.TypedDict('FixelconvertConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
FixelconvertVariousStringParameters = typing.TypedDict('FixelconvertVariousStringParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["VariousString"],
|
|
25
25
|
"obj": str,
|
|
26
26
|
})
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
FixelconvertVariousFileParameters = typing.TypedDict('FixelconvertVariousFileParameters', {
|
|
30
|
-
"
|
|
30
|
+
"__STYXTYPE__": typing.Literal["VariousFile"],
|
|
31
31
|
"obj": InputPathType,
|
|
32
32
|
})
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
FixelconvertVariousString1Parameters = typing.TypedDict('FixelconvertVariousString1Parameters', {
|
|
36
|
-
"
|
|
36
|
+
"__STYXTYPE__": typing.Literal["VariousString_1"],
|
|
37
37
|
"obj": str,
|
|
38
38
|
})
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
FixelconvertVariousFile1Parameters = typing.TypedDict('FixelconvertVariousFile1Parameters', {
|
|
42
|
-
"
|
|
42
|
+
"__STYXTYPE__": typing.Literal["VariousFile_1"],
|
|
43
43
|
"obj": InputPathType,
|
|
44
44
|
})
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
FixelconvertParameters = typing.TypedDict('FixelconvertParameters', {
|
|
48
|
-
"
|
|
48
|
+
"__STYXTYPE__": typing.Literal["fixelconvert"],
|
|
49
49
|
"name": typing.NotRequired[str | None],
|
|
50
50
|
"nii": bool,
|
|
51
51
|
"out_size": bool,
|
|
@@ -14,14 +14,14 @@ FIXELCORRESPONDENCE_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
FixelcorrespondenceConfigParameters = typing.TypedDict('FixelcorrespondenceConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
FixelcorrespondenceParameters = typing.TypedDict('FixelcorrespondenceParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fixelcorrespondence"],
|
|
25
25
|
"angle": typing.NotRequired[float | None],
|
|
26
26
|
"info": bool,
|
|
27
27
|
"quiet": bool,
|
|
@@ -14,14 +14,14 @@ FIXELCROP_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
FixelcropConfigParameters = typing.TypedDict('FixelcropConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
FixelcropParameters = typing.TypedDict('FixelcropParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fixelcrop"],
|
|
25
25
|
"info": bool,
|
|
26
26
|
"quiet": bool,
|
|
27
27
|
"debug": bool,
|
|
@@ -14,38 +14,38 @@ FIXELFILTER_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
FixelfilterConfigParameters = typing.TypedDict('FixelfilterConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
FixelfilterVariousStringParameters = typing.TypedDict('FixelfilterVariousStringParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["VariousString"],
|
|
25
25
|
"obj": str,
|
|
26
26
|
})
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
FixelfilterVariousFileParameters = typing.TypedDict('FixelfilterVariousFileParameters', {
|
|
30
|
-
"
|
|
30
|
+
"__STYXTYPE__": typing.Literal["VariousFile"],
|
|
31
31
|
"obj": InputPathType,
|
|
32
32
|
})
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
FixelfilterVariousString1Parameters = typing.TypedDict('FixelfilterVariousString1Parameters', {
|
|
36
|
-
"
|
|
36
|
+
"__STYXTYPE__": typing.Literal["VariousString_1"],
|
|
37
37
|
"obj": str,
|
|
38
38
|
})
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
FixelfilterVariousFile1Parameters = typing.TypedDict('FixelfilterVariousFile1Parameters', {
|
|
42
|
-
"
|
|
42
|
+
"__STYXTYPE__": typing.Literal["VariousFile_1"],
|
|
43
43
|
"obj": InputPathType,
|
|
44
44
|
})
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
FixelfilterParameters = typing.TypedDict('FixelfilterParameters', {
|
|
48
|
-
"
|
|
48
|
+
"__STYXTYPE__": typing.Literal["fixelfilter"],
|
|
49
49
|
"matrix": InputPathType,
|
|
50
50
|
"threshold_value": typing.NotRequired[float | None],
|
|
51
51
|
"threshold_connectivity": typing.NotRequired[float | None],
|
|
@@ -14,14 +14,14 @@ FIXELREORIENT_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
FixelreorientConfigParameters = typing.TypedDict('FixelreorientConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
FixelreorientParameters = typing.TypedDict('FixelreorientParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fixelreorient"],
|
|
25
25
|
"info": bool,
|
|
26
26
|
"quiet": bool,
|
|
27
27
|
"debug": bool,
|
niwrap_mrtrix/mrtrix/fod2dec.py
CHANGED
|
@@ -14,14 +14,14 @@ FOD2DEC_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Fod2decConfigParameters = typing.TypedDict('Fod2decConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Fod2decParameters = typing.TypedDict('Fod2decParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fod2dec"],
|
|
25
25
|
"mask": typing.NotRequired[InputPathType | None],
|
|
26
26
|
"contrast": typing.NotRequired[InputPathType | None],
|
|
27
27
|
"lum": bool,
|
|
@@ -14,14 +14,14 @@ FOD2FIXEL_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Fod2fixelConfigParameters = typing.TypedDict('Fod2fixelConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Fod2fixelParameters = typing.TypedDict('Fod2fixelParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["fod2fixel"],
|
|
25
25
|
"afd": typing.NotRequired[str | None],
|
|
26
26
|
"peak_amp": typing.NotRequired[str | None],
|
|
27
27
|
"disp": typing.NotRequired[str | None],
|
|
@@ -14,14 +14,14 @@ LABEL2COLOUR_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Label2colourConfigParameters = typing.TypedDict('Label2colourConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Label2colourParameters = typing.TypedDict('Label2colourParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["label2colour"],
|
|
25
25
|
"lut": typing.NotRequired[InputPathType | None],
|
|
26
26
|
"info": bool,
|
|
27
27
|
"quiet": bool,
|
|
@@ -14,14 +14,14 @@ LABEL2MESH_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Label2meshConfigParameters = typing.TypedDict('Label2meshConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Label2meshParameters = typing.TypedDict('Label2meshParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["label2mesh"],
|
|
25
25
|
"blocky": bool,
|
|
26
26
|
"info": bool,
|
|
27
27
|
"quiet": bool,
|
|
@@ -14,14 +14,14 @@ LABELCONVERT_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
LabelconvertConfigParameters = typing.TypedDict('LabelconvertConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
LabelconvertParameters = typing.TypedDict('LabelconvertParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["labelconvert"],
|
|
25
25
|
"spine": typing.NotRequired[InputPathType | None],
|
|
26
26
|
"info": bool,
|
|
27
27
|
"quiet": bool,
|
|
@@ -14,14 +14,14 @@ LABELSTATS_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
LabelstatsConfigParameters = typing.TypedDict('LabelstatsConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
LabelstatsParameters = typing.TypedDict('LabelstatsParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["labelstats"],
|
|
25
25
|
"output": typing.NotRequired[str | None],
|
|
26
26
|
"voxelspace": bool,
|
|
27
27
|
"info": bool,
|
niwrap_mrtrix/mrtrix/maskdump.py
CHANGED
|
@@ -14,14 +14,14 @@ MASKDUMP_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
MaskdumpConfigParameters = typing.TypedDict('MaskdumpConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
MaskdumpParameters = typing.TypedDict('MaskdumpParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["maskdump"],
|
|
25
25
|
"info": bool,
|
|
26
26
|
"quiet": bool,
|
|
27
27
|
"debug": bool,
|
|
@@ -14,26 +14,26 @@ MASKFILTER_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
MaskfilterVariousStringParameters = typing.TypedDict('MaskfilterVariousStringParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["VariousString"],
|
|
18
18
|
"obj": str,
|
|
19
19
|
})
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
MaskfilterVariousFileParameters = typing.TypedDict('MaskfilterVariousFileParameters', {
|
|
23
|
-
"
|
|
23
|
+
"__STYXTYPE__": typing.Literal["VariousFile"],
|
|
24
24
|
"obj": InputPathType,
|
|
25
25
|
})
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
MaskfilterConfigParameters = typing.TypedDict('MaskfilterConfigParameters', {
|
|
29
|
-
"
|
|
29
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
30
30
|
"key": str,
|
|
31
31
|
"value": str,
|
|
32
32
|
})
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
MaskfilterParameters = typing.TypedDict('MaskfilterParameters', {
|
|
36
|
-
"
|
|
36
|
+
"__STYXTYPE__": typing.Literal["maskfilter"],
|
|
37
37
|
"scale": typing.NotRequired[int | None],
|
|
38
38
|
"axes": typing.NotRequired[list[int] | None],
|
|
39
39
|
"largest": bool,
|
|
@@ -14,14 +14,14 @@ MESH2VOXEL_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Mesh2voxelConfigParameters = typing.TypedDict('Mesh2voxelConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Mesh2voxelParameters = typing.TypedDict('Mesh2voxelParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["mesh2voxel"],
|
|
25
25
|
"info": bool,
|
|
26
26
|
"quiet": bool,
|
|
27
27
|
"debug": bool,
|
|
@@ -14,21 +14,21 @@ MESHCONVERT_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
MeshconvertTransformParameters = typing.TypedDict('MeshconvertTransformParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["transform"],
|
|
18
18
|
"mode": str,
|
|
19
19
|
"image": InputPathType,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
MeshconvertConfigParameters = typing.TypedDict('MeshconvertConfigParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
25
25
|
"key": str,
|
|
26
26
|
"value": str,
|
|
27
27
|
})
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
MeshconvertParameters = typing.TypedDict('MeshconvertParameters', {
|
|
31
|
-
"
|
|
31
|
+
"__STYXTYPE__": typing.Literal["meshconvert"],
|
|
32
32
|
"binary": bool,
|
|
33
33
|
"transform": typing.NotRequired[MeshconvertTransformParameters | None],
|
|
34
34
|
"info": bool,
|
|
@@ -14,14 +14,14 @@ MESHFILTER_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
MeshfilterConfigParameters = typing.TypedDict('MeshfilterConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
MeshfilterParameters = typing.TypedDict('MeshfilterParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["meshfilter"],
|
|
25
25
|
"smooth_spatial": typing.NotRequired[float | None],
|
|
26
26
|
"smooth_influence": typing.NotRequired[float | None],
|
|
27
27
|
"info": bool,
|
|
@@ -14,14 +14,14 @@ MRAVERAGEHEADER_METADATA = Metadata(
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
MraverageheaderConfigParameters = typing.TypedDict('MraverageheaderConfigParameters', {
|
|
17
|
-
"
|
|
17
|
+
"__STYXTYPE__": typing.Literal["config"],
|
|
18
18
|
"key": str,
|
|
19
19
|
"value": str,
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
MraverageheaderParameters = typing.TypedDict('MraverageheaderParameters', {
|
|
24
|
-
"
|
|
24
|
+
"__STYXTYPE__": typing.Literal["mraverageheader"],
|
|
25
25
|
"padding": typing.NotRequired[float | None],
|
|
26
26
|
"resolution": typing.NotRequired[str | None],
|
|
27
27
|
"fill": bool,
|