diff --git a/xfel_calibrate/settings.py b/xfel_calibrate/settings.py
index c875d8a6cddb9b0543f346081f7961e5286e4b0f..b086c70d7722f268bfe94351eac3072c30ad891c 100644
--- a/xfel_calibrate/settings.py
+++ b/xfel_calibrate/settings.py
@@ -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"