$+ run("SetVar(refinement_output, strcat(FileName(),_refinement_output.html))") $-
Program |
|
Cycles | $+ html.Snippet("gui/snippets/input-spin-td", "value=spy.GetParam('snum.refinement.max_cycles')", "name=SET_SNUM_REFINEMENT_MAX_CYCLES", "onchange=spy.SetMaxCycles(html.GetValue('~name~'))", "min=0", "max=200", ) $-Peaks | $+ html.Snippet("gui/snippets/input-spin-td", "value=math.eval(abs(spy.GetParam(snum.refinement.max_peaks)))", "name=SET_SNUM_REFINEMENT_MAX_PEAKS", "min=0", "max=99", "onchange=spy.SetMaxPeaks(html.GetValue('~name~'))", ) $-||||||
hkl file | hkl : | Weight | $+ html.Snippet("gui/snippets/input-checkbox", "name=SET_SNUM_REFINEMENT_UPDATE_WEIGHT", "checked=spy.GetParam('snum.refinement.update_weight')", "bgcolor=GetVar(HtmlTableFirstcolColour)", "onclick=spy.SetParam('snum.refinement.update_weight', html.GetState('~name~'))", ) $- | $spy.gui.tools.weightGuiDisplay() | EXTI | $+ html.Snippet("gui/snippets/input-checkbox", "name=SNUM_REFINEMENT_EXTI", "checked=not(strcmp(xf.rm.Exti(),'n/a'))", "oncheck=spy.SetParam(snum.refinement.refine_extinction,3)>>addins EXTI", "onuncheck=spy.SetParam(snum.refinement.refine_extinction,0)>>delins EXTI", "bgcolor=GetVar(HtmlTableFirstcolColour)", ) $- | $spy.gui.tools.refine_extinction() | $+ html.Snippet("gui/snippets/input-combo", "name=REFINEMENT_ACTA", "items=No ACTA;ACTA NOHKL;ACTA", "value=Ins('acta')", "onchange=spy.actaGuiDisplay(html.GetValue('~name~'))", "readonly=False", "onchangealways=True", "bgcolor=spy.refinement_acta_bg_colour()", ) $- | |
#ignoreif --> #ignoreif --> $+ html.Snippet("gui/snippets/input-checkbox-td", "name=USE_ASPHERICAL@refine", "checked=False", "label=NoSpherA2 ", "height=0", "bgcolor=GetVar(HtmlTableFirstcolColour)", "td1= | ", "onclick=spy.SetParam('snum.NoSpherA2.use_aspherical',False)>>html.Update()") $- #ignoreif --> #ignoreif --> |