fixed paths of profiles files
This commit is contained in:
Binary file not shown.
@@ -89,7 +89,7 @@ def result(request):
|
|||||||
if abs(f_Larmor - freq) <= freq_range:
|
if abs(f_Larmor - freq) <= freq_range:
|
||||||
close_isotopes.append(isotope_info(isotope, field_T))
|
close_isotopes.append(isotope_info(isotope, field_T))
|
||||||
ans = sorted(close_isotopes, key=lambda x: -float(x[3]))
|
ans = sorted(close_isotopes, key=lambda x: -float(x[3]))
|
||||||
div = f"Field B<sub>0</sub>: {field_T:.3f} T"
|
div = f"Field B<sub>0</sub>: {field_T:.3g} T"
|
||||||
script = ""
|
script = ""
|
||||||
|
|
||||||
elif request.GET.get('gradient_search') == "":
|
elif request.GET.get('gradient_search') == "":
|
||||||
|
|||||||
Reference in New Issue
Block a user