-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfunctionSignatures.json
34 lines (34 loc) · 1.97 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
{
"de":
{
"inputs":
[
{"mutuallyExclusiveGroup":
[
[
{"name":"ItemType", "kind":"required", "type":"choices={'help'}"}
],
[
{"name":"ItemType", "kind":"required", "type":"choices={'compute','results'}"},
{"name":"expdef", "kind":"required", "type":[["char", "choices=utls.listfiles(fullfile(de_path(), 'expdefs', '*.json'))"]]}
],
[
{"name":"ItemType", "kind":"required", "type":"choices={'view'}"},
{"name":"ItemType", "kind":"required", "type":"choices={'matchpair'}"},
{"name":"dsetname", "kind":"required", "type":[["char", "choices=utls.listfiles(fullfile(vlb_path, 'matlab', '+dset'), 'keepext', false, 'fullpath', false)"]]}
],
[
{"name":"ItemType", "kind":"required", "type":"choices={'view'}"},
{"name":"ItemType", "kind":"required", "type":"choices={'detections'}"},
{"name":"dsetname", "kind":"required", "type":[["char", "choices=utls.listfiles(fullfile(vlb_path, 'matlab', '+dset'), 'keepext', false, 'fullpath', false, 'exclude', {'factory'})"]]},
{"name":"featsname", "kind":"required", "type":[["char", "choices=utls.listfiles(fullfile(de_path, 'expdefs', 'dets', '*.json'), 'keepext', false, 'fullpath', false)"]]}
],
[
{"name":"ItemType", "kind":"required", "type":"choices={'checkdetections'}"},
{"name":"featsname", "kind":"required", "type":[["char", "choices=utls.listfiles(fullfile(de_path, 'expdefs', 'dets', '*.json'), 'keepext', false, 'fullpath', false)"]]}
]
]
}
]
}
}