fixed paths of profiles files
This commit is contained in:
Binary file not shown.
2000
isotables/isotopapp/magnex_profile.dat
Normal file
2000
isotables/isotopapp/magnex_profile.dat
Normal file
File diff suppressed because it is too large
Load Diff
3967
isotables/isotopapp/oxford_profile.dat
Normal file
3967
isotables/isotopapp/oxford_profile.dat
Normal file
File diff suppressed because it is too large
Load Diff
@@ -89,7 +89,7 @@ def result(request):
|
||||
if abs(f_Larmor - freq) <= freq_range:
|
||||
close_isotopes.append(isotope_info(isotope, field_T))
|
||||
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 = ""
|
||||
|
||||
elif request.GET.get('gradient_search') == "":
|
||||
|
||||
Reference in New Issue
Block a user