{% with cell_dict = {'\u2713': 'class="yes"', '\u2717': 'class="no"','N/A': 'class="na"'} %} Fmridenoise report
{% for pipeline in pipelines %} {% endfor %}

Group Summary

edges density edges density no high motion
pipeline distance dependency
pipelines fc fd pearson
tdof loss motion out {% if excluded_subjects %}

Excluded subjects:

{% for excluded in excluded_subjects %} {{ excluded }}
{% endfor %} {% endif %}
{% for pipeline in pipelines %}

{{ pipeline.name.replace('_', '+') }}


{{ pipeline.description }}

{% for confound in pipeline.summary %} {% for value in confound.values() %} {% endfor %} {% endfor %}
Confound Original Temporal derivative Quadratic terms
{{ value }}

corelation matrix
corelation matrix no high motion
{% endfor %} {% endwith %}