MRIQC: individual {{ modality }}
report
Summary
- Subject ID: {{ sub_id }}.
{% if pred_qa is not none %}
- MRIQC predicted QA:
{% if pred_qa > 0 %}Exclude
{% else %}Pass
{% endif %}
{% endif %}
- Date and time: {{ timestamp }}.
- MRIQC version: {{ version }}.
{% if workflow_details %}
- Workflow details:
{% for detail in workflow_details %}
- {{ detail }}
{% endfor %}
{% endif %}
Visual reports
{% for title, svg in svg_files %}
{{ title }}
{{ svg }}
{% endfor %}
Extracted Image Quality Metrics (IQMs)
{{ imparams }}
{% if metadata %}
Metadata
{{ metadata }}
{% endif %}
{% if provenance %}
Provenance information
{{ provenance }}
{% endif %}
For details on the IQMs (image quality metrics) and further information on
the enclosed plots, please read the
documentation.