-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpacking_parameters.json
More file actions
192 lines (192 loc) · 4.95 KB
/
packing_parameters.json
File metadata and controls
192 lines (192 loc) · 4.95 KB
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"computeGridParams": {
"name": "computeGridParams",
"default": true,
"value": true,
"width": 100,
"type": "bool",
"description": "compute Grid Params"
},
"pickRandPt": {
"name": "pickRandPt",
"default": true,
"value": true,
"width": 200,
"type": "bool",
"description": "Pick drop position point randomly"
},
"cancelDialog": {
"name": "cancelDialog",
"default": false,
"value": false,
"width": 30,
"type": "bool",
"description": "compute Grid Params"
},
"_hackFreepts": {
"name": "_hackFreepts",
"default": false,
"value": false,
"width": 30,
"type": "bool",
"description": "no free point update"
},
"pickWeightedIngr": {
"name": "pickWeightedIngr",
"default": true,
"value": true,
"width": 200,
"type": "bool",
"description": "Prioritize ingredient selection by packingWeight"
},
"windowsSize": {
"name": "windowsSize",
"default": 100,
"value": 100,
"width": 30,
"type": "int",
"description": "windows Size"
},
"use_gradient": {
"name": "use_gradient",
"default": false,
"value": false,
"width": 150,
"type": "bool",
"description": "Use gradients if defined"
},
"placeMethod": {
"name": "placeMethod",
"default": "placeMethod",
"value": "jitter",
"width": 30,
"values": [
"jitter",
"spring",
"rigid-body",
"pandaBullet",
"pandaBulletRelax",
"pandaDev",
"RAPID"
],
"type": "liste",
"description": " Overriding Packing Method = "
},
"saveResult": {
"name": "saveResult",
"default": false,
"value": false,
"width": 200,
"type": "bool",
"description": "Save packing result to .apr file (enter full path below):"
},
"ingrLookForNeighbours": {
"name": "ingrLookForNeighbours",
"default": false,
"value": false,
"width": 30,
"type": "bool",
"description": "Look for ingredients attractor and partner"
},
"runTimeDisplay": {
"name": "runTimeDisplay",
"default": false,
"value": false,
"width": 150,
"type": "bool",
"description": "Display packing in realtime (slow)"
},
"_timer": {
"name": "_timer",
"default": false,
"value": false,
"width": 30,
"type": "bool",
"description": "evaluate time per function"
},
"freePtsUpdateThrehod": {
"mini": 0,
"maxi": 1,
"name": "freePtsUpdateThrehod",
"width": 30,
"default": 0.15,
"type": "float",
"value": 0.15,
"description": "Mask grid while packing (0=always | 1=never)"
},
"overwritePlaceMethod": {
"name": "overwritePlaceMethod",
"default": false,
"value": false,
"width": 300,
"type": "bool",
"description": "Overwrite per-ingredient packing method with Overriding Packing Method:"
},
"innerGridMethod": {
"name": "innerGridMethod",
"default": "innerGridMethod",
"value": "bhtree",
"width": 30,
"values": [
"bhtree",
"sdf",
"jordan",
"jordan3",
"pyray",
"floodfill"
],
"type": "liste",
"description": " Method to calculate the inner grid:"
},
"largestProteinSize": {
"name": "largestProteinSize",
"default": 0,
"value": 0,
"width": 30,
"type": "int",
"description": "largest Protein Size"
},
"gradients": {
"name": "gradients",
"default": "",
"value": "",
"width": 150,
"values": [],
"type": "liste",
"description": "Gradients available"
},
"resultfile": {
"name": "resultfile",
"default": "fillResult",
"value": "fillResult",
"width": 200,
"type": "filename",
"description": "result filename"
},
"smallestProteinSize": {
"mini": 1,
"maxi": 1000,
"name": "smallestProteinSize",
"width": 30,
"default": 15,
"type": "int",
"value": 15,
"description": "Smallest ingredient packing radius override (low=accurate | high=fast)"
},
"use_periodicity": {
"name": "use_periodicity",
"default": false,
"value": false,
"width": 200,
"type": "bool",
"description": "Use periodic condition"
},
"EnviroOnly": {
"name": "EnviroOnly",
"default": false,
"value": false,
"width": 30,
"type": "bool",
"description": "Histo volume Only"
}
}