mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-12 17:43:33 +01:00
ZH: generate beacon reported wrong location for beacon_amplitudes
This commit is contained in:
parent
b8d41e37b7
commit
c567d5190b
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ if __name__ == "__main__":
|
|||
tx, f_beacon, _ = read_tx_file(tx_fname)
|
||||
|
||||
|
||||
print("Beacon amplitude at (0,0,0) [muV/m]:", beacon_amplitudes)
|
||||
print("Beacon amplitude at tx [muV/m]:", beacon_amplitudes)
|
||||
print("Tx location:", [tx.x, tx.y, tx.z])
|
||||
|
||||
# read in antennas
|
||||
|
|
Loading…
Reference in a new issue