Skip to content
Snippets Groups Projects
Commit 747a3dd1 authored by Steffen Hauf's avatar Steffen Hauf
Browse files

Update settings.py

parent 962b4e96
No related branches found
No related tags found
1 merge request!80Propagate backlog of xfel_calibrate related changes from production system as of 06/2019
......@@ -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"
......
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