{% extends 'template.html' %} {% block title %} Eddy summary {% endblock title %} {% block subtitle %}

{{ out_dir }}

Number of Eddy data included in the summary: {{ eddyStudy.eddy_prefix_list | length }}

{% endblock subtitle %} {% block linkline %} Back to study level summary » {% endblock %} {% block content %}

Data summary for each Eddy runs

Basic information

{% for key, value in eddyStudy.subdf_basics.items() %} {% endfor %} {% for key, value in eddyStudy.subdf_basics.T.items() %} {% for val in value[1:] %} {% endfor %} {% endfor %}
{{ key }}
{{ value[0] }}{{ val }}



Outlier information

{% for key, value in eddyStudy.subdf_outliers.items() %} {% endfor %} {% for key, value in eddyStudy.subdf_outliers.T.items() %} {% for val in value[2:] %} {% endfor %} {% endfor %}
{{ key }}
{{ value[0] }} {{ value[1] }}{{ "%.2f"|format(val|float) }}



Motion information

{% for key, value in eddyStudy.subdf_motions.items() %} {% endfor %} {% for key, value in eddyStudy.subdf_motions.T.items() %} {% for val in value[1:] %} {% endfor %} {% endfor %}
{{ key }}
{{ value[0] }}{{ "%.2f"|format(val|float) }}


{% if image_list %}

Summary figures

{% endif %}
{% endblock content %}