{{inherit "base.html"}} {{def navbar}} {{enddef}} {{def report}}

Description

{{ method_section|html }}

Model details

{{ parameters|html }}
{{py: n_runs = len(displayed_runs)}}

Mask

{{if mask_plot}}
Mask image
{{else}}

No mask was provided.

{{endif}} {{if n_elements }}

The mask includes {{ n_elements }} voxels ({{ coverage }} %) of the image.

{{endif}}

Statistical Maps

{{if results}} {{py: results = results.items()}} {{for contrast_name, details in results}}

{{contrast_name}}

{{if details.stat_map_img }}
Stat map plot for the contrast: {{contrast_name}}
{{else}}

No suprathreshold cluster

{{endif}}
Cluster Table {{if details.cluster_table_details }} {{ details.cluster_table_details|html }} {{else}}

No cluster table parameter provided

{{endif}} {{if details.cluster_table }} {{ details.cluster_table|html }} {{else}}

No suprathreshold cluster

{{endif}}
{{endfor}} {{else}}

No statistical map was provided.

{{endif}}

About

{{if n_runs > 1}} {{endif}} {{enddef}}