diff --git a/notebooks/REMI/REMI_Digitize_and_Transform.ipynb b/notebooks/REMI/REMI_Digitize_and_Transform.ipynb index fc1ac99babe5143276436c865e383dc0b67237b4..f1653cf4e660c7202e1198b083d8072dce592553 100644 --- a/notebooks/REMI/REMI_Digitize_and_Transform.ipynb +++ b/notebooks/REMI/REMI_Digitize_and_Transform.ipynb @@ -420,6 +420,8 @@ " \n", " # Overwrite global pulse statistics computed before,\n", " num_pulses = len(dc.train_ids)\n", + " triggers = np.empty(num_pulses, dtype=trigger_dt)\n", + " \n", " pulse_counts[:] = 1\n", " pulse_counts = pulse_counts.astype(np.int32)\n", " pulse_offsets = np.arange(len(pulse_counts)).astype(np.int32)\n", diff --git a/setup.py b/setup.py index cf322cf42289e9f77714093a81eb19733c9e4eed..65168fc2b4f89c8dbd4a39850c3b653fe6443369 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ if "readthedocs.org" not in sys.executable: install_requires += [ "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.4.2", # noqa "XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@2.7.0", # noqa - "CalParrot @ git+ssh://git@git.xfel.eu:10022/calibration/calparrot.git@0.1", # noqa + "CalParrot @ git+ssh://git@git.xfel.eu:10022/calibration/calparrot.git@0.2", # noqa ] setup(