during p21977
This commit is contained in:
@ -20,7 +20,7 @@ def test_attenuators():
|
||||
try:
|
||||
assert tfundamental > 0
|
||||
except TypeError:
|
||||
logger.warning("No transmission value reported from {att.ID}")
|
||||
logger.warning(f"No transmission value reported from {att.ID}")
|
||||
|
||||
test_attenuators()
|
||||
|
||||
|
@ -23,7 +23,7 @@ N_UNDS = list(range(3, 15 + 1))
|
||||
# Cristallina without calibration
|
||||
# offset is the difference between PSSS and undulator setpoint
|
||||
# sign convention: Undulator - PSSS
|
||||
energy_offset = -104 # eV
|
||||
energy_offset = -70 # eV
|
||||
|
||||
|
||||
# move the PSSS motor according to the energy
|
||||
|
Reference in New Issue
Block a user