From fdc3235ee11c5c3855328bc3ab385753dc955602 Mon Sep 17 00:00:00 2001 From: karnem <mikhail.karnevskiy@desy.de> Date: Wed, 23 Jan 2019 16:48:58 +0100 Subject: [PATCH] Use data and calibration constants from test proposal --- tests/test_agipd.py | 6 +++--- tests/test_lpd.py | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/test_agipd.py b/tests/test_agipd.py index 68442968d..814dfbff6 100644 --- a/tests/test_agipd.py +++ b/tests/test_agipd.py @@ -10,10 +10,10 @@ from correction_base import CorrectionTestBase, args, get_artefact_dir class TestAGIPDCorrection(CorrectionTestBase, unittest.TestCase): detector = "AGIPD" task = "CORRECT" - parms = {"in-folder": "/gpfs/exfel/exp/SPB/201831/p900039/raw/", + parms = {"in-folder": "/gpfs/exfel/exp/XMPL/201750/p700001/raw/AGIPD", "run": 412, - "out-folder": "/gpfs/exfel/data/scratch/haufs/test/", - "calfile": "/gpfs/exfel/data/scratch/haufs/agipd_on_demand" + "out-folder": "/gpfs/exfel/exp/XMPL/201750/p700001/scratch/AGIPD", + "calfile": "/gpfs/exfel/exp/XMPL/201750/p700001/usr" "/agipd_store.h5", "sequences": 0} hist_paths = { diff --git a/tests/test_lpd.py b/tests/test_lpd.py index fa17284f3..9119d506f 100644 --- a/tests/test_lpd.py +++ b/tests/test_lpd.py @@ -12,11 +12,11 @@ np.warnings.filterwarnings('ignore') class TestLPDCorrection(CorrectionTestBase, unittest.TestCase): detector = "LPD" task = "CORRECT" - parms = {"in-folder": "/gpfs/exfel/exp/FXE/201831/p900038/raw/", + parms = {"in-folder": "/gpfs/exfel/exp/XMPL/201750/p700001/raw/LPD", "run": 154, - "out-folder": "/gpfs/exfel/data/scratch/haufs/test/", - "calfile": "/gpfs/exfel/exp/FXE/201831/p900038/usr" - "/calibration0818/cal_constants2.h5", + "out-folder": "/gpfs/exfel/exp/XMPL/201750/p700001/scratch/LPD", + "calfile": "/gpfs/exfel/exp/XMPL/201750/p700001/usr" + "lpd_store.h5", "sequences": 0} hist_paths = { "INSTRUMENT/(.+)LPD(.+)/DET/[0-9]+CH0:xtdf/image/data": -- GitLab