<%include file="header.html" /> <% gallery_size = 'height:' + str(app.cfg['param']['iheight']) + 'px' palette_size = 'height="' + str(app.cfg['param']['iheight']) + '"' palette = app.work_url + 'input_0.png' silhouette = app.work_url + 'input_1.png' outfn = app.work_url + 'output.png' %> <%doc> ************************************************************* <%doc> *************************************************************

The algorithm result is displayed hereafter.

<%def name="getpar(name,symbol)"> ${symbol} = ${app.cfg['param'][name]} <%def name="setpar(visible,name,symbol,type,val,hint)"> %if visible: ${hint} %else: %endif
<%doc> ************************************************************* <%doc> *************************************************************
Restart with the same palette %for k in sorted(app.parconfig): %endfor
<%doc> ************************************************************* <%doc> *************************************************************
Restart with the same palette chosen parameters %for k in sorted(app.parconfig): ${setpar(app.parconfig[k]['changeable'],k,app.parconfig[k]['htmlname'],app.parconfig[k]['htmltype'],app.parconfig[k]['value'],app.parconfig[k]['doc'])} %endfor
<%doc> ************************************************************* <%doc> *************************************************************
Restart with new data
## Restart this algorithm with new data.

Downloadable files

Output.info

${open(app.work_dir + 'output.info', 'r').read()}

<%include file="archive_info.html" /> <%include file="footer.html" />