startup of p21563 beamtime

This commit is contained in:
2023-11-17 11:56:33 +01:00
parent afde091b4e
commit a40a4be2b4
4 changed files with 503 additions and 9 deletions

View File

@@ -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,