mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-07-12 08:53:04 +00:00
Fix typo
This commit is contained in:
parent
1a1abfd8fb
commit
497a478b9e
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ def sample_calibration(Vext_min, Vext_max, Vmono_min, Vmono_max, beta_min,
|
||||||
|
|
||||||
if sample_Vmag_vax:
|
if sample_Vmag_vax:
|
||||||
Vext_mag = sample("Vext_axis_mag", Uniform(0.0, Vext_max))
|
Vext_mag = sample("Vext_axis_mag", Uniform(0.0, Vext_max))
|
||||||
# In the direction lf (l, b) = (117, 4)
|
# In the direction if (l, b) = (117, 4)
|
||||||
Vext = Vext_mag * jnp.asarray([0.4035093, -0.01363162, 0.91487396])
|
Vext = Vext_mag * jnp.asarray([0.4035093, -0.01363162, 0.91487396])
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue