FreeSurfer: Individual Report

Summary

  • Date and time: {{ timestamp }}.

Metrics

{% if metrics %}
{% if metrics.subject %}{% endif %} {% if 'wm_snr_orig' in metrics and metrics.wm_snr_orig is not none %}{% endif %} {% if 'gm_snr_orig' in metrics and metrics.gm_snr_orig is not none %}{% endif %} {% if 'wm_snr_norm' in metrics and metrics.wm_snr_norm is not none %}{% endif %} {% if 'gm_snr_norm' in metrics and metrics.gm_snr_norm is not none %}{% endif %} {% if 'cc_size' in metrics and metrics.cc_size is not none %}{% endif %} {% if 'holes_lh' in metrics and metrics.holes_lh is not none %}{% endif %} {% if 'holes_rh' in metrics and metrics.holes_rh is not none %}{% endif %} {% if 'defects_lh' in metrics and metrics.defects_lh is not none %}{% endif %} {% if 'defects_rh' in metrics and metrics.defects_rh is not none %}{% endif %} {% if 'topo_lh' in metrics and metrics.topo_lh is not none %}{% endif %} {% if 'topo_rh' in metrics and metrics.topo_rh is not none %}{% endif %} {% if 'con_snr_lh' in metrics and metrics.con_snr_lh is not none %}{% endif %} {% if 'con_snr_rh' in metrics and metrics.con_snr_rh is not none %}{% endif %} {% if 'rot_tal_x' in metrics and metrics.rot_tal_x is not none %}{% endif %} {% if 'rot_tal_y' in metrics and metrics.rot_tal_y is not none %}{% endif %} {% if 'rot_tal_z' in metrics and metrics.rot_tal_z is not none %}{% endif %}
Metric Value
Subject{{ metrics.subject }}
WM SNR (Original){{ "%.3f"|format(metrics.wm_snr_orig) }}
GM SNR (Original){{ "%.3f"|format(metrics.gm_snr_orig) }}
WM SNR (Normalized){{ "%.3f"|format(metrics.wm_snr_norm) }}
GM SNR (Normalized){{ "%.3f"|format(metrics.gm_snr_norm) }}
CC Size{{ "%.6f"|format(metrics.cc_size) }}
Holes (LH){{ metrics.holes_lh }}
Holes (RH){{ metrics.holes_rh }}
Defects (LH){{ metrics.defects_lh }}
Defects (RH){{ metrics.defects_rh }}
Topology (LH){{ "%.3f"|format(metrics.topo_lh) }}
Topology (RH){{ "%.3f"|format(metrics.topo_rh) }}
Contrast SNR (LH){{ "%.3f"|format(metrics.con_snr_lh) }}
Contrast SNR (RH){{ "%.3f"|format(metrics.con_snr_rh) }}
Rotation Tal X{{ "%.6f"|format(metrics.rot_tal_x) }}
Rotation Tal Y{{ "%.6f"|format(metrics.rot_tal_y) }}
Rotation Tal Z{{ "%.6f"|format(metrics.rot_tal_z) }}
{% endif %}

Talairach Registration

{% for item in tlrc %}
{% if ' {% endif %}
{% endfor %}

Aparc+Aseg Parcellations

{% for img_path in aseg %}
Aparc+Aseg Parcellations
{% endfor %}

Surfaces

{% for label, img_path in surf %}

{{ label }}

{{ label }}
{% endfor %}