Dynamic Parameter Form
Select Stage:
Find Focus
Reconstruction
Base Parameters:
{% macro render_field(value, key_path) %} {% if value is mapping %}
{{ key_path or 'root' }}
{% for k,v in value.items() %} {% set name = key_path ~ (key_path and '.') ~ k %} {% if k in ['_target_','update_blocks'] %}
{% else %} {{ render_field(v,name) }} {% endif %} {% endfor %}
{% elif value is iterable and not value is string %} {% for item in value %} {{ render_field(item, key_path ~ '[' ~ loop.index0 ~ ']') }} {% endfor %} {% else %}
{{ key_path.split('.')[-1].split('[')[0].replace('_',' ').title() }}:
{% endif %} {% endmacro %} {{ render_field(scans, '') }}
Folder:
Image:
aā:
zāā (in cm):
Energy (in keV):
Save prefix:
Reconstruct
Find Focus
v_min:
v_max:
Find Focus
-- Select Find Focus Option --
Custom
Phase Retrieval
-- Select Phase Retrieval Option --
Custom
Tomography
Holder:
Submit All