diff --git a/README.rst b/README.rst index 5038f9b975142c1187b9c01d7f7eb2640d17410f..c7a5c22c2594009100c92d91e496feb427fe9526 100644 --- a/README.rst +++ b/README.rst @@ -215,7 +215,7 @@ CORRECT<dict> {'cmd': 'python -m xfel_calibrate.calibrate {detector} CORRECT ' '--report-to ' '/gpfs/exfel/exp/{instrument}/{cycle}/p{proposal}/usr/Reports/{runs}/{det_instance}_{action}_{proposal}_{runs}_{time_stamp} ' '--cal-db-timeout 300000 --cal-db-interface ' - 'tcp://max-exfl016:8015#8044', + 'tcp://max-exfl-cal001:8015#8044', 'in-folder': '/gpfs/exfel/exp/{instrument}/{cycle}/p{proposal}/raw', 'out-folder': '/gpfs/exfel/d/proc/{instrument}/{cycle}/p{proposal}/{run}', 'sched-prio': 80} @@ -225,7 +225,7 @@ DARK<dict> {'cmd': 'python -m xfel_calibrate.calibrate {detector} DARK --concurr '{action}_{instrument}_{detector}_{cycle}_p{proposal}_{runs} ' '--report-to ' '/gpfs/exfel/d/cal/caldb_store/xfel/reports/{instrument}/{det_instance}/{action}/{action}_{proposal}_{runs}_{time_stamp} ' - '--cal-db-interface tcp://max-exfl016:8015#8044 --db-output', + '--cal-db-interface tcp://max-exfl-cal001:8015#8044 --db-output', 'in-folder': '/gpfs/exfel/exp/{instrument}/{cycle}/p{proposal}/raw', 'out-folder': '/gpfs/exfel/u/usr/{instrument}/{cycle}/p{proposal}/dark/runs_{runs}', 'sched-prio': 10} diff --git a/notebooks/AGIPD/AGIPD_Characterize_Gain_Combine_NBC.ipynb b/notebooks/AGIPD/AGIPD_Characterize_Gain_Combine_NBC.ipynb index 253789c14f642f41c4fe62ef44f8b44533ebf041..0c699d8f70e8f205887704eba2d796083657a2de 100644 --- a/notebooks/AGIPD/AGIPD_Characterize_Gain_Combine_NBC.ipynb +++ b/notebooks/AGIPD/AGIPD_Characterize_Gain_Combine_NBC.ipynb @@ -34,7 +34,7 @@ "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", "bias_voltage = 300 # detector bias voltage\n", - "cal_db_interface = \"tcp://max-exfl016:5005\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:5005\" # the database interface to use\n", "mem_cells = 64 # number of memory cells used\n", "instrument = \"SPB\"\n", "photon_energy = 9.2 # the photon energy in keV\n", diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb index 7f4df8a20a170bed676111c2c8d232bb659a506c..7adceb509f7d34f821fdfbe8044a88767e4f5915 100644 --- a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb +++ b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb @@ -38,7 +38,7 @@ "slopes_ff_from_files = \"\" # Path to locally stored SlopesFF and BadPixelsFF constants, loaded in precorrection notebook\n", "\n", "creation_time = \"\" # To overwrite the measured creation_time. Required Format: YYYY-MM-DD HR:MN:SC e.g. \"2022-06-28 13:00:00\"\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8045\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8045\" # the database interface to use\n", "cal_db_timeout = 30000 # in milliseconds\n", "creation_date_offset = \"00:00:00\" # add an offset to creation date, e.g. to get different constants\n", "\n", diff --git a/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb b/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb index f05b3cf1bec5a565338c512c42518b643c220b14..d0b20cadfbc25215b6f79641d1b89daff25ee125 100644 --- a/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb +++ b/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb @@ -31,7 +31,7 @@ "karabo_id_control = \"SPB_IRU_AGIPD1M1\" # karabo-id for control device\n", "\n", "# Parameters for calibration database.\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8045\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8045\" # the database interface to use\n", "creation_date_offset = \"00:00:00\" # add an offset to creation date, e.g. to get different constants\n", "creation_time = \"\" # To overwrite the measured creation_time. Required Format: YYYY-MM-DD HR:MN:SC e.g. \"2022-06-28 13:00:00\"\n", "\n", diff --git a/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb b/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb index d42fa752d9c8002af3411e83a83e1f2c31eee6f0..0d113f7b398cfe4ef62d7207f0515edc7cde3f30 100644 --- a/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb +++ b/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb @@ -36,7 +36,7 @@ "karabo_id_control = \"HED_EXP_AGIPD500K2G\" # karabo-id for control device '\n", "\n", "use_dir_creation_date = True # use dir creation date as data production reference date\n", - "cal_db_interface = \"tcp://max-exfl016:8020\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # the database interface to use\n", "cal_db_timeout = 3000000 # timeout on caldb requests\"\n", "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", diff --git a/notebooks/AGIPD/Characterize_AGIPD_Gain_FlatFields_NBC.ipynb b/notebooks/AGIPD/Characterize_AGIPD_Gain_FlatFields_NBC.ipynb index 99a185e0f2b5e49571bed914178a0a6febfb815a..fa1d218a0f5ee268f2d7ff139d6ad19e012b5ebf 100644 --- a/notebooks/AGIPD/Characterize_AGIPD_Gain_FlatFields_NBC.ipynb +++ b/notebooks/AGIPD/Characterize_AGIPD_Gain_FlatFields_NBC.ipynb @@ -31,7 +31,7 @@ "karabo_da_control = 'AGIPD1MCTRL00' # karabo DA for control infromation\n", "\n", "use_dir_creation_date = True # use the creation data of the input dir for database queries\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8045\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8045\" # the database interface to use\n", "cal_db_timeout = 30000 # in milli seconds\n", "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", diff --git a/notebooks/AGIPD/Characterize_AGIPD_Gain_FlatFields_Summary.ipynb b/notebooks/AGIPD/Characterize_AGIPD_Gain_FlatFields_Summary.ipynb index 1694e505ec2a5632f8d0e4f644b33cd26aaf4945..e5705d14886ebc5234f282b9a887bead70205329 100644 --- a/notebooks/AGIPD/Characterize_AGIPD_Gain_FlatFields_Summary.ipynb +++ b/notebooks/AGIPD/Characterize_AGIPD_Gain_FlatFields_Summary.ipynb @@ -27,7 +27,7 @@ "karabo_id_control = \"MID_EXP_AGIPD1M1\" # karabo-id for control device\n", "\n", "use_dir_creation_date = True # use the creation data of the input dir for database queries\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8045\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8045\" # the database interface to use\n", "cal_db_timeout = 30000 # in milli seconds\n", "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", diff --git a/notebooks/AGIPD/Chracterize_AGIPD_Gain_PC_NBC.ipynb b/notebooks/AGIPD/Chracterize_AGIPD_Gain_PC_NBC.ipynb index e739991f81f64a6e20b455700b2f4f1a5674e899..672e8e9bc089a6abf787658d52d2e70e3624c006 100644 --- a/notebooks/AGIPD/Chracterize_AGIPD_Gain_PC_NBC.ipynb +++ b/notebooks/AGIPD/Chracterize_AGIPD_Gain_PC_NBC.ipynb @@ -49,7 +49,7 @@ "\n", "use_dir_creation_date = True\n", "delta_time = 0 # offset to the creation time (e.g. useful in case we want to force the system to use diff. dark constants)\n", - "cal_db_interface = \"tcp://max-exfl016:8019\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8019\" # the database interface to use\n", "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", "\n", diff --git a/notebooks/AGIPD/playground/AGIPD_SingleM_test_Dark.ipynb b/notebooks/AGIPD/playground/AGIPD_SingleM_test_Dark.ipynb index 1e10696d04d144b8ef84f75c2e2d51763f4a232f..93986695ae12119773cd6437b5be5982209670ed 100644 --- a/notebooks/AGIPD/playground/AGIPD_SingleM_test_Dark.ipynb +++ b/notebooks/AGIPD/playground/AGIPD_SingleM_test_Dark.ipynb @@ -31,7 +31,7 @@ "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", "\n", - "cal_db_interface = \"tcp://max-exfl016:8020\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # the database interface to use\n", "cal_db_timeout = 3000000 # timeout on caldb requests\"\n", "\n", "instrument = \"SPB\"\n", diff --git a/notebooks/AGIPD/playground/Characterize_AGIPD_Gain_FlatFields_NBC.ipynb b/notebooks/AGIPD/playground/Characterize_AGIPD_Gain_FlatFields_NBC.ipynb index eb1807e2a01a34635b15f6a2fe70201ece96dd60..bc2e17645575faf9cc2986a0ae7375b9c378e114 100644 --- a/notebooks/AGIPD/playground/Characterize_AGIPD_Gain_FlatFields_NBC.ipynb +++ b/notebooks/AGIPD/playground/Characterize_AGIPD_Gain_FlatFields_NBC.ipynb @@ -40,7 +40,7 @@ "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", "bias_voltage = 300 # detector bias voltage\n", - "cal_db_interface = \"tcp://max-exfl016:8026#8035\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8026#8035\" # the database interface to use\n", "mem_cells = 0 # number of memory cells used\n", "interlaced = False # assume interlaced data format, for data prior to Dec. 2017\n", "fit_hook = True # fit a hook function to medium gain slope\n", diff --git a/notebooks/AGIPD/playground/Chracterize_AGIPD_Gain_PC_mlearn.ipynb b/notebooks/AGIPD/playground/Chracterize_AGIPD_Gain_PC_mlearn.ipynb index 22e9fb728eb75775b49bbaa21917a96ce8d46826..78e4d3189760b8babe22285b8042372a66651e03 100644 --- a/notebooks/AGIPD/playground/Chracterize_AGIPD_Gain_PC_mlearn.ipynb +++ b/notebooks/AGIPD/playground/Chracterize_AGIPD_Gain_PC_mlearn.ipynb @@ -42,7 +42,7 @@ "local_output = True # output constants locally\n", "db_output = True # output constants to database\n", "bias_voltage = 300 # detector bias voltage\n", - "cal_db_interface = \"tcp://max-exfl016:8019\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8019\" # the database interface to use\n", "mem_cells = 176 # number of memory cells used\n", "interlaced = False # assume interlaced data format, for data prior to Dec. 2017\n", "fit_hook = True # fit a hook function to medium gain slope\n", diff --git a/notebooks/AGIPD/playground/Investigate_Baseline_Drift.ipynb b/notebooks/AGIPD/playground/Investigate_Baseline_Drift.ipynb index 5d944cca8be5ef31394edfb504c8806297fd3ebc..74a12622b20677feec2596266e2b03f2c8847bd1 100644 --- a/notebooks/AGIPD/playground/Investigate_Baseline_Drift.ipynb +++ b/notebooks/AGIPD/playground/Investigate_Baseline_Drift.ipynb @@ -24,7 +24,7 @@ "cells = [2] #list(range(1,32,8))\n", "max_cells_db = 176\n", "bias_voltage = 300\n", - "cal_db_interface = \"tcp://max-exfl016:8020\"\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\"\n", "photon_energy = 9.2" ] }, diff --git a/notebooks/AGIPD/playground/QuickCorrect-SingleModule.ipynb b/notebooks/AGIPD/playground/QuickCorrect-SingleModule.ipynb index 2290cf45ba25349580a31a92118f4dba49a9e506..6bcd849a4e7e887f4376bffaa1b8c3ba1ec3e123 100644 --- a/notebooks/AGIPD/playground/QuickCorrect-SingleModule.ipynb +++ b/notebooks/AGIPD/playground/QuickCorrect-SingleModule.ipynb @@ -19,7 +19,7 @@ "max_pulses = 120\n", "local_input = False\n", "bias_voltage = 300\n", - "cal_db_interface = \"tcp://max-exfl016:8020\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # the database interface to use\n", "use_dir_creation_date = False # use the creation data of the input dir for database queries\n", "photon_energy = 9.2 # photon energy in keV\n", "index_v = 2 # version of RAW index type\n", diff --git a/notebooks/DSSC/Characterize_DSSC_Darks_NBC.ipynb b/notebooks/DSSC/Characterize_DSSC_Darks_NBC.ipynb index b8f152e7a425bb6c644cc53322bd1a435e2dab94..9abbcd225d4bf38d8017ad314364819a5795a85a 100644 --- a/notebooks/DSSC/Characterize_DSSC_Darks_NBC.ipynb +++ b/notebooks/DSSC/Characterize_DSSC_Darks_NBC.ipynb @@ -36,7 +36,7 @@ "slow_data_pattern = 'RAW-R{}-DA{}-S00000.h5'\n", "\n", "use_dir_creation_date = True # use the dir creation date for determining the creation time\n", - "cal_db_interface = \"tcp://max-exfl016:8020\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # the database interface to use\n", "cal_db_timeout = 3000000 # timeout on caldb requests\"\n", "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", diff --git a/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb b/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb index b29f2e2d93e5ac08ed6b83afff63b2272f3ea237..55978ac1ec6dcbd6dadf38671db8e338904ed0e6 100644 --- a/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb +++ b/notebooks/DSSC/DSSC_Correct_and_Verify.ipynb @@ -38,7 +38,7 @@ "slow_data_pattern = 'RAW-R{}-DA{}-S00000.h5'\n", "\n", "use_dir_creation_date = True # use the creation data of the input dir for database queries\n", - "cal_db_interface = \"tcp://max-exfl016:8020#8025\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020#8025\" # the database interface to use\n", "cal_db_timeout = 300000 # in milli seconds\n", "\n", "mem_cells = 0 # number of memory cells used, set to 0 to automatically infer\n", diff --git a/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb b/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb index 34e718eb421e68ddcfac313a8a8bd10d1f34a4ab..a1c9bb5d7b26ffb9f298e9c7d41bebbb43f5e225 100644 --- a/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb +++ b/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb @@ -35,7 +35,7 @@ "h5path_cntrl = '/RUN/{}/DET/FCCD' # path to find control data\n", "\n", "use_dir_creation_date = True # To be used to retrieve calibration constants later on (for database time derivation)\n", - "cal_db_interface = \"tcp://max-exfl016:8020\" # the calibration database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # the calibration database interface to use\n", "cal_db_timeout = 300000 # timeout on calibration database requests\n", "db_output = False # Output constants to the calibration database\n", "local_output = True # output constants locally\n", diff --git a/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb b/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb index 6be6f7d1776bba412998ff0fa9824f7a113f14aa..27081b0418bf03827aed3268dc22f4238f72c8b9 100644 --- a/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb +++ b/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb @@ -37,7 +37,7 @@ "h5path_cntrl = '/RUN/{}/DET/FCCD' # path to control data\n", "\n", "use_dir_creation_date = True # use dir creation data for calDB queries\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8025\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8025\" # calibration DB interface to use\n", "cal_db_timeout = 300000000 # timeout on caldb requests\n", "\n", "\n", diff --git a/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb index 0007b09ba8af3b9577fc359daae5cb908cab85f3..ee6e5c160964ce530ecc99fae80ff6b7ea362039 100644 --- a/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb +++ b/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb @@ -39,7 +39,7 @@ "\n", "# Parameters for the calibration database.\n", "use_dir_creation_date = True\n", - "cal_db_interface = \"tcp://max-exfl016:8020\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # calibration DB interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "overwrite_creation_time = \"\" # To overwrite the measured creation_time. Required Format: YYYY-MM-DD HR:MN:SC.00 e.g. \"2022-06-28 13:00:00.00\"\n", "db_output = False # Output constants to the calibration database\n", diff --git a/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb index 7672bf8ab44bcc5739f327e63c680bba18f91bf6..134e7e0bb729e7faf6c1509ea6d65c46156709d2 100644 --- a/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb +++ b/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb @@ -36,7 +36,7 @@ "karabo_id_control = \"\" # Control karabo ID. Set to empty string to use the karabo-id\n", "\n", "# Parameters for calibration database.\n", - "cal_db_interface = \"tcp://max-exfl016:8016#8025\" # the database interface to use.\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8016#8025\" # the database interface to use.\n", "cal_db_timeout = 180000 # timeout on caldb requests.\n", "creation_time = \"\" # To overwrite the measured creation_time. Required Format: YYYY-MM-DD HR:MN:SC e.g. \"2022-06-28 13:00:00\"\n", "\n", diff --git a/notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb b/notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb index 7b15087996b138a2784b8a8646455fef522be562..e644dfcaa740911cc98a2c1aaf3d887e469caf9d 100644 --- a/notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb +++ b/notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb @@ -33,7 +33,7 @@ "karabo_id_control = \"\" # if control is on a different ID, set to empty string if it is the same a karabo-id\n", "\n", "# Parameters for calibration database.\n", - "cal_db_interface = \"tcp://max-exfl016:8017#8025\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8017#8025\" # the database interface to use\n", "cal_db_timeout = 180000 # timeout on caldb requests\n", "creation_time = \"\" # To overwrite the measured creation_time. Required Format: YYYY-MM-DD HR:MN:SC e.g. \"2022-06-28 13:00:00\"\n", "\n", diff --git a/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb b/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb index 144ce000930afe71d5a8c0cb1f6721d71ddacb50..e8315d3d3cfef1668f67b87d5bd71e46a9957c2c 100644 --- a/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb +++ b/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb @@ -34,7 +34,7 @@ "\n", "# Parameters for calibration database and storing constants.\n", "use_dir_creation_date = True # use dir creation date\n", - "cal_db_interface = 'tcp://max-exfl016:8016#8045' # calibrate db interface to connect to\n", + "cal_db_interface = 'tcp://max-exfl-cal001:8016#8045' # calibrate db interface to connect to\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", diff --git a/notebooks/LPD/Characterize_LPD_GAIN_CI_per_pixel_NBC.ipynb b/notebooks/LPD/Characterize_LPD_GAIN_CI_per_pixel_NBC.ipynb index 0cdc02eb4d01c4375a0156c4ca168c9d9a390cdd..d406668eae5a4e79685333a43f8ce7bd61958b54 100644 --- a/notebooks/LPD/Characterize_LPD_GAIN_CI_per_pixel_NBC.ipynb +++ b/notebooks/LPD/Characterize_LPD_GAIN_CI_per_pixel_NBC.ipynb @@ -40,7 +40,7 @@ "db_output = False # output constants to database\n", "db_input = True\n", "bias_voltage = 300 # detector bias voltage\n", - "cal_db_interface = \"tcp://max-exfl016:8015\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015\" # the database interface to use\n", "\n", "use_dir_creation_date = True # use the creation date of the directory for database time derivation\n", "instrument = \"FXE\"\n", diff --git a/notebooks/LPD/Inject_calibration_constants_from_h5files.ipynb b/notebooks/LPD/Inject_calibration_constants_from_h5files.ipynb index 463bf868cf6884a092f72407d700864ef8dbb4cf..e3da5863595eb1de5a0f19dcf08c35a96fb70705 100644 --- a/notebooks/LPD/Inject_calibration_constants_from_h5files.ipynb +++ b/notebooks/LPD/Inject_calibration_constants_from_h5files.ipynb @@ -29,7 +29,7 @@ "karabo_da = [\"all\"] # karabo data aggregators. default \"all\" for all 16 karabo data aggregator names.\n", "\n", "# calibration database parameters:\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8045\" # calibration DB zmq address.\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8045\" # calibration DB zmq address.\n", "\n", "# calibration constant conditions:\n", "memory_cells = 512 # Number of memory cells. Used for constant conditions.\n", diff --git a/notebooks/LPD/LPDChar_Darks_NBC.ipynb b/notebooks/LPD/LPDChar_Darks_NBC.ipynb index 6b8905ce4aaeefb125e1ab230c0f3a94e3d25f59..9ba4365fc8dbeb086ce84c31800870f78225a5fc 100644 --- a/notebooks/LPD/LPDChar_Darks_NBC.ipynb +++ b/notebooks/LPD/LPDChar_Darks_NBC.ipynb @@ -35,7 +35,7 @@ "source_name = \"{}/DET/{}CH0:xtdf\" # Source name for raw detector data - filled with karabo_id & module number\n", "\n", "use_dir_creation_date = True # use the creation date of the directory for database time derivation\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8025\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8025\" # the database interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\"\n", "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", diff --git a/notebooks/LPD/LPD_Correct_and_Verify.ipynb b/notebooks/LPD/LPD_Correct_and_Verify.ipynb index c34b835b67d1306830450d733fa7156faa9998b3..f99dfd20c38fecba36b53e6eef42aee3d7545c1e 100644 --- a/notebooks/LPD/LPD_Correct_and_Verify.ipynb +++ b/notebooks/LPD/LPD_Correct_and_Verify.ipynb @@ -35,7 +35,7 @@ "h5path_idx = '/INDEX/{}/DET/{}:xtdf/' # path in the HDF5 file to images\n", "\n", "use_dir_creation_date = True # use the creation date of the directory for database time derivation\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8020\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8020\" # the database interface to use\n", "cal_db_timeout = 30000 # timeout for calibration db requests in milliseconds\n", "\n", "\n", diff --git a/notebooks/LPD/playground/Investigate_Single_Photons.ipynb b/notebooks/LPD/playground/Investigate_Single_Photons.ipynb index f6151dbc6cde414490116c35342b43e4cb9d83bd..14fa239a7cf690bfebb44c11b8b8a634bf5076ca 100644 --- a/notebooks/LPD/playground/Investigate_Single_Photons.ipynb +++ b/notebooks/LPD/playground/Investigate_Single_Photons.ipynb @@ -208,7 +208,7 @@ "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mAgain\u001b[0m Traceback (most recent call last)", - "\u001b[0;32m<ipython-input-144-cccdcd794c38>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[1;32m 11\u001b[0m capacitor=5),\n\u001b[1;32m 12\u001b[0m \u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mones\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;36m256\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m256\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m512\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m2\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 13\u001b[0;31m \"tcp://max-exfl016:8021\", timeout=30000000)\n\u001b[0m\u001b[1;32m 14\u001b[0m \u001b[0mrel_gains\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mslopesCI\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m...\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m0\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 15\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;32m<ipython-input-144-cccdcd794c38>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[1;32m 11\u001b[0m capacitor=5),\n\u001b[1;32m 12\u001b[0m \u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mones\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;36m256\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m256\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m512\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m2\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 13\u001b[0;31m \"tcp://max-exfl-cal001:8021\", timeout=30000000)\n\u001b[0m\u001b[1;32m 14\u001b[0m \u001b[0mrel_gains\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mslopesCI\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m...\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m0\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 15\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/home/haufs/pycalibrate_tmp/cal_tools/cal_tools/tools.py\u001b[0m in \u001b[0;36mget_constant_from_db\u001b[0;34m(device, constant, condition, empty_constant, cal_db_interface, creation_time, print_once, timeout)\u001b[0m\n\u001b[1;32m 305\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mcreation_time\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 306\u001b[0m \u001b[0mmetadata\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcalibration_constant_version\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mVersions\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mNow\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdevice\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mdevice\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 307\u001b[0;31m \u001b[0mmetadata\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mretrieve\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcal_db_interface\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 308\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 309\u001b[0m metadata.calibration_constant_version = Versions.Timespan(device=device,\n", "\u001b[0;32m/home/haufs/calkarabo/karabo/extern/lib/python3.4/site-packages/iCalibrationDB/meta_data.py\u001b[0m in \u001b[0;36mretrieve\u001b[0;34m(self, receiver, when, silent, timeout)\u001b[0m\n\u001b[1;32m 264\u001b[0m \u001b[0msock\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mconnect\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mreceiver\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 265\u001b[0m \u001b[0msock\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend_pyobj\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdata\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 266\u001b[0;31m \u001b[0mresp\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0msock\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrecv_pyobj\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 267\u001b[0m \u001b[0;32mfinally\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 268\u001b[0m \u001b[0;32mdel\u001b[0m \u001b[0msock\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/home/haufs/calkarabo/karabo/extern/lib/python3.4/site-packages/zmq/sugar/socket.py\u001b[0m in \u001b[0;36mrecv_pyobj\u001b[0;34m(self, flags)\u001b[0m\n\u001b[1;32m 489\u001b[0m \u001b[0mThe\u001b[0m \u001b[0mPython\u001b[0m \u001b[0mobject\u001b[0m \u001b[0mthat\u001b[0m \u001b[0marrives\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0ma\u001b[0m \u001b[0mmessage\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 490\u001b[0m \"\"\"\n\u001b[0;32m--> 491\u001b[0;31m \u001b[0mmsg\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrecv\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mflags\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 492\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_deserialize\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmsg\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mpickle\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mloads\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 493\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", @@ -234,7 +234,7 @@ " bias_voltage=250,\n", " capacitor=5),\n", " np.ones((256, 256, 512, 2)),\n", - " \"tcp://max-exfl016:8021\", timeout=30000000)\n", + " \"tcp://max-exfl-cal001:8021\", timeout=30000000)\n", " rel_gains = slopesCI[..., 0]\n", " \n", " flat_fields = np.squeeze(\n", @@ -248,7 +248,7 @@ " beam_energy=None,\n", " capacitor=5), # noqa\n", " np.ones((256, 256)),\n", - " \"tcp://max-exfl016:8021\", timeout=30000000))\n", + " \"tcp://max-exfl-cal001:8021\", timeout=30000000))\n", " \n", " for tile in tiles:\n", " tx0, ty0 = 256-(tile//8+1)* tile_y, 256 - (tile%8+1) * tile_x\n", diff --git a/notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb b/notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb index 38706bbff77dbf1b1d6d16cd4f6010a3b6f2efe7..a875f52a4c458590bbaae4c4fe3d08035628eab1 100644 --- a/notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb +++ b/notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb @@ -35,7 +35,7 @@ "control_source_name = \"{}/FPGA/FEM\" # Source name for control device\n", "\n", "creation_time = \"\" # Override the timestamp taken from the run (format '2023-03-30 15:04:31')\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8025\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8025\" # the database interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "local_output = True # output constants locally\n", "db_output = False # output constants to database\n", diff --git a/notebooks/LPDMini/LPD_Mini_Inject_calibration_constants_from_h5files.ipynb b/notebooks/LPDMini/LPD_Mini_Inject_calibration_constants_from_h5files.ipynb index 53bb19aac9effb20b80b132a33a5c14b0ea4ecc0..36284a0f74f4f12c306c98d6d3066b07bba4c1fb 100644 --- a/notebooks/LPDMini/LPD_Mini_Inject_calibration_constants_from_h5files.ipynb +++ b/notebooks/LPDMini/LPD_Mini_Inject_calibration_constants_from_h5files.ipynb @@ -34,7 +34,7 @@ "karabo_da = [\"\"] # karabo data aggregators. default \"all\" for all 8 karabo data aggregator names.\n", "\n", "# calibration database parameters:\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8045\" # calibration DB zmq address.\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8045\" # calibration DB zmq address.\n", "\n", "# calibration constant conditions:\n", "memory_cells = 512 # Number of memory cells. Used for constant conditions.\n", diff --git a/notebooks/ePix100/Characterize_Darks_ePix100_NBC.ipynb b/notebooks/ePix100/Characterize_Darks_ePix100_NBC.ipynb index 6776037feeb2cd71da04303042bbb2902f2ff6b0..3d2da0b11e8dfbcd569c1a9385612fbdba185452 100644 --- a/notebooks/ePix100/Characterize_Darks_ePix100_NBC.ipynb +++ b/notebooks/ePix100/Characterize_Darks_ePix100_NBC.ipynb @@ -42,7 +42,7 @@ "\n", "# Parameters for the calibration database.\n", "use_dir_creation_date = True\n", - "cal_db_interface = \"tcp://max-exfl016:8020\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # calibration DB interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "db_output = False # Output constants to the calibration database\n", "local_output = True # Output constants locally\n", diff --git a/notebooks/ePix100/Correction_ePix100_NBC.ipynb b/notebooks/ePix100/Correction_ePix100_NBC.ipynb index 5158373979d84e14ac643d0c5f61dbd6ccaab81c..983211e9623284f4e25a2fac9056897bac761b0f 100644 --- a/notebooks/ePix100/Correction_ePix100_NBC.ipynb +++ b/notebooks/ePix100/Correction_ePix100_NBC.ipynb @@ -44,7 +44,7 @@ "limit_trains = 0 # Process only first N images, 0 - process all.\n", "\n", "# Parameters for the calibration database.\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8025\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8025\" # calibration DB interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "creation_time = \"\" # The timestamp to use with Calibration DBe. Required Format: \"YYYY-MM-DD hh:mm:ss\" e.g. 2019-07-04 11:02:41\n", "\n", diff --git a/notebooks/ePix10K/Characterize_Darks_ePix10K_NBC.ipynb b/notebooks/ePix10K/Characterize_Darks_ePix10K_NBC.ipynb index f8a341d476d779759aedd45fc31809ea6c4b026a..6183a9fe73c096bab60ba6d7dc96623bd3d7bcd6 100644 --- a/notebooks/ePix10K/Characterize_Darks_ePix10K_NBC.ipynb +++ b/notebooks/ePix10K/Characterize_Darks_ePix10K_NBC.ipynb @@ -35,7 +35,7 @@ "h5path_cntrl = '/CONTROL/{}/DET' # path to control data\n", "\n", "use_dir_creation_date = True\n", - "cal_db_interface = \"tcp://max-exfl016:8020\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # calibration DB interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "db_output = False # Output constants to the calibration database\n", "local_output = True # output constants locally\n", diff --git a/notebooks/ePix10K/Correction_ePix10K_NBC.ipynb b/notebooks/ePix10K/Correction_ePix10K_NBC.ipynb index a85e3ae3afca1bb4193deaa4178c8612a001dedf..4a3f8f9330e9cca249379c4a59c4cc48a1a84d6f 100644 --- a/notebooks/ePix10K/Correction_ePix10K_NBC.ipynb +++ b/notebooks/ePix10K/Correction_ePix10K_NBC.ipynb @@ -37,7 +37,7 @@ "h5path_cntrl = '/CONTROL/{}/DET' # path to control data\n", "\n", "use_dir_creation_date = True # date constants injected before directory creation time\n", - "cal_db_interface = \"tcp://max-exfl016:8015#8025\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015#8025\" # calibration DB interface to use\n", "cal_db_timeout = 30000000 # timeout on caldb requests\n", "\n", "cpuCores = 4 # Specifies the number of running cpu cores\n", diff --git a/notebooks/generic/PlotFromCalDB_NBC.ipynb b/notebooks/generic/PlotFromCalDB_NBC.ipynb index 666b2d882c856ee99255fecb71392b805dd67f00..d611aeaceceeca90dc00db1f21d45dde8e0a4b14 100644 --- a/notebooks/generic/PlotFromCalDB_NBC.ipynb +++ b/notebooks/generic/PlotFromCalDB_NBC.ipynb @@ -47,7 +47,7 @@ "photon_energy = 9.2 # Photon energy of the beam\n", "out_folder = \"/gpfs/exfel/data/scratch/karnem/test_bla4/\" # output folder\n", "use_existing = \"\" # If not empty, constants stored in given folder will be used\n", - "cal_db_interface = \"tcp://max-exfl016:8016\" # the database interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8016\" # the database interface to use\n", "cal_db_timeout = 180000 # timeout on caldb requests\",\n", "plot_range = 3 # range for plotting in units of median absolute deviations\n", "spShape = [256, 64] # Shape of superpixel\n", diff --git a/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb b/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb index 1f01b0aa031fcfff4644f392bdb18ce9f23fe246..f6ef23f64136329b405b7a4cdc84240ba3631c3b 100644 --- a/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb +++ b/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb @@ -39,7 +39,7 @@ "\n", "# Database access parameters.\n", "use_dir_creation_date = True # use dir creation date as data production reference date\n", - "cal_db_interface = \"tcp://max-exfl016:8021\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8021\" # calibration DB interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "db_output = False # if True, the notebook sends dark constants to the calibration database\n", "local_output = True # if True, the notebook saves dark constants locally\n", diff --git a/notebooks/pnCCD/Characterize_pnCCD_Gain.ipynb b/notebooks/pnCCD/Characterize_pnCCD_Gain.ipynb index 637f1766cff1562018d53134a134a18b383e2016..1e63597449218f0fce147598239b4a5cda1a391a 100644 --- a/notebooks/pnCCD/Characterize_pnCCD_Gain.ipynb +++ b/notebooks/pnCCD/Characterize_pnCCD_Gain.ipynb @@ -52,7 +52,7 @@ "db_output = False # if True, the notebook injects dark constants into the calibration database\n", "local_output = True # if True, the notebook saves dark constants locally\n", "\n", - "cal_db_interface = \"tcp://max-exfl016:8015\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015\" # calibration DB interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "creation_time = \"\" # To overwrite the measured creation_time. Required Format: YYYY-MM-DD HR:MN:SC.00 e.g. 2019-07-04 11:02:41.00\n", "\n", diff --git a/notebooks/pnCCD/Correct_pnCCD_NBC.ipynb b/notebooks/pnCCD/Correct_pnCCD_NBC.ipynb index 7cefbcab7be90ba22f1323f4d7dd14153496670d..3306fa388ece967b786ac14afacfafb813553755 100644 --- a/notebooks/pnCCD/Correct_pnCCD_NBC.ipynb +++ b/notebooks/pnCCD/Correct_pnCCD_NBC.ipynb @@ -46,7 +46,7 @@ "photon_energy = 1.6 # Al fluorescence in keV\n", "\n", "# Parameters for the calibration database.\n", - "cal_db_interface = \"tcp://max-exfl016:8015\" # calibration DB interface to use\n", + "cal_db_interface = \"tcp://max-exfl-cal001:8015\" # calibration DB interface to use\n", "cal_db_timeout = 300000 # timeout on caldb requests\n", "creation_time = \"\" # The timestamp to use with Calibration DB. Required Format: \"YYYY-MM-DD hh:mm:ss\" e.g. 2019-07-04 11:02:41\n", "remove_bias_voltage_if_zero = True # This flag enables removing bias voltage from the conditions if a 0 value is read from RAW data. This is useful when the corresponding constants for old RAW had no bias voltage because of a mistake in control data. e.g. p002857\n", diff --git a/reportservice/README.md b/reportservice/README.md index ccf7f91bab188ec10bffa1638a4fa61b9238aa4c..b0a3d83d211e857e029facaa1fcbbd9d5ae1d732 100644 --- a/reportservice/README.md +++ b/reportservice/README.md @@ -34,7 +34,7 @@ The available command line arguments are: Modes: -*prod* is the production mode working on the max-exfl016 as xcal user for generating the DC report through RTD +*prod* is the production mode working on the max-exfl-cal001 as xcal user for generating the DC report through RTD and it should generate a very generalized DC report for the available detectors with information useful for most of the detector experts and users. *local* is the mode used for generating figures locally without uploading the DC report on RTD or pushing figures diff --git a/reportservice/report_conf.yaml b/reportservice/report_conf.yaml index aa6a59202e7c7bde890d1bdb816e56fdffe7ad79..9c517865c2232c68b3a8dbfb7d0ba3a760637dad 100644 --- a/reportservice/report_conf.yaml +++ b/reportservice/report_conf.yaml @@ -2,7 +2,7 @@ GLOBAL: git: repo-local: "/gpfs/exfel/data/scratch/xcal/calibration/DetectorCharacterization/" figures-remote: "http://git@git.xfel.eu/gitlab/detectors/DetectorCharacterization.git" - server-port: "tcp://max-exfl016:5566" + server-port: "tcp://max-exfl-cal001:5566" run-on: - Monday 08:30:00 UTC @@ -69,7 +69,7 @@ SPB: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" JUNGFRAU: det-type: @@ -138,7 +138,7 @@ SPB: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" MID: AGIPD1M2: @@ -194,7 +194,7 @@ MID: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" EPIX: det-type: @@ -236,7 +236,7 @@ MID: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" FXE: @@ -287,7 +287,7 @@ FXE: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" JUNGFRAU: det-type: @@ -353,7 +353,7 @@ FXE: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" DETLAB: FASTCCD: @@ -415,7 +415,7 @@ DETLAB: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" SCS: @@ -478,7 +478,7 @@ SCS: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" SQS: PNCCD: @@ -529,7 +529,7 @@ SQS: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" HED: EPIX: @@ -572,7 +572,7 @@ HED: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" JUNGFRAU: det-type: @@ -637,4 +637,4 @@ HED: use-existing: "''" out-folder: "/gpfs/exfel/data/scratch/xcal/report_service/tmp/{instrument}/{detector}/" cal-db-timeout: 180000 - cal-db-interface: "tcp://max-exfl016:8015#8025" + cal-db-interface: "tcp://max-exfl-cal001:8015#8025" diff --git a/src/cal_tools/agipdlib.py b/src/cal_tools/agipdlib.py index 011905554fbdc24453ccfb552ec845c517ff8ad4..038ca342b5e60ecd076f3697be30d4842a1b5db1 100644 --- a/src/cal_tools/agipdlib.py +++ b/src/cal_tools/agipdlib.py @@ -1411,10 +1411,10 @@ class AgipdCorrections: * tcp://host:port_low#port_high to specify a port range from which a random port will be picked. E.g. specifying - tcp://max-exfl016:8015#8025 + tcp://max-exfl-cal001:8015#8025 - will randomly pick an address in the range max-exfl016:8015 and - max-exfl016:8025. + will randomly pick an address in the range max-exfl-cal001:8015 and + max-exfl-cal001:8025. The latter notation allows for load-balancing. diff --git a/src/cal_tools/lpdlib.py b/src/cal_tools/lpdlib.py index e9635cab1dc61b7133d01461f34521fbcc8c0c38..b61652b33005bf31e1838103c9d5fb59c2f889c9 100644 --- a/src/cal_tools/lpdlib.py +++ b/src/cal_tools/lpdlib.py @@ -590,10 +590,10 @@ class LpdCorrections: * tcp://host:port_low#port_high to specify a port range from which a random port will be picked. E.g. specifying - tcp://max-exfl016:8015#8025 + tcp://max-exfl-cal001:8015#8025 - will randomly pick an address in the range max-exfl016:8015 and - max-exfl016:8025. + will randomly pick an address in the range max-exfl-cal001:8015 and + max-exfl-cal001:8025. The latter notation allows for load-balancing. diff --git a/src/cal_tools/tools.py b/src/cal_tools/tools.py index 314e2084da62ca1355ca24c98332244038c4ff56..88ab28d1e03c23264bb77c1c9a0e6b707a1535a1 100644 --- a/src/cal_tools/tools.py +++ b/src/cal_tools/tools.py @@ -477,7 +477,7 @@ def get_pdu_from_db(karabo_id: str, karabo_da: Union[str, list], intialize CalibrationConstantMetadata class. :param condition: Detector condition object to intialize CalibrationConstantMetadata class. - :param cal_db_interface: Interface string, e.g. "tcp://max-exfl016:8015". + :param cal_db_interface: Interface string, e.g. "tcp://max-exfl-cal001:8015". :param snapshot_at: Database snapshot. :param timeout: Calibration Database timeout. :return: List of physical detector units (db_modules) @@ -557,7 +557,7 @@ def get_from_db(karabo_id: str, karabo_da: str, :param constant: Calibration constant known for given detector. :param condition: Calibration condition. :param empty_constant: Constant to be returned in case of failure. - :param cal_db_interface: Interface string, e.g. "tcp://max-exfl016:8015" + :param cal_db_interface: Interface string, e.g. "tcp://max-exfl-cal001:8015" :param creation_time: Latest time for constant to be created. :param verbosity: Level of verbosity (0 - silent) :param timeout: Timeout for zmq request @@ -669,7 +669,7 @@ def send_to_db(db_module: str, karabo_id: str, constant, condition, :param file_loc: Location of raw data. :param report_path: xfel-calbrate report path to inject along with the calibration constant versions to the database. - :param cal_db_interface: Interface string, e.g. "tcp://max-exfl016:8015" + :param cal_db_interface: Interface string, e.g. "tcp://max-exfl-cal001:8015" :param creation_time: Latest time for constant to be created :param timeout: Timeout for zmq request :param ntries: number of tries to contact the database, diff --git a/tests/test_update_config.py b/tests/test_update_config.py index 32588b2391b31317e69fdf162b11738ee93afdf0..6e319f679509204256e8f6421f5a47ca6668a401 100644 --- a/tests/test_update_config.py +++ b/tests/test_update_config.py @@ -127,7 +127,7 @@ args_1 = { "cycle": 000000, "correct": True, "apply": False, - "webservice_port": "tcp://max-exfl016:5555", + "webservice_port": "tcp://max-exfl-cal001:5555", "instrument": None, "force_hg_if_below": None, "rel_gain": True, diff --git a/webservice/config/serve_overview.yaml b/webservice/config/serve_overview.yaml index 6dfc314c11787f5aae84eb3e97b9a0d9364900d0..2da8f8cbc71c7b0a5328ef7ba2ccce12c366b9c3 100644 --- a/webservice/config/serve_overview.yaml +++ b/webservice/config/serve_overview.yaml @@ -21,7 +21,7 @@ run-candidates: server-config: port: 8008 - host: max-exfl016.desy.de + host: max-exfl-cal001.desy.de dark-timeout: 30 n-calib: 10 diff --git a/webservice/config/webservice.yaml b/webservice/config/webservice.yaml index 78b13b61402a3a00770a4b952f9bbcdc385bebfc..2ed4d41f9871a3f5ec44edce2687c3d1a69eaa03 100644 --- a/webservice/config/webservice.yaml +++ b/webservice/config/webservice.yaml @@ -52,7 +52,7 @@ correct: --slurm-name {action}_{instrument}_{detector}_{cycle}_p{proposal}_{runs} --report-to /gpfs/exfel/exp/{instrument}/{cycle}/p{proposal}/usr/Reports/{runs}/{det_instance}_{action}_{proposal}_{runs}_{time_stamp} --cal-db-timeout 300000 - --cal-db-interface tcp://max-exfl016:8015#8044 + --cal-db-interface tcp://max-exfl-cal001:8015#8044 dark: in-folder: /gpfs/exfel/exp/{instrument}/{cycle}/p{proposal}/raw @@ -67,5 +67,5 @@ dark: --request-time {request_time} --slurm-name {action}_{instrument}_{detector}_{cycle}_p{proposal}_{runs} --report-to /gpfs/exfel/d/cal/caldb_store/xfel/reports/{instrument}/{det_instance}/{action}/{action}_{proposal}_{runs}_{time_stamp} - --cal-db-interface tcp://max-exfl016:8015#8044 + --cal-db-interface tcp://max-exfl-cal001:8015#8044 --db-output diff --git a/webservice/manual_launch.py b/webservice/manual_launch.py index 154e190b652c699a000f8fdca80aa8ef50db9ba3..18078b1ca390a0d61b724a51f2ae5a9e33b467a5 100644 --- a/webservice/manual_launch.py +++ b/webservice/manual_launch.py @@ -212,7 +212,7 @@ def main( ) con = zmq.Context() socket = con.socket(zmq.REQ) - con = socket.connect("tcp://max-exfl016:5555") + con = socket.connect("tcp://max-exfl-cal001:5555") if not really: # Fake socket for testing, just logs what would have been sent via ZMQ diff --git a/webservice/request_darks.py b/webservice/request_darks.py index b9847f1b411ac95ff016f21fc587f2411f3172c1..cbc739c1787e58783d13f63d0bf5ab2abc2fbd42 100644 --- a/webservice/request_darks.py +++ b/webservice/request_darks.py @@ -35,7 +35,7 @@ args = vars(parser.parse_args()) con = zmq.Context() socket = con.socket(zmq.REQ) -con = socket.connect("tcp://max-exfl016:5555") +con = socket.connect("tcp://max-exfl-cal001:5555") uuid = str(datetime.now().timestamp().as_integer_ratio()[0]) diff --git a/webservice/request_repeat.py b/webservice/request_repeat.py index db1d77a02410e245944c75113ba58bf3f42f989d..69f5507e0abc575127800f0a928969abd1e3d7c5 100644 --- a/webservice/request_repeat.py +++ b/webservice/request_repeat.py @@ -13,7 +13,7 @@ parser = argparse.ArgumentParser(description='Request repeat correction.') parser.add_argument('proposal', type=int, help='The proposal number') parser.add_argument('run', type=int, help='The run number') parser.add_argument('--mymdc-id', type=int, default=0, help="Run ID in myMdC") -parser.add_argument('--endpoint', default='tcp://max-exfl016:5555', +parser.add_argument('--endpoint', default='tcp://max-exfl-cal001:5555', help="The ZMQ endpoint to connect to (max-exfl-cal-002 for testing)") args = parser.parse_args() diff --git a/webservice/update_config.py b/webservice/update_config.py index cef206fe51441ca397e525cab7c2b7a97e0d63fc..09a956738334944df595d6ead82895461bfd9cbe 100755 --- a/webservice/update_config.py +++ b/webservice/update_config.py @@ -104,7 +104,7 @@ parser.add_argument( parser.add_argument( '--webservice-address', type=str, - default="tcp://max-exfl016:5555", + default="tcp://max-exfl-cal001:5555", help=('The port of the webservice to update ' 'calibration configurations repository.') )