This commit is contained in:
Eric Teunis de Boone 2022-11-22 18:22:16 +01:00
parent e2cabe9aa5
commit 8b98ad52ec

View file

@ -40,9 +40,6 @@ if __name__ == "__main__":
# Determine integer multiple of periods to shift
integer_periods = np.empty( (len(baselines), 3) )
for i, base in enumerate(baselines):
if i not in [98, 99]:
continue
# which traces to keep track of
traces = [ base[0].E_AxB, base[1].E_AxB ]