mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-12-22 11:33:32 +01:00
ZH: fixup a169c2a
This commit is contained in:
parent
e2cabe9aa5
commit
8b98ad52ec
1 changed files with 0 additions and 3 deletions
|
@ -40,9 +40,6 @@ if __name__ == "__main__":
|
||||||
# Determine integer multiple of periods to shift
|
# Determine integer multiple of periods to shift
|
||||||
integer_periods = np.empty( (len(baselines), 3) )
|
integer_periods = np.empty( (len(baselines), 3) )
|
||||||
for i, base in enumerate(baselines):
|
for i, base in enumerate(baselines):
|
||||||
if i not in [98, 99]:
|
|
||||||
continue
|
|
||||||
|
|
||||||
# which traces to keep track of
|
# which traces to keep track of
|
||||||
traces = [ base[0].E_AxB, base[1].E_AxB ]
|
traces = [ base[0].E_AxB, base[1].E_AxB ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue