Skip to content
Snippets Groups Projects
Commit 8eed1bc6 authored by Laurent Mercadier's avatar Laurent Mercadier
Browse files

Integrated extract_digitizer_peaks into get_digitizer_peaks

parent b1e40a47
No related branches found
No related tags found
1 merge request!312Extract peaks
This diff is collapsed.
......@@ -237,8 +237,8 @@ def load(proposalNB=None, runNB=None,
bp = bunchPattern.get(k)
if bp is None:
continue
ds = tbdet.get_digitizer_peaks(
run, mnemonic=k, merge_with=ds, bunchPattern=bp)
ds = tbdet.get_digitizer_peaks(proposalNB, runNB,
mnemonic=k, merge_with=ds, bunchPattern=bp)
if extract_xgm:
for k, v in run_mnemonics.items():
if k not in ds or v.get('extract') != 'XGM':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment