{% if data.coregister %}
{% endif %}
{% if data.beamform_and_parcellate %}
{% endif %}
{% if data.fix_sign_ambiguity %}
{% endif %}
{% if data.batchlog is defined %}
{% endif %}
{% if data.errlog is defined %}
{% endif %}
Config
{% if data.extra_funcs is defined %}
Extra functions
{% endif %}
{% if data.coregister %}
Coregistration
{% if data.coreg_table is defined %}
Distance between polhemus and structural MRI fiducials in cm.
{{ data.coreg_table | safe }}
{% else %}
No fiducials were used in coregistration.
{% endif %}
{% endif %}
{% if data.beamform_and_parcellate %}
Parcellation
{{ data.parcellation_filename }}
{% endif %}
{% if data.fix_sign_ambiguity %}
Sign Flipping
Template subject: {{ data.template }}
{% if data.signflip_table is defined %}
{{ data.signflip_table | safe }}
{% endif %}