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
Thank you for your work! However, I seem to have found a bug in calculating the minimum intrinsic propagation delay between two satellites during the routing calculation phase. Specifically, in the computeLatency() function in the "/LeoEM-main/route_stage/utility.py" file:
Thank you for your work! However, I seem to have found a bug in calculating the minimum intrinsic propagation delay between two satellites during the routing calculation phase. Specifically, in the
computeLatency()
function in the"/LeoEM-main/route_stage/utility.py"
file:Should the last part be
(point_a_cbf[2] - point_b_cbf[2])**2
instead? Or is my understanding incorrect? I would appreciate your reply. Thank you.The text was updated successfully, but these errors were encountered: