Original file: {{ data.filename }}
{% if data.preproc_fif_filename != None %}
Preprocessed file: {{ data.preproc_fif_filename }}
{% endif %}
Project name: {{ data.projname }}
Experimenter: {{ data.experimenter }}
Data acquired: {{ data.meas_date }}
{{ data.acq_samples }} samples at {{ data.acq_sfreq }} Hz - {{ data.acq_duration}} seconds
{{ data.chantable }}
{{ data.digitable }}
{{ data.eventtable }}
{% if data.bad_seg != [] %}
Bad segments
{{ '
'.join(data.bad_seg[::-1]) }}
{% endif %}
Variance Across Sensors
Variance Across Sensors Excluding Bad Chans and Segs
{% if data.plt_artefacts_eog is not none %}
EOG Recording
{% endif %}
{% if data.plt_artefacts_ecg is not none %}
ECG Recording
{% endif %}