mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 01:53:31 +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
|
||||
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 ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue