Skip to content
Snippets Groups Projects

Propagate backlog of xfel_calibrate related changes from production system as of 06/2019

Merged Steffen Hauf requested to merge backlog/propagate_xfelcalibrate_from_prod into master
1 unresolved thread
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -24,6 +24,9 @@ report_path = "{}/calibration_reports/".format(os.getcwd())
# Also try to output the report to an out_folder defined by the notebook
try_report_to_output = True
# logo file for calibration report (located in cal_tools/cal_tools)
logo_path = "xfel.pdf"
# the command to run this concurrently. It is prepended to the actual call
sprof = os.environ.get("XFELCALSLURM", "exfel")
launcher_command = "sbatch -t 24:00:00 --mem 500G --requeue --output {temp_path}/slurm-%j.out"
Loading