From 7402ed47a0382233d68510a3ac8aaebd3ba688a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Le=20Guyader?= <loic.le.guyader@xfel.eu> Date: Wed, 1 Apr 2020 14:15:39 +0200 Subject: [PATCH] Fix description --- bunch_pattern.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bunch_pattern.py b/bunch_pattern.py index 42f34a6..ca4ff1a 100644 --- a/bunch_pattern.py +++ b/bunch_pattern.py @@ -19,7 +19,7 @@ def extractBunchPattern(bp_table=None, key='sase3', runDir=None): bp_table: DataArray corresponding to the mnemonics "bunchPatternTable". If None, the bunch pattern table is loaded using runDir. key: str, ['sase1', 'sase2', 'sase3', 'scs_ppl'] - runDir: karabo_data run directory. Required only if bp_table is None. + runDir: extra-data DataCollection. Required only if bp_table is None. Outputs: bunchPattern: DataArray containing indices of the sase/laser pulses for @@ -214,4 +214,4 @@ def sortBAMdata(data, key='sase3'): ndata = xr.merge(mergeList, join='inner') for k in data.attrs.keys(): ndata.attrs[k] = data.attrs[k] - return ndata \ No newline at end of file + return ndata -- GitLab