diff --git a/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb b/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb
index 907644b79f454bd35938b051d0d712a4a709dd9c..78bd8d21a2c06d28d9267bee763ad0c923e11e4f 100644
--- a/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb
+++ b/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb
@@ -23,10 +23,10 @@
    },
    "outputs": [],
    "source": [
-    "in_folder = \"/gpfs/exfel/exp/SCS/201930/p900074/raw/\" # input folder, required\n",
+    "in_folder = \"/gpfs/exfel/exp/SCS/201802/p002170/raw/\" # input folder, required\n",
     "out_folder = '/gpfs/exfel/data/scratch/xcal/test/' # output folder, required\n",
     "path_template = 'RAW-R{:04d}-DA05-S{{:05d}}.h5' #  path template in hdf5 file\n",
-    "run = 339 # run number\n",
+    "run = 277 # run number\n",
     "h5path = '/INSTRUMENT/SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput/data/image' # path in HDF5 file\n",
     "h5path_t = '/CONTROL/SCS_CDIDET_FCCD2M/CTRL/LSLAN/inputA/crdg/value' # temperature path in HDF5 file\n",
     "h5path_cntrl = '/RUN/SCS_CDIDET_FCCD2M/DET/FCCD'  # path to control data\n",
@@ -48,7 +48,7 @@
     "use_dir_creation_date = True # use dir creation data for calDB queries\n",
     "time_offset_days = 0 # offset in days for calibration parameters\n",
     "photon_energy_gain_map = 2. # energy in keV\n",
-    "fix_temperature = 233. # fix temperature to this value, set to 0 to use slow control value\n",
+    "fix_temperature = 0. # fix temperature to this value, set to 0 to use slow control value\n",
     "flipped_between = [\"2019-02-01\", \"2019-04-02\"] # detector was flipped during this timespan\n",
     "temp_limits = 5 # limits within which temperature is considered the same\n",
     "\n",
@@ -355,7 +355,7 @@
     "        if parm.name == \"Sensor Temperature\":\n",
     "            offset_temperature = parm.value\n",
     "\n",
-    "    print(\"Temperature of detector when dark images for offset calculation \" +\n",
+    "    print(\"Temperature of detector when dark images (gain {}) for offset calculation \".format(g) +\n",
     "              \"were taken at: {:0.2f} K @ {}\".format(offset_temperature,\n",
     "                                                     metadata.calibration_constant_version.begin_at))\n",
     "\n",
@@ -543,7 +543,7 @@
    "cell_type": "code",
    "execution_count": null,
    "metadata": {
-    "collapsed": false
+    "collapsed": true
    },
    "outputs": [],
    "source": [
@@ -1102,7 +1102,7 @@
      "end_time": "2018-12-06T16:13:12.889583Z",
      "start_time": "2018-12-06T16:13:11.122653Z"
     },
-    "collapsed": false
+    "collapsed": true
    },
    "outputs": [],
    "source": [
@@ -1179,7 +1179,7 @@
      "end_time": "2018-12-06T16:11:08.317130Z",
      "start_time": "2018-12-06T16:11:05.788655Z"
     },
-    "collapsed": false
+    "collapsed": true
    },
    "outputs": [],
    "source": [
@@ -1214,7 +1214,7 @@
      "end_time": "2018-12-06T16:11:10.908912Z",
      "start_time": "2018-12-06T16:11:08.318486Z"
     },
-    "collapsed": false
+    "collapsed": true
    },
    "outputs": [],
    "source": [