From a40a4be2b4ae142ab6b4fcff38fe6eeb2f4b073e Mon Sep 17 00:00:00 2001 From: Alexander Steppke Date: Fri, 17 Nov 2023 11:56:33 +0100 Subject: [PATCH] startup of p21563 beamtime --- channels/pv_channels.py | 3 +- cristallina.py | 10 +- exp_temp/channels.py | 14 +- log/cristallina.log | 485 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 503 insertions(+), 9 deletions(-) diff --git a/channels/pv_channels.py b/channels/pv_channels.py index b7700ba..5dd8aab 100644 --- a/channels/pv_channels.py +++ b/channels/pv_channels.py @@ -11,6 +11,7 @@ pvs_machine = [ "SARUN:FELPHOTENE.VAL", # Predicted photon energy from machine settings "SARFE10-PBPG050:PHOTON-ENERGY-PER-PULSE-AVG.VAL", # Average pulse energy from the gas detector ] + pvs_RF = [ "SINSB01-RSYS:GET-VSUM-PHASE-OFFSET", "SINSB02-RSYS:GET-VSUM-PHASE-OFFSET", @@ -447,7 +448,7 @@ pvs = ( + pvs_OKBH154 + pvs_standa + pvs_newport_300 - + pvs_smaract_xyz + # + pvs_smaract_xyz + pvs_diffractometer_1 # + pvs_Bernina ) diff --git a/cristallina.py b/cristallina.py index 8d2b6c9..e2c8c39 100644 --- a/cristallina.py +++ b/cristallina.py @@ -184,6 +184,10 @@ from beamline.bernina_mono import BerninaMono BerninaDCM = BerninaMono("SAROP21-ODCM098") +# Diffractometer +from devices.diffractometer import Diffractometer + +diffractometer = Diffractometer("diffractometer") ################# DAQ Setup ################# instrument = "cristallina" @@ -208,9 +212,11 @@ instrument = "cristallina" # pgroup = "p21261" # CrQ PMS-3 July 2023 # pgroup = "p21528" # Cr-MX Colletier 2023-09-05 -pgroup = "p21516" # Beamline commissioning September 26-27, Noveber 7 2023 +# pgroup = "p21516" # Beamline commissioning September 26-27, Noveber 7 2023 # pgroup = "p21563" # Dil-Sc / diffractometer / tilted bunch / LiErF4 (/ TmVO4) +pgroup = "p21569" # Dil-Sc / diffractometer / tilted bunch / LiErF4 (/ TmVO4), November 17- + # setup pgroup specific logger setup_logging_pgroup(pgroup) @@ -238,7 +244,7 @@ DAQS = multiple_daqs.generate_DAQS(instrument, pgroup,bs_channels, pvs, detector # required fraction defines ammount of data recorded to save the step and move on to the next one check_intensity_gas_monitor = PVCondition( "SARFE10-PBPG050:PHOTON-ENERGY-PER-PULSE-US", - vmin=-100, + vmin=10, vmax=2000, wait_time=0.5, required_fraction=0.8, diff --git a/exp_temp/channels.py b/exp_temp/channels.py index 4a4fe49..0420653 100644 --- a/exp_temp/channels.py +++ b/exp_temp/channels.py @@ -11,12 +11,14 @@ detectors = [ "JF16T03V01", ] -ROIs = {'direct_beam': [200,400,500,600]} -detectors_with_config_ROI_only = DetectorConfig(detectors) -detectors_with_config_ROI_only["JF16T03V01"]['save_dap_results'] = False -detectors_with_config_ROI_only["JF16T03V01"]['disabled_modules'] = [0, 1] # bottom module:0, middle module:1, top module:2 -detectors_with_config_ROI_only["JF16T03V01"]['roi'] = ROIs -#detectors_with_config_ROI_only["JF16T03V01"]['remove_raw_files'] = True +detectors_with_config = DetectorConfig(detectors) +#detectors_with_config["JF16T03V01"]['adc_to_energy'] = True +#detectors_with_config["JF16T03V01"]['factor'] = 0.25 +#detectors_with_config["JF16T03V01"]['save_dap_results'] = False +#detectors_with_config["JF16T03V01"]['disabled_modules'] = [0, 1] # bottom module:0, middle module:1, top module:2 +ROIs = {'direct_beam': [200,400,500,800]} +detectors_with_config["JF16T03V01"]['roi'] = ROIs +#detectors_with_config["JF16T03V01"]['remove_raw_files'] = True ########################################################################################################## ########################################################################################################## diff --git a/log/cristallina.log b/log/cristallina.log index 4af2553..3e218a2 100644 --- a/log/cristallina.log +++ b/log/cristallina.log @@ -35,3 +35,488 @@ 2023-09-25 at 17:16:43 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. 2023-09-25 at 17:16:43 | INFO | Running at cristallina with pgroup p19150. 2023-09-25 at 17:16:43 | INFO | Loading finished. +2023-09-25 at 21:12:24 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-09-25 at 21:12:24 | WARNING | No transmission value reported from {attenuator.ID} +2023-09-25 at 21:12:25 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-25 at 21:12:26 | INFO | Running at cristallina with pgroup p21516. +2023-09-25 at 21:12:26 | INFO | Loading finished. +2023-09-25 at 21:14:20 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-09-25 at 21:14:21 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-25 at 21:14:21 | INFO | Running at cristallina with pgroup p21516. +2023-09-25 at 21:14:21 | INFO | Loading finished. +2023-09-25 at 21:14:48 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-09-25 at 21:14:49 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-25 at 21:14:49 | INFO | Running at cristallina with pgroup p21516. +2023-09-25 at 21:14:49 | INFO | Loading finished. +2023-09-25 at 21:14:57 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-09-25 at 21:14:58 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-25 at 21:14:58 | INFO | Running at cristallina with pgroup p21516. +2023-09-25 at 21:14:58 | INFO | Loading finished. +2023-09-25 at 21:21:52 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-09-25 at 21:21:53 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-25 at 21:21:53 | INFO | Running at cristallina with pgroup p21516. +2023-09-25 at 21:21:53 | INFO | Loading finished. +2023-09-25 at 21:23:35 | INFO | Connected to stand server +2023-09-25 at 21:23:36 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-25 at 21:23:36 | INFO | Running at cristallina with pgroup p21516. +2023-09-25 at 21:23:36 | INFO | Loading finished. +2023-09-25 at 21:28:02 | INFO | Simple acquisition started. +2023-09-25 at 21:28:05 | DEBUG | Simple acquisition complete: {'run_number': 1, 'time': 'Mon Sep 25 21:28:03 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': '', 'parameters': ''} +2023-09-25 at 22:06:08 | INFO | Simple acquisition started. +2023-09-25 at 22:06:09 | DEBUG | Simple acquisition complete: {'run_number': 2, 'time': 'Mon Sep 25 22:06:09 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': '', 'parameters': ''} +2023-09-25 at 22:59:49 | INFO | Simple acquisition started. +2023-09-25 at 22:59:50 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:50 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.990000'} +2023-09-25 at 22:59:52 | INFO | Simple acquisition started. +2023-09-25 at 22:59:52 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:52 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.000000'} +2023-09-25 at 22:59:53 | INFO | Simple acquisition started. +2023-09-25 at 22:59:54 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:53 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.100000'} +2023-09-25 at 22:59:54 | INFO | Simple acquisition started. +2023-09-25 at 22:59:55 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:54 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.200000'} +2023-09-25 at 22:59:55 | INFO | Simple acquisition started. +2023-09-25 at 22:59:56 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:55 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.300000'} +2023-09-25 at 22:59:56 | INFO | Simple acquisition started. +2023-09-25 at 22:59:57 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:56 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.400000'} +2023-09-25 at 22:59:57 | INFO | Simple acquisition started. +2023-09-25 at 22:59:58 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:57 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.500000'} +2023-09-25 at 22:59:58 | INFO | Simple acquisition started. +2023-09-25 at 22:59:58 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:58 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.600000'} +2023-09-25 at 22:59:59 | INFO | Simple acquisition started. +2023-09-25 at 22:59:59 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 22:59:59 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.700000'} +2023-09-25 at 23:00:00 | INFO | Simple acquisition started. +2023-09-25 at 23:00:00 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:00 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.800000'} +2023-09-25 at 23:00:01 | INFO | Simple acquisition started. +2023-09-25 at 23:00:01 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:01 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:5.900000'} +2023-09-25 at 23:00:02 | INFO | Simple acquisition started. +2023-09-25 at 23:00:02 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:02 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.000000'} +2023-09-25 at 23:00:03 | INFO | Simple acquisition started. +2023-09-25 at 23:00:03 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:03 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.100000'} +2023-09-25 at 23:00:04 | INFO | Simple acquisition started. +2023-09-25 at 23:00:05 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:04 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.200000'} +2023-09-25 at 23:00:05 | INFO | Simple acquisition started. +2023-09-25 at 23:00:06 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:05 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.300000'} +2023-09-25 at 23:00:06 | INFO | Simple acquisition started. +2023-09-25 at 23:00:06 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:06 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.400000'} +2023-09-25 at 23:00:07 | INFO | Simple acquisition started. +2023-09-25 at 23:00:07 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:07 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.500000'} +2023-09-25 at 23:00:08 | INFO | Simple acquisition started. +2023-09-25 at 23:00:08 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:08 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.600000'} +2023-09-25 at 23:00:09 | INFO | Simple acquisition started. +2023-09-25 at 23:00:09 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:09 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.700000'} +2023-09-25 at 23:00:10 | INFO | Simple acquisition started. +2023-09-25 at 23:00:10 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:10 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.800000'} +2023-09-25 at 23:00:11 | INFO | Simple acquisition started. +2023-09-25 at 23:00:11 | DEBUG | Simple acquisition complete: {'run_number': 3, 'time': 'Mon Sep 25 23:00:11 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'Smaract movement test', 'parameters': 'x:6.900000'} +2023-09-26 at 10:58:09 | INFO | Simple acquisition started. +2023-09-26 at 10:58:10 | DEBUG | Simple acquisition complete: {'run_number': 4, 'time': 'Tue Sep 26 10:58:09 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'testing the CTA acquisition', 'parameters': ''} +2023-09-26 at 11:02:35 | INFO | Retrieve images starting from pid 19120266900. +2023-09-26 at 11:02:35 | DEBUG | {'run_number': 4, 'acq_number': 2, 'total_acq_number': 25, 'filenames': ['/sf/cristallina/data/p21516/raw/run0004/data/acq0002.PVDATA.h5', '/sf/cristallina/data/p21516/raw/run0004/data/acq0002.BSDATA.h5', '/sf/cristallina/data/p21516/raw/run0004/data/acq0002.JF16T03V01.h5']} +2023-09-26 at 11:42:56 | INFO | Connected to stand server +2023-09-26 at 11:42:57 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 11:42:57 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 11:42:57 | INFO | Loading finished. +2023-09-26 at 11:43:22 | INFO | Simple acquisition started. +2023-09-26 at 11:43:23 | DEBUG | Simple acquisition complete: {'run_number': 5, 'time': 'Tue Sep 26 11:43:22 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'testing the CTA acquisition', 'parameters': ''} +2023-09-26 at 11:44:29 | INFO | Retrieve images starting from pid 19120518800. +2023-09-26 at 11:44:29 | DEBUG | {'run_number': 5, 'acq_number': 2, 'total_acq_number': 27, 'filenames': ['/sf/cristallina/data/p21516/raw/run0005/data/acq0002.PVDATA.h5', '/sf/cristallina/data/p21516/raw/run0005/data/acq0002.BSDATA.h5', '/sf/cristallina/data/p21516/raw/run0005/data/acq0002.JF16T03V01.h5']} +2023-09-26 at 11:47:45 | INFO | Connected to stand server +2023-09-26 at 11:47:46 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 11:47:46 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 11:47:46 | INFO | Loading finished. +2023-09-26 at 11:49:08 | INFO | Simple acquisition started. +2023-09-26 at 11:49:08 | DEBUG | Simple acquisition complete: {'run_number': 6, 'time': 'Tue Sep 26 11:49:08 2023', 'topic': 'Beamline commissioning', 'sample': '--', 'comment': 'testing the CTA acquisition, only one module', 'parameters': ''} +2023-09-26 at 11:50:18 | INFO | Retrieve images starting from pid 19120553700. +2023-09-26 at 11:50:18 | DEBUG | {'run_number': 6, 'acq_number': 2, 'total_acq_number': 29, 'filenames': ['/sf/cristallina/data/p21516/raw/run0006/data/acq0002.PVDATA.h5', '/sf/cristallina/data/p21516/raw/run0006/data/acq0002.BSDATA.h5', '/sf/cristallina/data/p21516/raw/run0006/data/acq0002.JF16T03V01.h5']} +2023-09-26 at 13:49:08 | INFO | Connected to stand server +2023-09-26 at 13:49:09 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 13:49:09 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 13:49:09 | INFO | Loading finished. +2023-09-26 at 13:59:23 | INFO | Connected to stand server +2023-09-26 at 13:59:24 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 13:59:24 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 13:59:24 | INFO | Loading finished. +2023-09-26 at 13:59:46 | INFO | Connected to stand server +2023-09-26 at 13:59:47 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 13:59:47 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 13:59:47 | INFO | Loading finished. +2023-09-26 at 14:00:49 | INFO | Connected to stand server +2023-09-26 at 14:00:49 | WARNING | No transmission value reported from {attenuator.ID} +2023-09-26 at 14:00:50 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 14:00:50 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 14:00:50 | INFO | Loading finished. +2023-09-26 at 14:01:34 | INFO | Connected to stand server +2023-09-26 at 14:01:34 | WARNING | No transmission value reported from {attenuator.ID} +2023-09-26 at 14:01:35 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 14:01:35 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 14:01:35 | INFO | Loading finished. +2023-09-26 at 18:04:51 | INFO | Connected to stand server +2023-09-26 at 18:04:51 | WARNING | No transmission value reported from {attenuator.ID} +2023-09-26 at 18:04:52 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 18:04:52 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 18:04:52 | INFO | Loading finished. +2023-09-26 at 18:16:04 | INFO | Connected to stand server +2023-09-26 at 18:16:05 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 18:16:05 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 18:16:05 | INFO | Loading finished. +2023-09-26 at 18:35:39 | INFO | Connected to stand server +2023-09-26 at 18:35:40 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 18:35:40 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 18:35:40 | INFO | Loading finished. +2023-09-26 at 18:47:48 | INFO | Connected to stand server +2023-09-26 at 18:47:49 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-26 at 18:47:49 | INFO | Running at cristallina with pgroup p21516. +2023-09-26 at 18:47:49 | INFO | Loading finished. +2023-09-27 at 17:19:18 | INFO | Connected to stand server +2023-09-27 at 17:19:18 | INFO | Connected to stand server +2023-09-27 at 17:19:18 | WARNING | No transmission value reported from {attenuator.ID} +2023-09-27 at 17:19:18 | WARNING | No transmission value reported from {attenuator.ID} +2023-09-27 at 17:19:19 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-27 at 17:19:19 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-09-27 at 17:19:20 | INFO | Running at cristallina with pgroup p19150. +2023-09-27 at 17:19:20 | INFO | Loading finished. +2023-09-27 at 17:19:20 | INFO | Running at cristallina with pgroup p19150. +2023-09-27 at 17:19:20 | INFO | Loading finished. +2023-10-02 at 18:28:14 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-02 at 18:28:14 | WARNING | No transmission value reported from {attenuator.ID} +2023-10-02 at 18:28:15 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-02 at 18:28:16 | INFO | Running at cristallina with pgroup p19150. +2023-10-02 at 18:28:16 | INFO | Loading finished. +2023-10-02 at 18:46:27 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-02 at 18:47:04 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-02 at 18:47:17 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-02 at 18:47:36 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-02 at 18:50:01 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-03 at 11:58:41 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-03 at 11:58:41 | WARNING | No transmission value reported from {attenuator.ID} +2023-10-03 at 11:58:42 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-03 at 11:58:42 | INFO | Running at cristallina with pgroup p19150. +2023-10-03 at 11:58:42 | INFO | Loading finished. +2023-10-09 at 16:15:27 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-09 at 16:15:27 | WARNING | No transmission value reported from {attenuator.ID} +2023-10-09 at 16:15:28 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-09 at 16:15:30 | INFO | Running at cristallina with pgroup p21516. +2023-10-09 at 16:15:30 | INFO | Loading finished. +2023-10-09 at 16:17:44 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-09 at 16:17:44 | WARNING | No transmission value reported from {attenuator.ID} +2023-10-09 at 16:17:45 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-09 at 16:17:45 | INFO | Running at cristallina with pgroup p21516. +2023-10-09 at 16:17:45 | INFO | Loading finished. +2023-10-09 at 16:28:40 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-09 at 16:28:40 | WARNING | No transmission value reported from {attenuator.ID} +2023-10-09 at 16:28:41 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-09 at 16:28:41 | INFO | Running at cristallina with pgroup p21516. +2023-10-09 at 16:28:41 | INFO | Loading finished. +2023-10-09 at 16:31:13 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-09 at 16:31:20 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-09 at 16:31:39 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-09 at 16:31:40 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-09 at 16:31:40 | INFO | Running at cristallina with pgroup p21516. +2023-10-09 at 16:31:40 | INFO | Loading finished. +2023-10-09 at 16:33:27 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-09 at 16:33:28 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-09 at 16:33:28 | INFO | Running at cristallina with pgroup p21516. +2023-10-09 at 16:33:28 | INFO | Loading finished. +2023-10-09 at 16:34:19 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-09 at 16:34:20 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-09 at 16:34:20 | INFO | Running at cristallina with pgroup p21516. +2023-10-09 at 16:34:20 | INFO | Loading finished. +2023-10-12 at 16:59:37 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-12 at 16:59:38 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-12 at 16:59:39 | INFO | Running at cristallina with pgroup p21516. +2023-10-12 at 16:59:39 | INFO | Loading finished. +2023-10-16 at 18:53:14 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. Caught HTTPConnectionPool(host='saresc-vcons-02.psi.ch', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')). +2023-10-16 at 18:53:15 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-16 at 18:53:16 | INFO | Running at cristallina with pgroup p21516. +2023-10-16 at 18:53:16 | INFO | Loading finished. +2023-10-16 at 18:56:36 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. +2023-10-16 at 18:56:37 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-16 at 18:56:37 | INFO | Running at cristallina with pgroup p21516. +2023-10-16 at 18:56:37 | INFO | Loading finished. +2023-10-20 at 17:48:03 | WARNING | Cannot connect to stand server on saresc-vcons-02.psi.ch. +2023-10-20 at 17:48:04 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-20 at 17:48:07 | INFO | Running at cristallina with pgroup p21563. +2023-10-20 at 17:48:07 | INFO | Loading finished. +2023-10-20 at 17:48:50 | INFO | Connected to stand server +2023-10-20 at 17:48:51 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-20 at 17:48:51 | INFO | Running at cristallina with pgroup p21563. +2023-10-20 at 17:48:51 | INFO | Loading finished. +2023-10-20 at 21:47:23 | INFO | Connected to stand server +2023-10-20 at 21:47:24 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-20 at 21:47:26 | INFO | Running at cristallina with pgroup p21563. +2023-10-20 at 21:47:26 | INFO | Loading finished. +2023-10-21 at 01:34:59 | INFO | Connected to stand server +2023-10-21 at 01:35:01 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-21 at 01:35:01 | INFO | Running at cristallina with pgroup p21563. +2023-10-21 at 01:35:01 | INFO | Loading finished. +2023-10-23 at 18:24:05 | INFO | Connected to stand server +2023-10-23 at 18:24:06 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-23 at 18:24:07 | INFO | Running at cristallina with pgroup p21563. +2023-10-23 at 18:24:07 | INFO | Loading finished. +2023-10-23 at 18:51:10 | INFO | Connected to stand server +2023-10-23 at 18:51:11 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-23 at 18:51:12 | WARNING | Cannot write log file to pgroup p21563. +2023-10-23 at 18:51:12 | INFO | Running at cristallina with pgroup p21563. +2023-10-23 at 18:51:12 | INFO | Loading finished. +2023-10-23 at 18:59:21 | INFO | Connected to stand server +2023-10-23 at 18:59:22 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-23 at 18:59:22 | WARNING | Cannot write log file to pgroup p21563. +2023-10-23 at 18:59:22 | INFO | Running at cristallina with pgroup p21563. +2023-10-23 at 18:59:22 | INFO | Loading finished. +2023-10-23 at 20:44:41 | INFO | Connected to stand server +2023-10-23 at 20:44:43 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-23 at 20:44:43 | INFO | Running at cristallina with pgroup p21563. +2023-10-23 at 20:44:43 | INFO | Loading finished. +2023-10-23 at 22:37:44 | INFO | Connected to stand server +2023-10-23 at 22:37:45 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-23 at 22:37:45 | INFO | Running at cristallina with pgroup p21563. +2023-10-23 at 22:37:45 | INFO | Loading finished. +2023-10-24 at 11:37:01 | INFO | Connected to stand server +2023-10-24 at 11:37:02 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-24 at 11:37:03 | WARNING | Cannot write log file to pgroup p21563. +2023-10-24 at 11:37:03 | INFO | Running at cristallina with pgroup p21563. +2023-10-24 at 11:37:03 | INFO | Loading finished. +2023-10-24 at 13:11:26 | INFO | Connected to stand server +2023-10-24 at 13:11:27 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-24 at 13:11:27 | WARNING | Cannot write log file to pgroup p21563. +2023-10-24 at 13:11:27 | INFO | Running at cristallina with pgroup p21563. +2023-10-24 at 13:11:27 | INFO | Loading finished. +2023-10-24 at 13:17:04 | INFO | Connected to stand server +2023-10-24 at 13:17:05 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-24 at 13:17:06 | WARNING | Cannot write log file to pgroup p21563. +2023-10-24 at 13:17:06 | INFO | Running at cristallina with pgroup p21563. +2023-10-24 at 13:17:06 | INFO | Loading finished. +2023-10-24 at 19:32:32 | INFO | Connected to stand server +2023-10-24 at 19:32:33 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-24 at 19:32:33 | INFO | Running at cristallina with pgroup p21563. +2023-10-24 at 19:32:33 | INFO | Loading finished. +2023-10-25 at 11:48:35 | INFO | Connected to stand server +2023-10-25 at 11:48:36 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-25 at 11:48:37 | INFO | Running at cristallina with pgroup p21563. +2023-10-25 at 11:48:37 | INFO | Loading finished. +2023-10-25 at 11:49:35 | INFO | Connected to stand server +2023-10-25 at 11:49:36 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-25 at 11:49:36 | INFO | Running at cristallina with pgroup p21563. +2023-10-25 at 11:49:36 | INFO | Loading finished. +2023-10-27 at 15:14:18 | INFO | Connected to stand server +2023-10-27 at 15:14:19 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-27 at 15:14:20 | WARNING | Cannot write log file to pgroup p21563. +2023-10-27 at 15:14:20 | INFO | Running at cristallina with pgroup p21563. +2023-10-27 at 15:14:20 | INFO | Loading finished. +2023-10-27 at 15:17:02 | INFO | Connected to stand server +2023-10-27 at 15:17:03 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-27 at 15:17:04 | WARNING | Cannot write log file to pgroup p21563. +2023-10-27 at 15:17:04 | INFO | Running at cristallina with pgroup p21563. +2023-10-27 at 15:17:04 | INFO | Loading finished. +2023-10-27 at 15:25:08 | INFO | Connected to stand server +2023-10-27 at 15:25:09 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-27 at 15:25:09 | INFO | Running at cristallina with pgroup p21563. +2023-10-27 at 15:25:09 | INFO | Loading finished. +2023-10-27 at 16:01:18 | INFO | Connected to stand server +2023-10-27 at 16:01:19 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-27 at 16:01:20 | WARNING | Cannot write log file to pgroup p21563. +2023-10-27 at 16:01:20 | INFO | Running at cristallina with pgroup p21563. +2023-10-27 at 16:01:20 | INFO | Loading finished. +2023-10-27 at 21:12:41 | INFO | Connected to stand server +2023-10-27 at 21:12:42 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-27 at 21:12:42 | WARNING | Cannot write log file to pgroup p21563. +2023-10-27 at 21:12:42 | INFO | Running at cristallina with pgroup p21563. +2023-10-27 at 21:12:42 | INFO | Loading finished. +2023-10-28 at 07:59:40 | INFO | Connected to stand server +2023-10-28 at 07:59:41 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-28 at 07:59:41 | INFO | Running at cristallina with pgroup p21563. +2023-10-28 at 07:59:41 | INFO | Loading finished. +2023-10-28 at 08:06:20 | INFO | Connected to stand server +2023-10-28 at 08:06:21 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-28 at 08:06:21 | INFO | Running at cristallina with pgroup p21563. +2023-10-28 at 08:06:21 | INFO | Loading finished. +2023-10-28 at 08:17:09 | INFO | Connected to stand server +2023-10-28 at 08:17:10 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-28 at 08:17:10 | INFO | Running at cristallina with pgroup p21563. +2023-10-28 at 08:17:10 | INFO | Loading finished. +2023-10-28 at 08:38:00 | INFO | Connected to stand server +2023-10-28 at 08:38:01 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-28 at 08:38:01 | INFO | Running at cristallina with pgroup p21563. +2023-10-28 at 08:38:01 | INFO | Loading finished. +2023-10-28 at 09:17:44 | INFO | Connected to stand server +2023-10-28 at 09:17:45 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-28 at 09:17:46 | INFO | Running at cristallina with pgroup p21563. +2023-10-28 at 09:17:46 | INFO | Loading finished. +2023-10-28 at 11:04:55 | INFO | Connected to stand server +2023-10-28 at 11:04:57 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-28 at 11:04:57 | INFO | Running at cristallina with pgroup p21563. +2023-10-28 at 11:04:57 | INFO | Loading finished. +2023-10-28 at 11:56:16 | INFO | Connected to stand server +2023-10-28 at 11:56:17 | INFO | Using undulator (Aramis) offset to PSSS energy of 0 eV. +2023-10-28 at 11:56:17 | INFO | Running at cristallina with pgroup p21563. +2023-10-28 at 11:56:17 | INFO | Loading finished. +2023-10-28 at 13:15:52 | INFO | Connected to stand server +2023-10-28 at 13:15:53 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-10-29 at 11:22:36 | INFO | Connected to stand server +2023-10-29 at 11:22:37 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-10-31 at 17:49:30 | INFO | Connected to stand server +2023-10-31 at 17:49:31 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-10-31 at 17:49:32 | INFO | Running at cristallina with pgroup p21563. +2023-10-31 at 17:49:32 | INFO | Loading finished. +2023-11-01 at 14:02:26 | INFO | Connected to stand server +2023-11-01 at 14:02:28 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-01 at 14:02:28 | INFO | Running at cristallina with pgroup p21563. +2023-11-01 at 14:02:28 | INFO | Loading finished. +2023-11-01 at 15:05:32 | INFO | Connected to stand server +2023-11-01 at 15:05:34 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-01 at 15:05:34 | INFO | Running at cristallina with pgroup p21563. +2023-11-01 at 15:05:34 | INFO | Loading finished. +2023-11-05 at 14:29:20 | INFO | Connected to stand server +2023-11-05 at 14:29:21 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 14:29:21 | INFO | Running at cristallina with pgroup p21563. +2023-11-05 at 14:29:21 | INFO | Loading finished. +2023-11-05 at 14:32:32 | INFO | Connected to stand server +2023-11-05 at 14:32:33 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 14:32:34 | INFO | Running at cristallina with pgroup p19150. +2023-11-05 at 14:32:34 | INFO | Loading finished. +2023-11-05 at 14:55:32 | INFO | Connected to stand server +2023-11-05 at 14:55:33 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 14:55:33 | INFO | Running at cristallina with pgroup p19150. +2023-11-05 at 14:55:33 | INFO | Loading finished. +2023-11-05 at 14:58:58 | INFO | Connected to stand server +2023-11-05 at 14:58:59 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 14:58:59 | INFO | Running at cristallina with pgroup p19150. +2023-11-05 at 14:58:59 | INFO | Loading finished. +2023-11-05 at 15:16:28 | INFO | Connected to stand server +2023-11-05 at 15:16:29 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 15:16:30 | INFO | Running at cristallina with pgroup p19150. +2023-11-05 at 15:16:30 | INFO | Loading finished. +2023-11-05 at 15:32:01 | INFO | Connected to stand server +2023-11-05 at 15:32:02 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 15:32:02 | INFO | Running at cristallina with pgroup p19150. +2023-11-05 at 15:32:02 | INFO | Loading finished. +2023-11-05 at 15:38:13 | INFO | Connected to stand server +2023-11-05 at 15:38:14 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 15:38:14 | INFO | Running at cristallina with pgroup p19150. +2023-11-05 at 15:38:14 | INFO | Loading finished. +2023-11-05 at 15:39:14 | INFO | Connected to stand server +2023-11-05 at 15:39:15 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 15:39:15 | INFO | Running at cristallina with pgroup p19150. +2023-11-05 at 15:39:15 | INFO | Loading finished. +2023-11-05 at 15:41:06 | INFO | Connected to stand server +2023-11-05 at 15:41:08 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-05 at 15:41:08 | INFO | Running at cristallina with pgroup p19150. +2023-11-05 at 15:41:08 | INFO | Loading finished. +2023-11-06 at 17:40:45 | INFO | Connected to stand server +2023-11-06 at 17:40:46 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-06 at 17:40:47 | WARNING | Cannot write log file to pgroup p19150. +2023-11-06 at 17:40:47 | INFO | Running at cristallina with pgroup p19150. +2023-11-06 at 17:40:47 | INFO | Loading finished. +2023-11-07 at 10:41:37 | INFO | Connected to stand server +2023-11-07 at 10:41:38 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-07 at 10:41:38 | INFO | Running at cristallina with pgroup p19150. +2023-11-07 at 10:41:38 | INFO | Loading finished. +2023-11-07 at 10:56:40 | INFO | Connected to stand server +2023-11-07 at 10:56:41 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-07 at 10:56:41 | INFO | Running at cristallina with pgroup p21516. +2023-11-07 at 10:56:41 | INFO | Loading finished. +2023-11-07 at 13:43:12 | INFO | Connected to stand server +2023-11-07 at 13:43:13 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-07 at 13:43:14 | INFO | Running at cristallina with pgroup p21516. +2023-11-07 at 13:43:14 | INFO | Loading finished. +2023-11-07 at 18:15:56 | INFO | Connected to stand server +2023-11-07 at 18:15:58 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-07 at 18:15:59 | INFO | Running at cristallina with pgroup p21516. +2023-11-07 at 18:15:59 | INFO | Loading finished. +2023-11-07 at 21:52:45 | INFO | Connected to stand server +2023-11-07 at 21:52:46 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-07 at 21:52:47 | INFO | Running at cristallina with pgroup p21516. +2023-11-07 at 21:52:47 | INFO | Loading finished. +2023-11-11 at 17:55:50 | INFO | Connected to stand server +2023-11-11 at 17:55:51 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-11 at 17:55:52 | INFO | Running at cristallina with pgroup p21516. +2023-11-11 at 17:55:52 | INFO | Loading finished. +2023-11-11 at 18:25:19 | INFO | Connected to stand server +2023-11-11 at 18:25:20 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-11 at 18:25:20 | INFO | Running at cristallina with pgroup p21516. +2023-11-11 at 18:25:20 | INFO | Loading finished. +2023-11-11 at 18:27:32 | INFO | Connected to stand server +2023-11-11 at 18:27:33 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-11 at 18:27:33 | INFO | Running at cristallina with pgroup p21516. +2023-11-11 at 18:27:33 | INFO | Loading finished. +2023-11-11 at 18:33:10 | INFO | Connected to stand server +2023-11-11 at 18:33:11 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-11 at 18:33:11 | INFO | Running at cristallina with pgroup p21516. +2023-11-11 at 18:33:11 | INFO | Loading finished. +2023-11-11 at 18:33:52 | INFO | Connected to stand server +2023-11-11 at 18:33:53 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-11 at 18:33:53 | INFO | Running at cristallina with pgroup p21516. +2023-11-11 at 18:33:53 | INFO | Loading finished. +2023-11-13 at 08:19:30 | INFO | Connected to stand server +2023-11-13 at 08:19:31 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 08:19:32 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 08:19:32 | INFO | Loading finished. +2023-11-13 at 11:36:54 | INFO | Connected to stand server +2023-11-13 at 11:36:55 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 11:36:56 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 11:36:56 | INFO | Loading finished. +2023-11-13 at 11:48:02 | INFO | Connected to stand server +2023-11-13 at 11:48:03 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 11:48:04 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 11:48:04 | INFO | Loading finished. +2023-11-13 at 11:49:14 | INFO | Connected to stand server +2023-11-13 at 11:49:15 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 11:49:16 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 11:49:16 | INFO | Loading finished. +2023-11-13 at 11:51:26 | INFO | Connected to stand server +2023-11-13 at 11:51:27 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 11:51:27 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 11:51:27 | INFO | Loading finished. +2023-11-13 at 16:56:48 | INFO | Connected to stand server +2023-11-13 at 16:56:49 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 16:56:49 | WARNING | Cannot write log file to pgroup p21516. +2023-11-13 at 16:56:49 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 16:56:49 | INFO | Loading finished. +2023-11-13 at 17:29:58 | INFO | Connected to stand server +2023-11-13 at 17:29:59 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 17:29:59 | WARNING | Cannot write log file to pgroup p21516. +2023-11-13 at 17:29:59 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 17:29:59 | INFO | Loading finished. +2023-11-13 at 21:36:08 | INFO | Connected to stand server +2023-11-13 at 21:36:09 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 21:36:09 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 21:36:09 | INFO | Loading finished. +2023-11-13 at 21:37:34 | INFO | Connected to stand server +2023-11-13 at 21:37:35 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-13 at 21:37:35 | INFO | Running at cristallina with pgroup p21516. +2023-11-13 at 21:37:35 | INFO | Loading finished. +2023-11-14 at 08:42:12 | INFO | Connected to stand server +2023-11-14 at 08:42:13 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-14 at 08:42:14 | WARNING | Cannot write log file to pgroup p21516. +2023-11-14 at 08:42:14 | INFO | Running at cristallina with pgroup p21516. +2023-11-14 at 08:42:14 | INFO | Loading finished. +2023-11-14 at 09:32:52 | INFO | Connected to stand server +2023-11-14 at 09:32:54 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-14 at 09:32:54 | INFO | Running at cristallina with pgroup p21516. +2023-11-14 at 09:32:54 | INFO | Loading finished. +2023-11-14 at 17:59:03 | INFO | Connected to stand server +2023-11-14 at 17:59:04 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-14 at 17:59:05 | INFO | Running at cristallina with pgroup p21516. +2023-11-14 at 17:59:05 | INFO | Loading finished. +2023-11-14 at 18:00:27 | INFO | Connected to stand server +2023-11-14 at 18:00:28 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-14 at 18:00:28 | INFO | Running at cristallina with pgroup p21516. +2023-11-14 at 18:00:28 | INFO | Loading finished. +2023-11-14 at 18:01:13 | INFO | Connected to stand server +2023-11-14 at 18:01:14 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-14 at 18:01:14 | INFO | Running at cristallina with pgroup p21516. +2023-11-14 at 18:01:14 | INFO | Loading finished. +2023-11-14 at 18:01:57 | INFO | Connected to stand server +2023-11-14 at 18:01:58 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-14 at 18:01:58 | INFO | Running at cristallina with pgroup p21516. +2023-11-14 at 18:01:58 | INFO | Loading finished. +2023-11-17 at 10:25:58 | INFO | Connected to stand server +2023-11-17 at 10:25:59 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-17 at 10:26:00 | INFO | Running at cristallina with pgroup p21516. +2023-11-17 at 10:26:00 | INFO | Loading finished. +2023-11-17 at 11:49:59 | INFO | Connected to stand server +2023-11-17 at 11:50:00 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-17 at 11:50:02 | INFO | Running at cristallina with pgroup p21569. +2023-11-17 at 11:50:02 | INFO | Loading finished. +2023-11-17 at 11:55:45 | INFO | Connected to stand server +2023-11-17 at 11:55:46 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV. +2023-11-17 at 11:55:47 | INFO | Running at cristallina with pgroup p21569. +2023-11-17 at 11:55:47 | INFO | Loading finished.