forked from mtex-toolbox/mtex
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfunctionSignatures.json
67 lines (67 loc) · 2.77 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
{
"calcGrains":
{
"inputs":
[
{"name":"ebsd", "kind":"required", "type":"EBSD"},
{"name":"method", "kind":"flag", "type":"choices={'custom', 'angle','FMC'}"},
{"name":"unitCell", "kind":"flag"}
]
},
"rotate":
{
"inputs":
[
{"name":"ebsd", "kind":"required", "type":"EBSD"},
{"name":"rot", "kind":"required", "type":"choices={'double','rotation'}"},
{"name":"method", "kind":"flag", "type":"choices={'keepXY', 'keepEuler'}"},
{"name":"center", "kind":"namevalue", "type":"double"}
]
},
"plot":
{
"inputs":
[
{"name":"boundary", "kind":"required", "type":"grainBoundary"},
{"name":"lineColor", "kind":"namevalue", "type":"choices={'white', 'black','blue','green','red','flat','none'}"},
{"name":"lineWidth", "kind":"namevalue", "type":"double"},
{"name":"MarkerEdgeColor", "kind":"namevalue", "type":"choices={'white', 'black','blue','green','red','flat','none'}"},
{"name":"MarkerSize", "kind":"namevalue", "type":"int8"},
{"name":"micronbar", "kind":"namevalue", "type":"choices={'on', 'off'}"},
{"name":"coordinates", "kind":"namevalue", "type":"choices={'on', 'off'}"},
{"name":"figSize", "kind":"namevalue", "type":"choices={'tiny', 'small','large','huge'}"},
{"name":"label", "kind":"namevalue", "type":"string"},
{"name":"DisplayName", "kind":"namevalue", "type":"char"},
{"name":"backgroundColor", "kind":"namevalue", "type":"choices={'white', 'black','blue','green','red','flat','none'}"}
]
},
"plot":
{
"inputs":
[
{"name":"ebsd", "kind":"required", "type":"EBSD"},
{"name":"FaceAlpha", "kind":"namevalue", "type":"double"},
{"name":"DisplayName", "kind":"namevalue", "type":"char"},
{"name":"micronbar", "kind":"namevalue", "type":"choices={'on', 'off'}"},
{"name":"coordinates", "kind":"namevalue", "type":"choices={'on', 'off'}"},
{"name":"figSize", "kind":"namevalue", "type":"choices={'tiny', 'small','large','huge'}"},
{"name":"FaceColor", "kind":"namevalue", "type":"double"},
{"name":"DisplayName", "kind":"namevalue", "type":"char"},
{"name":"unitCell", "kind":"flag"}
]
},
"plot":
{
"inputs":
[
{"name":"grains", "kind":"required", "type":"grain2d"},
{"name":"lineColor", "kind":"namevalue", "type":"choices={'white', 'black','blue','green','red','flat','none'}"},
{"name":"lineWidth", "kind":"namevalue", "type":"double"},
{"name":"FaceAlpha", "kind":"namevalue", "type":"double"},
{"name":"micronbar", "kind":"namevalue", "type":"choices={'on', 'off'}"},
{"name":"coordinates", "kind":"namevalue", "type":"choices={'on', 'off'}"},
{"name":"figSize", "kind":"namevalue", "type":"choices={'tiny', 'small','large','huge'}"},
{"name":"FaceColor", "kind":"namevalue", "type":"double"}
]
}
}