mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2025-04-19 06:40:54 +00:00
Add comment
This commit is contained in:
parent
f267885833
commit
947ac009a1
1 changed files with 2 additions and 0 deletions
|
@ -610,6 +610,8 @@ def sample_calibration(Vext_min, Vext_max, Vmono_min, Vmono_max, beta_min,
|
||||||
|
|
||||||
if no_Vext:
|
if no_Vext:
|
||||||
Vext = jnp.zeros(3)
|
Vext = jnp.zeros(3)
|
||||||
|
# 840 in the direction of (l, b) = (117, 4)
|
||||||
|
# Vext = jnp.asarray([338.9478154 , -11.45056064, 768.49415294])
|
||||||
else:
|
else:
|
||||||
Vext = sample("Vext", Uniform(Vext_min, Vext_max).expand([3]))
|
Vext = sample("Vext", Uniform(Vext_min, Vext_max).expand([3]))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue