Skip to content

Commit a92b6b0

Browse files
authored
Update README.md
1 parent 65bf217 commit a92b6b0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ Using these, the final output is the location of the source. Algorithm produces
8484

8585
The output is therefore the position of the source in (x,y,z) coordinates in the system used for the satellite positions. In units of Rsun.
8686

87+
The remaining 'bcroft' files consisit of unit tests to evaluate the accuracy of ```tdoa_ban```:
88+
89+
<ol>
90+
<li><code>bcroft_static_test.py</code>: evaluates accuracy of algorithm using various source/satellite positions. No noise is added to TDOAs </li>
91+
<li><code>bcroft_sc_noise_test.py</code> and <code>bcroft_source_noise_test.py</code>: identical to previous test must adds Gaussian noise of varying degrees to the calculated TDOAs
92+
</ol>
93+
94+
All tests use <code>pytest</code> module to run.
95+
8796
<sub>**Authors:** Dale Weigt, Shane Maloney, Alberto Canizares, Sophie Murray, Peter Gallagher</sub>
8897

8998

0 commit comments

Comments
 (0)