{% set section = "General" %} {% set section_class_name = section | lower | append_uuid %} {# Collapse content during documentation build. #} {% if collapsed %} {% set collapsed_row_class = "repr-element-faded repr-element-collapsed" %} {% else %} {% set collapsed_row_class = "" %} {% endif %} {{ section }} {% if filenames %} Filename(s) {% for f in filenames %} {{ f }} {% if not loop.last %}
{% endif %} {% endfor %} {% endif %} MNE object type {{ inst | data_type }} Measurement date {% if info["meas_date"] is defined and info["meas_date"] is not none %} {{ info["meas_date"] | dt_to_str }} {% else %} Unknown {% endif %} Participant {% if info["subject_info"] is defined and info["subject_info"] is not none %} {% if info["subject_info"]["his_id"] is defined %} {{ info["subject_info"]["his_id"] }} {% endif %} {% else %} Unknown {% endif %} Experimenter {% if info["experimenter"] is defined and info["experimenter"] is not none %} {{ info["experimenter"] }} {% else %} Unknown {% endif %}