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