added column width rad/T
This commit is contained in:
parent
5a4bcf070a
commit
cecdd5f7ef
@ -41,13 +41,13 @@
|
|||||||
{{ div_table | safe }}
|
{{ div_table | safe }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{{ script_plot| safe }}
|
{{ script_plot| safe }}
|
||||||
{{ script_table| safe }}
|
{{ script_table| safe }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="{% url 'home' %}">Go Home</a>
|
<a href="{% url 'home' %}">Go Home</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -18,6 +18,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">γ in MHz/T</th>
|
<th scope="col">γ in MHz/T</th>
|
||||||
|
<th scope="col">γ 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>
|
||||||
@ -36,12 +37,12 @@
|
|||||||
{{ div| safe }}
|
{{ div| safe }}
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ script| safe }}
|
{{ script| safe }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<a href="{% url 'home' %}">Go Back</a>
|
<a href="{% url 'home' %}">Go Back</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -46,6 +46,7 @@ def isotope_info(isotope, field):
|
|||||||
spin,
|
spin,
|
||||||
f"{isotope.natural_abundance:.3f}",
|
f"{isotope.natural_abundance:.3f}",
|
||||||
f"{isotope.gamma:.5f}",
|
f"{isotope.gamma:.5f}",
|
||||||
|
f"{2*pi*isotope.gamma*1e6:.5e}",
|
||||||
f"{relative_sensitivity(isotope):.4f}"]
|
f"{relative_sensitivity(isotope):.4f}"]
|
||||||
|
|
||||||
def relative_sensitivity(iso):
|
def relative_sensitivity(iso):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user