-
Notifications
You must be signed in to change notification settings - Fork 44
/
functionSignatures.json
137 lines (137 loc) · 4.23 KB
/
functionSignatures.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"nii_tool":
{
"inputs":
[
{"name":"cmd", "kind":"required", "type":"choices={'hdr'}"},
{"name":"filename", "kind":"required", "type":"filepath=*.hdr,*.nii,*.nii.gz"}
]
},
"nii_tool":
{
"inputs":
[
{"name":"cmd", "kind":"required", "type":"choices={'load', 'img', 'ext'}"},
{"name":"filename", "kind":"required", "type":[["struct"], ["filepath=*.hdr,*.nii,*.nii.gz"]]}
]
},
"nii_tool":
{
"inputs":
[
{"name":"cmd", "kind":"required", "type":"choices={'init'}"},
{"name":"img", "kind":"required", "type":"numeric"}
]
},
"nii_tool":
{
"inputs":
[
{"name":"cmd", "kind":"required", "type":"choices={'save', 'update'}"},
{"name":"nii", "kind":"required", "type":"struct"}
]
},
"nii_tool":
{
"inputs":
[
{"name":"cmd", "kind":"required", "type":"choices={'cat3D'}"},
{"name":"filename", "kind":"required", "type":"filepath=*.hdr,*.nii,*.nii.gz"}
]
},
"nii_moco":
{
"inputs":
[
{"name":"nii", "kind":"required", "type":[["struct"], ["filepath=*.hdr,*.nii,*.nii.gz"]]},
{"name":"out", "kind":"positional", "type":"char"},
{"name":"ref", "kind":"positional", "type":[["struct"], ["numeric"], ["filepath=*.nii,*.nii.gz"]]}
]
},
"dicm2nii":
{
"inputs":
[
{"name":"src", "kind":"positional", "type":[["folderpath"], ["filepath=*.dcm,*.par,*.xml"]]},
{"name":"niiFolder", "kind":"positional", "type":[["char"], ["folderpath"]]},
{"name":"fmt", "kind":"positional", "type":"choices={'.hdr', '.hdr.gz', '.hdr (3D)', '.nii', '.nii (3D)', '.nii.gz'}"}
]
},
"nii_stc":
{
"inputs":
[
{"name":"nii", "kind":"required", "type":[["struct"], ["filepath=*.nii,*.nii.gz"]]},
{"name":"out", "kind":"positional", "type":"char"},
{"name":"timing", "kind":"positional", "type":"numeric"}
]
},
"anonymize_dicm":
{
"inputs":
[
{"name":"src", "kind":"positional", "type":"filepath=*.par,*.dcm"},
{"name":"rst", "kind":"positional", "type":[["folderpath"], ["filepath=*.par,*.dcm"]]},
{"name":"subID", "kind":"positional", "type":[["char"], ["numeric"]]}
]
},
"nii_viewer":
{
"inputs":
[
{"name":"fname", "kind":"positional", "type":[["struct"], ["filepath=*.hdr,*.nii,*.nii.gz"]]},
{"name":"overlayName", "kind":"positional", "type":[["struct"], ["cell"], ["filepath=*.hdr,*.nii,*.nii.gz"]]}
]
},
"nii_xform":
{
"inputs":
[
{"name":"src", "kind":"required", "type":[["struct"], ["numeric"], ["filepath=*.hdr,*.nii,*.nii.gz"]]},
{"name":"target", "kind":"required", "type":[["struct"], ["numeric"], ["filepath=*.hdr,*.nii,*.nii.gz"]]},
{"name":"rst", "kind":"positional", "type":"char"},
{"name":"intrp", "kind":"positional", "type":"choices={'linear', 'nearest', 'cubic', 'spline'}"},
{"name":"missVal", "kind":"positional", "type":"numeric"}
]
},
"dicm_hdr":
{
"inputs":
[
{"name":"fname", "kind":"required", "type":"filepath=*.par,*.dcm,*.xml"},
{"name":"dict", "kind":"positional", "type":"struct"},
{"name":"iFrames", "kind":"positional", "type":"numeric"}
]
},
"dicm_img":
{
"inputs":
[
{"name":"s", "kind":"required", "type":[["struct"], ["filepath=*.par,*.dcm"]]},
{"name":"xpose", "kind":"optional", "type":[["logical"], ["numeric"]]}
]
},
"dicm_dict":
{
"inputs":
[
{"name":"vendor", "kind":"positional", "type":"choices={'SIEMENS', 'GE', 'Philips'}"},
{"name":"flds", "kind":"positional", "type":[["char"], ["cell"]]}
]
},
"nii_coreg":
{
"inputs":
[
{"name":"niiT", "kind":"required", "type":[["struct"], ["filepath=*.nii,*.nii.gz"]]},
{"name":"niiM", "kind":"required", "type":[["struct"], ["filepath=*.nii,*.nii.gz"]]}
]
},
"nii_deface":
{
"inputs":
[
{"name":"in", "kind":"required", "type":[["struct"], [["folderpath"], "filepath=*.nii,*.nii.gz"]]}
]
}
}