You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing to report a bug I discovered while working on run_simScript.py.
In short, the halfpoint position of the decay volume accessed through ship_geo.decayVolume.z in run_simScript.py, which correctly returns the value 0 cm (as the origin of the reference frame)
decayVolume: {'z': 0.0, 'length': 5000.0}
does not correspond to what you get via geometry navigation in getGeoInformation.py, returning 22 cm instead of the origin of the coordinate system:
I am writing to report a bug I discovered while working on
run_simScript.py
.In short, the halfpoint position of the decay volume accessed through
ship_geo.decayVolume.z
inrun_simScript.py
, which correctly returns the value 0 cm (as the origin of the reference frame)does not correspond to what you get via geometry navigation in
getGeoInformation.py
, returning 22 cm instead of the origin of the coordinate system:FYI: @antonioiuliano2
The text was updated successfully, but these errors were encountered: