Skip to content
Snippets Groups Projects

[Test] Configure and Include new test runs

Merged Karim Ahmed requested to merge test/new_test_runs into master
1 unresolved thread
1 file
+ 20
60
Compare changes
  • Side-by-side
  • Inline
@@ -142,26 +142,26 @@ automated_test_config = {
},
"reference-folder": "{}/{}/{}",
},
# "MID_DET_AGIPD1M-1-CORRECT-ADAPTIVE": {
# "det_type": "AGIPD",
# "cal_type": "CORRECT",
# "config": {
# "blc-stripes": True,
# "rel-gain": True,
# "xray-gain": True,
# "out-folder": "{}/{}/{}",
# # "/gpfs/exfel/exp/MID/202121/p002929/raw"
# "in-folder": "/gpfs/exfel/exp/CALLAB/202130/p900203/raw",
# "run": "9022", # Original run: "21",
# "karabo-id-control": "MID_EXP_AGIPD1M1",
# "karabo-id": "MID_DET_AGIPD1M-1",
# "slurm-mem": "750",
# "sequences": "0,1",
# "n-cores-files": 2,
# "ctrl-source-template": "{}/MDL/FPGA_COMP",
# },
# "reference-folder": "{}/{}/{}",
# },
"MID_DET_AGIPD1M-1-CORRECT-ADAPTIVE": {
"det_type": "AGIPD",
"cal_type": "CORRECT",
"config": {
"blc-stripes": True,
"rel-gain": True,
"xray-gain": True,
"out-folder": "{}/{}/{}",
# "/gpfs/exfel/exp/MID/202121/p002929/raw"
"in-folder": "/gpfs/exfel/exp/CALLAB/202130/p900203/raw",
"run": "9022", # Original run: "21",
"karabo-id-control": "MID_EXP_AGIPD1M1",
"karabo-id": "MID_DET_AGIPD1M-1",
"slurm-mem": "750",
"sequences": "0,1",
"n-cores-files": 2,
"ctrl-source-template": "{}/MDL/FPGA_COMP",
},
"reference-folder": "{}/{}/{}",
},
# TEST FILES ARE MISSING CONTROL DATA.
# "MID_DET_AGIPD1M-1-CORRECT-ADAPTIVE-HCDS": {
# "det_type": "AGIPD",
@@ -909,44 +909,4 @@ automated_test_config = {
},
"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": "{}/{}/{}",
# },
}
Loading