Files
flares/mne/html_templates/repr/inverse_operator.html.jinja
2025-08-19 09:13:22 -07:00

15 lines
311 B
Django/Jinja

<table class="table mne-repr-table">
<tr>
<th>Channels</th>
<td>{{ channels }}</td>
</tr>
<tr>
<th>Source space</th>
<td>{{ source_space_descr }}</td>
</tr>
<tr>
<th>Source orientation</th>
<td>{{ source_orientation }}</td>
</tr>
</table>