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