$+ run("SetVar(refinement_output, strcat(FileName(),_refinement_output.html))") $- Extract $spy.gui.cif.check_for_embedded_hkl() #ignoreif --> $+ 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", ) $- $+ 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~'))", ) $- $+ html.Snippet("gui/snippets/input-checkbox-td", "name=SNUM_REFINEMENT_USE_SOLVENT_MASK", "label=Use Solvent Mask ", "name=SNUM_REFINEMENT_USE_SOLVENT_MASK", "checked=spy.GetParam('snum.refinement.use_solvent_mask')", "onclick=spy.SetMasking(html.GetState(~name~))>>html.update()", "bgcolor=GetVar(HtmlTableFirstcolColour)", ) $- #ignoreif --> #ignoreif --> $+ html.Snippet("gui/snippets/input-checkbox-td", "name=USE_ASPHERICAL@refine", "checked=False", "label=NoSpherA2 ", "height=0", "bgcolor=GetVar(HtmlTableFirstcolColour)", "td1=
Program
Cycles Peaks
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()", ) $-
", "onclick=spy.SetParam('snum.NoSpherA2.use_aspherical',False)>>html.Update()") $- #ignoreif --> #ignoreif -->