{%- for unit in units %} {%- if loop.index == 1 %} {%- endif %} {%- endfor %} {%- if inst_type == "Epochs" %} {% endif -%} {%- if inst_type == "Evoked" %} {% endif -%} {% if "taper" in tfr._dims %} {% endif %}
Data type {{ tfr._data_type }}
Units{{ unit }}
Data source {{ inst_type }}
Number of epochs {{ tfr.shape[0] }}
Number of averaged trials {{ nave }}
Dims {{ tfr._dims | join(", ") }}
Estimation method {{ tfr.method }}
Number of tapers {{ tfr._mt_weights.size }}
Number of channels {{ tfr.ch_names|length }}
Number of timepoints {{ tfr.times|length }}
Number of frequency bins {{ tfr.freqs|length }}
Frequency range {{ '%.2f'|format(tfr.freqs[0]) }} – {{ '%.2f'|format(tfr.freqs[-1]) }} Hz