|
%Search for Twin Laws% |
%Show Cumulative Intensities%
|
Extended:
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=TWIN_DO_LONG",
"items=2;12;24",
"checked=spy.GetParam(snum.twinning.olex2.do_long)",
"onclick=spy.SetParam(snum.twinning.olex2.do_long, html.GetState(~name~))",
)
$-
|
Max Index:
|
$+
html.Snippet("gui/snippets/input-combo",
"name=TWIN_MAX_INDEX",
"items=1;2;5;12",
"lable=Max Index",
"value=spy.GetParam(snum.twinning.olex2.max_index)",
"onchange=spy.SetParam(snum.twinning.olex2.max_index, html.GetValue(~name~))",
"readonly=false",
)
$-
|
Rotation Fraction:
|
$+
html.Snippet("gui/snippets/input-combo",
"name=TWIN_ROTATION_FRACTION",
"items=2;12;24",
"value=spy.GetParam(snum.twinning.olex2.rotation_fraction)",
"onchange=spy.SetParam(snum.twinning.olex2.rotation_fraction, html.GetValue(~name~))",
"readonly=false",
)
$-
|
Proximity Threshold:
|
$+
html.Snippet("gui/snippets/input-combo",
"name=TWIN_THRESHOLD",
"items=0.001;0.002;0.01",
"lable=Max Index",
"value=spy.GetParam(snum.twinning.olex2.threshold)",
"onchange=spy.SetParam(snum.twinning.olex2.threshold, html.GetValue(~name~))",
"readonly=false",
)
$-
|
%Search%
|