Scan: {{ scan.name }}
{% if scan.cancelled %}
⚠️ Warning: The reconstruction has been cancelled!
{% endif %}
{% for f in scan.done %}
{% if f.name == "find_focus" and f.status == "failed" %}
⚠️ Warning: find_focus did not compute. Have a look into the logs. Use default z01!
{% endif %}
{% endfor %}
Scan Report: {{ scan.name }}
← Back to Dashboard
Please cite:
{% for task, info in citations.items() %}
{% if task in scan.config.scan.tasks %}
{{ info.title }}, {{ info.authors }},
{{ info.journal }} {{ info.vol_issue }} ({{ info.year }}).
doi:{{ info.doi }}
{% endif %}
{% endfor %}
Used Holowizard Version
{{ hw.version }}
Measurement Details
- Scan ID: {{ scan.name }}
- Scan Date: {{ scan.date }}
- Number of Projections: {{ scan.hologram_path | length }}
- Energy: {{ scan.energy }} keV
- Detector: {{ scan.config.scan.detector }}
- Detector Pixel Size: {{ scan.config.scan.px_size | round(6) }} mm
- z01: {{ scan.z01 | round(6) }} mm
- z02: {{ scan.z02 | round(6) }} mm
- Magnification {{ scan.M | round(2) }}
- Effective Propagation Distance: {{ scan.z_eff | round(6) }} mm
Reconstruction Details
- Binning: {{ scan.binning }}
- Effective Pixel Size (raw): {{ (scan.dx_eff / scan.binning) | round(6) }} mm
- Effective Pixel Size (binned): {{ scan.dx_eff | round(6) }} mm
- Fresnel Number (binned): {{ scan.fr_eff }}
Processing Details