mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 18:13:31 +01:00
WIP: ZH: period correlation, invert sign of clock_phase_time
This commit is contained in:
parent
82c10059cb
commit
ee9497b140
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ if __name__ == "__main__":
|
|||
clock_phase_time = clock_phase/(2*np.pi*f_beacon)
|
||||
|
||||
ev.antennas[i].orig_t = ev.antennas[i].t
|
||||
ev.antennas[i].t -= clock_phase_time
|
||||
ev.antennas[i].t += clock_phase_time
|
||||
|
||||
if False: # remove beacon from trace
|
||||
meas_phase = ant.beacon_info[freq_name]['phase']
|
||||
|
|
Loading…
Reference in a new issue