Skip to content
Snippets Groups Projects
Commit 003b67cc authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-554: Explained and simplified test for distance test

parent 1514898a
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,7 @@ class TestDelays(base.TestCase): ...@@ -78,6 +78,7 @@ class TestDelays(base.TestCase):
This test measures whether the distance between 2 positions is 0.1 light second apart. This test measures whether the distance between 2 positions is 0.1 light second apart.
""" """
reference_itrf = [0, 0, 0]
d = delay_calculator(reference_itrf) d = delay_calculator(reference_itrf)
# set the antenna position 0.1 lightsecond in the Z direction of the ITRF, # set the antenna position 0.1 lightsecond in the Z direction of the ITRF,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment