Skip to content
Snippets Groups Projects
Commit 8814e397 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

refactor: remove commented production runs and uncomment MID@AGIPD run

parent 4eecbf4a
No related branches found
No related tags found
1 merge request!1038[Test] Configure and Include new test runs
...@@ -142,26 +142,26 @@ automated_test_config = { ...@@ -142,26 +142,26 @@ automated_test_config = {
}, },
"reference-folder": "{}/{}/{}", "reference-folder": "{}/{}/{}",
}, },
# "MID_DET_AGIPD1M-1-CORRECT-ADAPTIVE": { "MID_DET_AGIPD1M-1-CORRECT-ADAPTIVE": {
# "det_type": "AGIPD", "det_type": "AGIPD",
# "cal_type": "CORRECT", "cal_type": "CORRECT",
# "config": { "config": {
# "blc-stripes": True, "blc-stripes": True,
# "rel-gain": True, "rel-gain": True,
# "xray-gain": True, "xray-gain": True,
# "out-folder": "{}/{}/{}", "out-folder": "{}/{}/{}",
# # "/gpfs/exfel/exp/MID/202121/p002929/raw" # "/gpfs/exfel/exp/MID/202121/p002929/raw"
# "in-folder": "/gpfs/exfel/exp/CALLAB/202130/p900203/raw", "in-folder": "/gpfs/exfel/exp/CALLAB/202130/p900203/raw",
# "run": "9022", # Original run: "21", "run": "9022", # Original run: "21",
# "karabo-id-control": "MID_EXP_AGIPD1M1", "karabo-id-control": "MID_EXP_AGIPD1M1",
# "karabo-id": "MID_DET_AGIPD1M-1", "karabo-id": "MID_DET_AGIPD1M-1",
# "slurm-mem": "750", "slurm-mem": "750",
# "sequences": "0,1", "sequences": "0,1",
# "n-cores-files": 2, "n-cores-files": 2,
# "ctrl-source-template": "{}/MDL/FPGA_COMP", "ctrl-source-template": "{}/MDL/FPGA_COMP",
# }, },
# "reference-folder": "{}/{}/{}", "reference-folder": "{}/{}/{}",
# }, },
# TEST FILES ARE MISSING CONTROL DATA. # TEST FILES ARE MISSING CONTROL DATA.
# "MID_DET_AGIPD1M-1-CORRECT-ADAPTIVE-HCDS": { # "MID_DET_AGIPD1M-1-CORRECT-ADAPTIVE-HCDS": {
# "det_type": "AGIPD", # "det_type": "AGIPD",
...@@ -909,44 +909,4 @@ automated_test_config = { ...@@ -909,44 +909,4 @@ automated_test_config = {
}, },
"reference-folder": "{}/{}/{}", "reference-folder": "{}/{}/{}",
}, },
# "FXE_XAD_G2XES-DARK": {
# "det_type": "Gotthard2",
# "cal_type": "DARK",
# "config": {
# "out-folder": "{}/{}/{}",
# "in-folder": "/gpfs/exfel/exp/FXE/202231/p900298/raw",
# "karabo-da": "GH201",
# "run-high": "7",
# "run-med": "8",
# "run-low": "9",
# "karabo-id": "FXE_XAD_G2XES",
# },
# "reference-folder": "{}/{}/{}",
# },
# "FXE_XAD_G2XES-CORRECT": {
# "det_type": "Gotthard2",
# "cal_type": "CORRECT",
# "config": {
# "out-folder": "{}/{}/{}",
# "in-folder": "/gpfs/exfel/exp/FXE/202231/p900298/raw",
# "karabo-da": "GH201",
# "run": "7",
# "karabo-id": "FXE_XAD_G2XES",
# "no-offset-correction": True,
# },
# "reference-folder": "{}/{}/{}",
# },
# "SPB_50UM_GH2-CORRECT": {
# "det_type": "Gotthard2",
# "cal_type": "CORRECT",
# "config": {
# "out-folder": "{}/{}/{}",
# "in-folder": "/gpfs/exfel/exp/SPB/202321/p004577/raw",
# "karabo-da": "GH200",
# "run": "98",
# "sequences": "0,3,6",
# "karabo-id": "SPB_50UM_GH2",
# },
# "reference-folder": "{}/{}/{}",
# },
} }
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