"sequences_per_node = 1 # number of sequence files per node if notebook executed through xfel-calibrate, set to 0 to not run SLURM parallel\n",
"\n",
"# Parameters used to access raw data.\n",
<<<<<<< HEAD
"karabo_id = \"DET_LAB_G2\" # karabo prefix of Jungfrau devices\n",
"karabo_da = [\"DA01\"] # data aggregators\n",
"receiver_template = \"GOT{}\" # receiver template used to read INSTRUMENT keys.\n",
"control_template = \"CTRL{}\" # control template used to read CONTROL keys.\n",
=======
"karabo_id = \"FXE_XAD_G2XES\" # karabo prefix of Gotthard-II devices\n",
"karabo_da = [\"GH201\"] # data aggregators\n",
"receiver_template = \"RECEIVER\" # receiver template used to read INSTRUMENT keys.\n",
"control_template = \"CONTROL\" # control template used to read CONTROL keys.\n",
>>>>>>> add operation mode and single photon
"instrument_source_template = \"{}/DET/{}:daqOutput\" # template for source name (filled with karabo_id & receiver_id). e.g. 'SPB_IRDA_JF4M/DET/JNGFR01:daqOutput'\n",
"ctrl_source_template = \"{}/DET/{}\" # template for control source name (filled with karabo_id_control)\n",
"karabo_id_control = \"\" # Control karabo ID. Set to empty string to use the karabo-id\n",