mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-12 17:43:33 +01:00
ZH: set ab_modify_clock back to default situation
This commit is contained in:
parent
9310b8c663
commit
850c5d4f98
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if __name__ == "__main__":
|
|||
|
||||
N_antennas = len(group.keys())
|
||||
|
||||
if not True:
|
||||
if True:
|
||||
print(f"Modifying clocks upto {max_clock_offset}ns.")
|
||||
clock_offsets = np.zeros( N_antennas )
|
||||
if not True: # uniform
|
||||
|
|
Loading…
Reference in a new issue