%Execution% |
Repeat mode |
$+
html.Snippet("gui/snippets/input-combo", "name=sf_repeatmode",
"value=GetVar('settings.superflip.repeatmode')",
"items=never;nosuccess;always;trials",
"onchange=SetVar('settings.superflip.repeatmode', html.GetValue('~name~'))")
$- |
$+
html.Snippet("gui/snippets/input-text", "name=sf_trials",
"width=35",
"value=GetVar('settings.superflip.repeatmode.trials')",
"onchange=SetVar('settings.superflip.repeatmode.trials', html.GetValue('~name~'))")
$- |
Max cycles |
$+
html.Snippet("gui/snippets/input-text", "name=sf_max_cycles",
"width=40",
"value=GetVar('settings.superflip.max_cycles')",
"onchange=SetVar('settings.superflip.max_cycles', html.GetValue('~name~'))")
$- |
Fast FFT |
$+
html.Snippet("gui/snippets/input-checkbox", "name=sf_fastfft",
"checked=GetVar('settings.superflip.fastfft')",
"onclick=SetVar('settings.superflip.fastfft', html.GetState('~name~'))")
$- |
|
Data |
Normalise |
$+
html.Snippet("gui/snippets/input-combo", "name=sf_data_normalise",
"value=GetVar('settings.superflip.data.normalize')",
"items=no;wilson;local",
"onchange=SetVar('settings.superflip.data.normalize', html.GetValue('~name~'))")
$- |
Number of resolution shells |
$+
html.Snippet("gui/snippets/input-text", "name=sf_nresbins",
"width=35",
"value=GetVar('settings.superflip.data.nresshells')",
"onchange=SetVar('settings.superflip.data.nresshells', html.GetValue('~name~'))")
$- |
Weak ratio |
$+
html.Snippet("gui/snippets/input-text", "name=sf_weakratio",
"width=35",
"value=GetVar('settings.superflip.data.weakratio')",
"onchange=SetVar('settings.superflip.data.weakratio', html.GetValue('~name~'))")
$- |
|
Limit resolution |
$+
html.Snippet("gui/snippets/input-checkbox", "name=sf_resolution_limit",
"checked=GetVar('settings.superflip.resolution.limit')",
"onclick=SetVar('settings.superflip.resolution.limit', html.GetState('~name~'))")
$- |
Units |
$+
html.Snippet("gui/snippets/input-combo", "name=sf_resolution_units",
"items='d;sthl'",
"value=GetVar('settings.superflip.resolution.units')",
"onchange=SetVar('settings.superflip.resolution.units', html.GetValue('~name~'))")
$- |
High |
$+
html.Snippet("gui/snippets/input-text", "name=sf_resolution_high",
"width=35",
"value=GetVar('settings.superflip.resolution.high')",
"onchange=SetVar('settings.superflip.resolution.high', html.GetValue('~name~'))")
$- |
Low |
$+
html.Snippet("gui/snippets/input-text", "name=sf_resolution_low",
"width=35",
"value=GetVar('settings.superflip.resolution.low')",
"onchange=SetVar('settings.superflip.resolution.low', html.GetValue('~name~'))")
$- |
|
|
Missing Data |
Method |
$+
html.Snippet("gui/snippets/input-combo", "name=sf_missing_data_process",
"value=GetVar('settings.superflip.data.missing.process')",
"items=float;bound;boundsum",
"onchange=SetVar('settings.superflip.data.missing.process', html.GetValue('~name~'))")
$- |
Resolution limit |
$+
html.Snippet("gui/snippets/input-text", "name=sf_missing_data_rlim",
"width=35",
"value=GetVar('settings.superflip.data.missing.rlim')",
"onchange=SetVar('settings.superflip.data.missing.rlim', html.GetValue('~name~'))")
$- |
Upper bound |
$+
html.Snippet("gui/snippets/input-text", "name=sf_missing_data_upper_bound",
"width=35",
"value=GetVar('settings.superflip.data.missing.ubound')",
"onchange=SetVar('settings.superflip.data.missing.ubound', html.GetValue('~name~'))")
$- |
|
Convergence |
Value |
$+
html.Snippet("gui/snippets/input-combo", "name=sf_convergence_mode",
"value=GetVar('settings.superflip.convergence.mode')",
"items=normal;rvalue;charge;peakiness",
"onchange=SetVar('settings.superflip.convegence.mode', html.GetValue('~name~'))")
$- |
Threshold value |
$+
html.Snippet("gui/snippets/input-text", "name=sf_convergence_th",
"width=35",
"value=GetVar('settings.superflip.convergence.threshold')",
"onchange=SetVar('settings.superflip.convergence.threshold', html.GetValue('~name~'))")
$- |
Delta |
$+
html.Snippet("gui/snippets/input-combo", "name=sf_delta_method",
"value=GetVar('settings.superflip.delta.method')",
"items=auto;specified value",
"onchange=SetVar('settings.superflip.delta.method', html.GetValue('~name~'))")
$- |
Delta value |
$+
html.Snippet("gui/snippets/input-text", "name=sf_delta_value",
"width=35", "value='Delta value'",
"value=GetVar('settings.superflip.delta.value')",
"onchange=SetVar('settings.superflip.delta.value', html.GetValue('~name~'))")
$- |
|
Polish |
$+
html.Snippet("gui/snippets/input-checkbox", "name=sf_polish",
"checked=GetVar('settings.superflip.convergence.polish')",
"onclick=SetVar('settings.superflip.convergence.polish', html.GetState('~name~'))")
$- |
Number of cycles |
$+
html.Snippet("gui/snippets/input-text", "name=sf_polish_cycles",
"width=35",
"value=GetVar('settings.superflip.convergence.polish.cycles')",
"onchange=SetVar('settings.superflip.convergence.polish.cycles', html.GetValue('~name~'))")
$- |
|
|
Output |
Derive symmetry |
$+
html.Snippet("gui/snippets/input-combo", "name=sf_derive_symmetry",
"items=yes;no;use",
"value=GetVar('settings.superflip.symmetry.derive')",
"onchange=SetVar('settings.superflip.symmetry.derive', html.GetValue('~name~'))")
$- |
Search symmetry |
$+
html.Snippet("gui/snippets/input-combo", "name=sf_search_symmetry",
"items=no;shift;average",
"value=GetVar('settings.superflip.symmetry.search')",
"onchange=SetVar('settings.superflip.symmetry.search', html.GetValue('~name~'))")
$- |
Cleanup |
$+
html.Snippet("gui/snippets/input-checkbox", "name=sf_cleanup",
"checked=GetVar('settings.superflip.cleanup')",
"onclick=SetVar('settings.superflip.cleanup', html.GetState('~name~'))")
$- |
|
Use current cell centering |
$+
html.Snippet("gui/snippets/input-checkbox", "name=sf_use_cell_centering",
"checked=GetVar('settings.superflip.use_centering')",
"onclick=SetVar('settings.superflip.use_centering', html.GetState('~name~'))")
$- |
|
|