* added gradient calculation

* added magnet selection
* calculate probe position
This commit is contained in:
Markus Rosenstihl 2025-04-23 21:43:34 +02:00
parent 53e1433394
commit 5a4bcf070a

View File

@ -17,6 +17,7 @@
<th scope="col">Spin</th>
<th scope="col">Nat. ab. in %</th>
<th scope="col">&gamma; in MHz/T</th>
<th scope="col">&gamma; in rad/T</th>
<th scope="col">Sens. in %(<sup>1</sup>H)</th>
</tr>
</thead>
@ -33,12 +34,13 @@
</tbody>
</table>
<div class="row justify-content-left">
<div class="col">
{{ div_plot | safe }}
</div>
<div class="row justify-content-left ">
<div class="col">
{{ div_table | safe }}
</div>
</div>
<div>
{{ script_plot| safe }}
{{ script_table| safe }}