+ + | +||
---|---|---|
Measurement date | {% if meas_date is not none %}{{ meas_date }} | @@ -7,7 +49,7 @@Unknown | {% endif %}
Experimenter | {% if experimenter is not none %}{{ experimenter }} | @@ -15,8 +57,9 @@Unknown | {% endif %}
Participant | - {% if subject_info is not none %} + {% if subject_info is defined and subject_info is not none %} {% if 'his_id' in subject_info.keys() %}{{ subject_info['his_id'] }} | {% endif %} @@ -25,6 +68,13 @@ {% endif %}|
+ + | +||
Digitized points | {% if dig is not none %}{{ dig|length }} points | @@ -32,43 +82,63 @@Not available | {% endif %}
Good channels | {{ good_channels }} | |
Bad channels | {{ bad_channels }} | |
EOG channels | {{ eog }} | |
ECG channels | {{ ecg }} | - {% if sfreq is not none %} +|
+ + | +||
Sampling frequency | {{ '%0.2f'|format(sfreq) }} Hz | |
Highpass | {{ '%0.2f'|format(highpass) }} Hz | |
Lowpass | {{ '%0.2f'|format(lowpass) }} Hz | |
Projections | {{ projs|join(' ') | safe }} |
|
Filenames | +{{ filenames|join(' ') }} |
+ |
Duration | +{{ duration }} (HH:MM:SS) | +