Navigation
Parameter tuning
Dashboard
Parameter tuning
Stage & Parameters
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, '') }}
Scan Parameters
Folder
Image
Energy (keV)
a₀
Save prefix
z₀₁ (mm)
z₀₂ (mm)
Use P05 geometry
Holder (mm)
QP optics
Calculate
Pipeline Submission
Find Focus
— option —
Custom
Phase Retrieval
— option —
Custom
Tomography
Plots
v_min
v_max