|
Testing
|
$+
html.Snippet("gui/snippets/input-combo",
"items=spy.ED._get_description_items()",
"name=description@testing",
"value=spy.ED.get_stored_param('testing.description','.')",
"onchange=spy.ED._set_description_item(html.GetValue(~name~))",
"readonly=False",
)
$-
|
$+
html.Snippet("gui/snippets/input-combo","name=RZ@testing",
"width=100%",
"items=Z;R",
"value=spy.ED.get_stored_param('testing.RZ','Z')",
"onchange=spy.ED.set_stored_param('testing.RZ', html.GetValue(~name~))",
"readonly=true")
$-
|
$+
html.Snippet("gui/snippets/gui-link-plain",
"value=Go!",
"scope=#scope",
"onclick=spy.ed.refinement_tests()",
"bgcolor=GetVar(gui.action_colour)",
"fgcolor=#ffffff",
)
$-
|
$+
html.Snippet("gui/snippets/gui-link-plain",
"value=Plot",
"scope=#scope",
"onclick=spy.ed._plot()",
"bgcolor=GetVar(gui.action_colour)",
"fgcolor=#ffffff",
)
$-
|
$+
html.Snippet("gui/snippets/gui-link-plain",
"value=STOP",
"scope=#scope",
"onclick=spy.ed.write_stop_file()",
"bgcolor=GetVar(gui.red)",
"fgcolor=#ffffff",
)
$-
|
Tests
|
$+html.Snippet("gui/snippets/input-combo",
"name=what@testing",
"width=100%",
"items=n-beams;points;EDT;weight;profSpan;profTh;WGHT;iterate",
"value=spy.ED.get_stored_param('testing.what','N-Beams')",
"onchange=spy.ED.set_refinement_tests_settings(html.GetValue(~name~))",
"readonly=true")
$-
|
Start
|
$+
html.Snippet("gui/snippets/input-text",
"name=start@testing",
"value=spy.ED.get_stored_param('testing.start','3')",
"onchange=spy.ED.set_stored_param('testing.start', html.GetValue(~name~))",
)
$-
|
Incr
|
$+
html.Snippet("gui/snippets/input-text",
"name=increment@testing",
"value=spy.ED.get_stored_param('testing.increment','2')",
"onchange=spy.ED.set_stored_param('testing.increment', html.GetValue(~name~))",
)
$-
|
Iter
|
$+
html.Snippet("gui/snippets/input-text",
"name=iterations@testing",
"value=spy.ED.get_stored_param('testing.iterations','20')",
"onchange=spy.ED.set_stored_param('testing.iterations', html.GetValue(~name~))",
)
$-
|
|
Note
|
$+
html.Snippet("gui/snippets/input-text",
"multiline=false",
"name=TESTING.COMMENT",
"value=spy.ED.get_stored_param('testing.comment')",
"onchange=spy.ED.set_stored_param('testing.comment', html.GetValue('~name~'))")
$-
|
Include
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotR1@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=R1",
"checked=spy.ED.get_stored_param('plot.R1',True)",
"onclick=spy.ED.set_stored_param('plot.R1', html.GetState('~name~'))",
)
$-
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotwR2@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=wR2",
"checked=spy.ED.get_stored_param('plot.wR2',True)",
"onclick=spy.ED.set_stored_param('plot.wR2', html.GetState('~name~'))",
)
$-
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotR1Z@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=R1Z",
"checked=spy.ED.get_stored_param('plot.R1Z',True)",
"onclick=spy.ED.set_stored_param('plot.R1Z', html.GetState('~name~'))",
)
$-
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotwR2Z@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=wR2(Z)",
"checked=spy.ED.get_stored_param('plot.wR2',True)",
"onclick=spy.ED.set_stored_param('plot.wR2', html.GetState('~name~'))",
)
$-
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotEDT@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=EDT",
"checked=spy.ED.get_stored_param('plot.EDT',True)",
"onclick=spy.ED.set_stored_param('plot.EDT', html.GetState('~name~'))",
)
$-
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotEDTZ@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=EDTZ",
"checked=spy.ED.get_stored_param('plot.EDTZ',True)",
"onclick=spy.ED.set_stored_param('plot.EDTZ', html.GetState('~name~'))",
)
$-
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotZScore@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=Z",
"checked=spy.ED.get_stored_param('plot.ZScore',True)",
"onclick=spy.ED.set_stored_param('plot.ZScore', html.GetState('~name~'))",
)
$-
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotTime@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=T",
"checked=spy.ED.get_stored_param('plot.Time',True)",
"onclick=spy.ED.set_stored_param('plot.Time', html.GetState('~name~'))",
)
$-
|
$+
html.Snippet("gui/snippets/input-checkbox",
"name=plotN_obs@testing",
"bgcolor=GetVar(HtmlTableGroupBgColour)",
"value=N_obs",
"checked=spy.ED.get_stored_param('plot.N_obs',True)",
"onclick=spy.ED.set_stored_param('plot.N_obs', html.GetState('~name~'))",
)
$-
|
Profile Settings
|
$+
html.Snippet("gui/snippets/input-text","name=integration.profile.s_span",
"width=100%",
"items=0.03;0.02;0.01",
"value=spy.ED.get_stored_param('integration.profile.s_span')",
"onchange=spy.ED.set_stored_param('integration.profile.s_span', html.GetValue(~name~))",
"readonly=true")
$-
|
Profile Th
|
$+
html.Snippet("gui/snippets/input-text","name=integration.profile_th",
"width=100%",
"items=10;5;3;2;0",
"value=spy.ED.get_stored_param('integration.profile_th')",
"onchange=spy.ED.set_stored_param('integration.profile_th', html.GetValue(~name~))",
"readonly=true")
$-
|
$+
html.Snippet("gui/snippets/gui-link-plain",
"value=Values",
"scope=#scope",
"onclick=spy.ED.print_width_cache()",
"bgcolor=GetVar(gui.action_colour)",
"fgcolor=#ffffff",
)
$-
|